[totem-pl-parser] 3.26.2
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser] 3.26.2
- Date: Wed, 16 Jan 2019 11:51:19 +0000 (UTC)
commit ef7b2548f87af6206623fa82e958c62e5aa51e7a
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jan 16 10:56:18 2019 +0100
3.26.2
NEWS | 3 +++
meson.build | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3240e79..ce21755 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
New features and significant updates in version...
+3.26.2:
+- Remove gmime dependency
+
3.26.1:
- Fix small memory leaks
- Add support for "medium" property in podcasts
diff --git a/meson.build b/meson.build
index fce5832..2595d16 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('totem-pl-parser', 'c',
- version: '3.26.1', # Don't forget to also change plparser_lt_version!
+ version: '3.26.2', # 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='19:2:1'
+plparser_lt_version='19:3:1'
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]