summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2022-03-31 21:03:53 -0400
committerLogan Rathbone <poprocks@gmail.com>2022-03-31 21:03:53 -0400
commit383c8c13899f2e6beb5d71c43d7a181d67008c9f (patch)
treed8228ce8dc8b1b176f3b3f03493ead2807c52d56
parentd8056041f88b1ef6718dbffc7b0527530d03643e (diff)
downloadzenity-383c8c13899f2e6beb5d71c43d7a181d67008c9f.tar.gz
Update NEWS and meson.build for 3.42.03.42.0
-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'
)