summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-11-09 13:00:37 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2020-11-09 13:00:46 +0000
commit43ce0077ed7162a32680ff8cd9c0c91ff0afce20 (patch)
treecd420a8a737082458c1e3f8922465e819bb47f98
parentdae878bb2362abe4b8705930825d3ec617dcbc62 (diff)
downloadgdk-pixbuf-2.42.0.tar.gz
Release GdkPixbuf 2.42.0 (stable)2.42.0
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 063c1dd02..f77ca5339 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-2.41.0 (development)
+2.42.0 (stable)
===
- Remove the libjasper JPEG2000 loader
@@ -17,6 +17,10 @@
- Fix UB in the XPM loader [Tobias Stoeckmann]
- Speed up alpha scaling pixop [Jan Ziak]
- Add the `gtk_doc` configuration option, and deprecate `docs`
+ - Add the `introspection` configuration option, and remove `gir` [Xavier Claessens, !85]
+ - Handle truncated PNMs more gracefully [Felix Riemann, #111]
+ - Clean up GIF loader code [Robert Ancell]
+ - Fix colormap handling in GIF [Robert Ancell, #156]
2.40.0 (stable)
===
diff --git a/meson.build b/meson.build
index a499ecaea..73034d11a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gdk-pixbuf', 'c',
- version: '2.41.0',
+ version: '2.42.0',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',