[gnome-desktop/alatiera/40-alpha] 40.alpha




commit d72fcd1494be96186a98ece6af870c2c76cd797e
Author: Jordan Petridis <jpetridis gnome org>
Date:   Tue Jan 19 03:25:52 2021 +0200

    40.alpha

 NEWS        | 12 ++++++++++++
 meson.build |  4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 800a960d..946e9785 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+==============
+Version 40.alpha
+==============
+
+- Add support for x-large and xx-large thumbnail sizes (!99, Bastien Nocera)
+- Make it easier to profile thumbnailers (!94, Bastien Nocera)
+- thumbnailer: Cache GStreamer's plugin registry (!93, Bastien Nocera)
+- Sandbox thumbnailers in Flatpaks (!92, Bastien Nocera)
+- Change default input source to anthy for Japanese (#181, Takao Fujiwara)
+- xkbinfo: use libxkbregistry to parse the rules files (!79, Peter Hutterer)
+- Translation updates
+
 ==============
 Version 3.38.0
 ==============
diff --git a/meson.build b/meson.build
index 2ec66471..d4d5ad68 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-desktop', 'c',
   meson_version: '>= 0.49.0',
-  version: '3.38.0',
+  version: '40.alpha.0',
   license: ['GPL2+', 'LGPL2+']
 )
 
@@ -14,7 +14,7 @@ project('gnome-desktop', 'c',
 # to 0. When bumping the second version, set the third one to zero.
 #
 # A lot easier than libtool, right?
-libversion = '19.0.8'
+libversion = '19.1.0'
 soversion = libversion.split('.')[0]
 
 gdk_pixbuf_req = '>= 2.36.5'


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