diff options
author | Bastien Nocera <hadess@hadess.net> | 2017-08-09 14:22:39 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2017-08-09 14:22:39 +0200 |
commit | e6837e6fb53fc97f2b2f0354004bac11d40e817a (patch) | |
tree | 921716bf68cf6aa2f4b0e299376603f16669d1fa | |
parent | acc1c9332a8b293e232c0e2095f0abcc71ab3bb5 (diff) | |
download | totem-e6837e6fb53fc97f2b2f0354004bac11d40e817a.tar.gz |
3.25.90V_3_25_90
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,13 @@ New features and significant updates in version... +Major changes in 3.25.90: +- Move to meson build system +- Fix media-player keys usage to match API documentation +- Fix internal video widget API documentation +- Remove unused totem-audio-preview +- Split off video thumbnailer into thumbnailer and gallery maker +- Blacklist bmcdec plugin in the thumbnailer + Major changes in 3.24.0: - Translation updates - Add Flatpak build definition diff --git a/meson.build b/meson.build index c2a999881..efb961f67 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'totem', 'c', - version: '3.24.0', + version: '3.25.90', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', |