summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-06-21 14:13:59 +0200
committerBastien Nocera <hadess@hadess.net>2017-06-21 16:22:59 +0200
commit9f7c905a5f0f59505f74eb11db7dfb9b69fb1e6d (patch)
tree3bab8f127ff45cbe08433b165ed8897a9a0d1270
parente46104a7524577867843a5430139a8b99f3e489e (diff)
downloadtotem-pl-parser-9f7c905a5f0f59505f74eb11db7dfb9b69fb1e6d.tar.gz
3.25.3V_3_25_3
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2b50100..5849a51 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
New features and significant updates in version...
+3.25.3:
+- Use meson instead of autotools as a build tool
+- Use Unicode in translatable strings
+- Enable videosite support even without quvi
+- Port from GSimpleAsyncResult to GTask
+- Fix shadowed URI variable in PLA parser
+- Add support for GMime 3.0 API
+
3.10.7:
- Don't consider M3U playlists as text/plain
- Simplify ITMS link parsing
diff --git a/meson.build b/meson.build
index 30de5e9..ff1698b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('totem-pl-parser', 'c',
- version: '3.10.7', # Don't forget to also change plparser_lt_version!
+ version: '3.25.3', # Don't forget to also change plparser_lt_version!
default_options: [
'buildtype=debugoptimized',
'warning_level=1',