[totem-pl-parser/wip/hadess/3.26.6: 5/5] 3.26.6
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser/wip/hadess/3.26.6: 5/5] 3.26.6
- Date: Fri, 25 Jun 2021 08:55:42 +0000 (UTC)
commit b2130d2460da90e25b1dd002b17527819e640841
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jun 25 10:40:38 2021 +0200
3.26.6
NEWS | 8 ++++++++
meson.build | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ffb92e6..e6d028c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
New features and significant updates in version...
+3.26.6:
+- Remove quvi videosite checker. The videosite checker functionality
+ still exists and can be implemented according to README-videosite-script.md
+- Plenty of RSS and Atom related parsing fixes and enhancements, including
+ better description selection, exporting of feed content ratings, better
+ support for non-UTF-8 feeds, and general speedups
+- Fix parsing and saving XSPF playlist titles
+
3.26.5:
- Add g_auto* cleanup support
- Add asynchronous version of totem_pl_parser_save()
diff --git a/meson.build b/meson.build
index 6189dbb..d9c4d50 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('totem-pl-parser', 'c',
- version: '3.26.5', # Don't forget to also change plparser_lt_version!
+ version: '3.26.6', # Don't forget to also change plparser_lt_version!
default_options: [
'buildtype=debugoptimized',
'warning_level=1',
@@ -14,7 +14,7 @@ project('totem-pl-parser', 'c',
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-plparser_lt_version='21:4:3'
+plparser_lt_version='21:5:3'
plparse_version = meson.project_version()
plparse_major_version = plparse_version.split('.')[0].to_int()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]