summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2018-06-13 17:58:06 +0200
committerBastien Nocera <hadess@hadess.net>2018-06-14 12:21:26 +0200
commitd22b15599ff8554377e0dab493673754f615b49d (patch)
treedc77dd700ddc29462a83dcf38fc9f7b2a34f2cdf
parentffaabe4eae44501c3fbfb78cc045585cbbfba8f4 (diff)
downloadtotem-pl-parser-V_3_26_1.tar.gz
3.26.1V_3_26_1
-rw-r--r--NEWS6
-rw-r--r--meson.build4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fa5eb9c..3240e79 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
New features and significant updates in version...
+3.26.1:
+- Fix small memory leaks
+- Add support for "medium" property in podcasts
+- Allow players to handle MJPEG streams
+- Updated translations
+
3.26.0:
- Updated translations
diff --git a/meson.build b/meson.build
index 1c126c5..e6cdf9d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('totem-pl-parser', 'c',
- version: '3.26.0', # Don't forget to also change plparser_lt_version!
+ version: '3.26.1', # 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:1:1'
+plparser_lt_version='19:2:1'
plparse_version = meson.project_version()
plparse_major_version = plparse_version.split('.')[0].to_int()