summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2021-01-19 03:25:52 +0200
committerJordan Petridis <jpetridis@gnome.org>2021-01-19 22:05:03 +0200
commitd72fcd1494be96186a98ece6af870c2c76cd797e (patch)
tree3c382e6577ddb5c00dd2cafc8a61b863c2a86424
parent081a69bc89335237dd1990fc6579f35d63ab85e1 (diff)
downloadgnome-desktop-alatiera/40-alpha.tar.gz
-rw-r--r--NEWS12
-rw-r--r--meson.build4
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 800a960d..946e9785 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
==============
+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'