summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f77ca5339..061fe2145 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2.42.2 (stable)
+===
+
+ - Requre Meson 0.55.3
+ - Improve the PNG save operation
+ - Fix leak in the error path of the XPM loader
+ - Fix loading GIF without a GCE rendering color 0 [Robert Ancell, #162]
+ - Fix invalid LZW codes in the GIF loader [Robert Ancell, #164, CVE-2020-29385]
+
2.42.0 (stable)
===
diff --git a/meson.build b/meson.build
index 267539d81..c38607029 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gdk-pixbuf', 'c',
- version: '2.42.1',
+ version: '2.42.2',
license: 'LGPL-2.1-or-later',
default_options: [
'buildtype=debugoptimized',