summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS18
-rw-r--r--meson.build4
2 files changed, 16 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 689e5f6b..2eab79d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,22 @@
+================
+Version 41.alpha
+================
+
+- Stop mounting ld.so.cache on non-glibc systems
+- Replace usage of non-portable `uselocale` with locale-dependent functions
+- Fix starttime hour parsing in animated background
+- xkbinfo: only insert new layouts, skip over duplicate ones
+- Translation updates
+
============
Version 40.0
============
- No changes
-===============
+=============
Version 40.rc
-===============
+=============
- bg-slide-show: Always parse date/time integers in base 10
- thumbnail: Fix thumbnailing of CBZ with UTF-8 filenames
@@ -20,9 +30,9 @@ Version 40.beta
- xkbinfo: Update iso639Ids but not iso3166Ids correctly in evdev
- Translation updates
-==============
+================
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)
diff --git a/meson.build b/meson.build
index 00cf25fb..5bacb344 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.49.0',
- version: '40.0',
+ version: '41.alpha',
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.1.3'
+libversion = '19.1.4'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'