summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-08-14 13:45:53 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2019-08-14 13:54:46 +0100
commit6d29f41c075c78ace42e7c4d27894d0550e466d0 (patch)
treee40d0c15d3fbc0c2d7d92d64bbc79185b130a5df
parent51543b3d6df86479b532aa35089bbcbe15121a1c (diff)
downloadgdk-pixbuf-2.39.2.tar.gz
Release GdkPixbuf 2.39.2 (snapshot)2.39.2
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 158be1196..3c2077abd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+2.39.2 (development)
+===
+
+ - Add gdk_pixbuf_init_modules() for applications with GdkPixbuf loader
+ modules in a separate directory [Bastien Nocera, bgo#786035]
+ - Add subproject fallback for dependencies [Nirbheek Chauhan]
+ - Handle large XPM without crashing [Bastien Nocera, #95]
+ - Use the appropriate gdk-pixbuf-query-loaders on install [Emmanuele
+ Bassi, #126]
+ - Disable deprecation warnings introduced by GLib 2.62
+ - Escape GIF version in error messages [Robert Ancell]
+ - Use the appropriate fallback for libpng on Windows [Chun-wei Fan]
+ - Render GIF frames on demand [Robert Ancell, #101]
+
2.38.0 (stable)
===
- Documentation fixes
diff --git a/meson.build b/meson.build
index 45d878c07..43d46fa7d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gdk-pixbuf', 'c',
- version: '2.39.1',
+ version: '2.39.2',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',