[totem-pl-parser] 3.25.90



commit 07b716f7448d2128bc90d04dfae6c4152eb36bef
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Aug 10 13:46:12 2017 +0200

    3.25.90

 NEWS        |    7 +++++++
 meson.build |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5849a51..6b078f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
 New features and significant updates in version...
 
+3.25.90:
+- Correct the soname of the install library
+- Fix TOTEM_PL_PARSER_CHECK_VERSION() being missing
+- Fix a small memory leak checking for videosite scripts
+  and document the internal API
+- Remove a number of obsolete files
+
 3.25.3:
 - Use meson instead of autotools as a build tool
 - Use Unicode in translatable strings
diff --git a/meson.build b/meson.build
index 3a73630..01058a0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('totem-pl-parser', 'c',
-        version: '3.25.3', # Don't forget to also change plparser_lt_version!
+        version: '3.25.90', # Don't forget to also change plparser_lt_version!
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]