summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',