summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--meson.build2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 331618dec..1372f7b0f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2.42.6 (stable)
+===
+
+ - Disable shared-mime-info dependency on Android [BogDan Vatra, !104]
+ - Yield gtk_doc option value in subprojects
+ - Always initialise locale on thumbnailer startup [Bastien Nocera, !110]
+ - Add fallback subproject for libjpeg [Benjamin Otte, !109]
+ - Install API reference directly under $datadir/doc/gdk-pixbuf
+ - Use type:array for the builtin_loaders option
+ - Default to using builtin png and jpeg loaders
+ - Replace platform-specific post-install script files with a Python script
+
2.42.4 (stable)
===
diff --git a/meson.build b/meson.build
index 70074e912..7a1409bb9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gdk-pixbuf', 'c',
- version: '2.42.5',
+ version: '2.42.6',
license: 'LGPL-2.1-or-later',
default_options: [
'buildtype=debugoptimized',