[totem-pl-parser/wip/hadess/3.26.5] 3.26.5
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser/wip/hadess/3.26.5] 3.26.5
- Date: Fri, 28 Feb 2020 16:06:25 +0000 (UTC)
commit d83c1c2cc1f2c24b150d0dc3b4b4e202041fab7b
Author: Bastien Nocera <hadess hadess net>
Date: Fri Feb 28 14:29:26 2020 +0100
3.26.5
NEWS | 5 +++++
meson.build | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6ea3755..ffb92e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
New features and significant updates in version...
+3.26.5:
+- Add g_auto* cleanup support
+- Add asynchronous version of totem_pl_parser_save()
+- Fixed parsing of some remote MP3 files
+
3.26.4:
- Apply same check to remote text files as local ones, which should
fix parsing of directories on network file systems
diff --git a/meson.build b/meson.build
index 3c6518f..df547ad 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('totem-pl-parser', 'c',
- version: '3.26.4', # Don't forget to also change plparser_lt_version!
+ version: '3.26.5', # 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='20:4:2'
+plparser_lt_version='21:4: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]