summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-08-10 13:46:12 +0200
committerBastien Nocera <hadess@hadess.net>2017-08-10 13:46:12 +0200
commit07b716f7448d2128bc90d04dfae6c4152eb36bef (patch)
treed549efd11e9990ed66dd8cc29371cc7e93ea156c
parent9ccc3c78a5a41b86bdd2c9fb63ad4963e65e4f63 (diff)
downloadtotem-pl-parser-07b716f7448d2128bc90d04dfae6c4152eb36bef.tar.gz
3.25.90V_3_25_90
-rw-r--r--NEWS7
-rw-r--r--meson.build2
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',