summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5c87b50..2544934 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Zenity 3.42.0
+ - tree: Clicking row checks radio/checkboxes (Logan Rathbone)
+ - Fix search column selection with --imagelist (Janne Pulkkinen)
+ - Translation updates:
+ Asier Sarasua Garmendia (eu)
+ Efstathios Iosifidis (el)
+ Goran Vidović (hr)
+ Quentin PAGÈS (oc)
+ Alan Mortensen (da)
+ Daniel Mustieles (es)
+
Zenity 3.41.0
- Port to meson (Logan Rathbone)
- Code cleanups (Simon McVittie)
diff --git a/meson.build b/meson.build
index b3c2b79..81512be 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('zenity', 'c',
- version: '3.41.0',
+ version: '3.42.0',
meson_version: '>=0.53.0',
license: 'LGPL-2.1-or-later'
)