summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2023-04-28 10:42:04 -0400
committerLogan Rathbone <poprocks@gmail.com>2023-04-28 10:42:04 -0400
commit545241b9183b54f1cc7e34913101e3681ae8d7bd (patch)
tree98f743db7e601085c610a0c34c50acbd27fad873
parente448b61c4a16fd0c24faf1ade95f55d4b7b8d994 (diff)
downloadzenity-545241b9183b54f1cc7e34913101e3681ae8d7bd.tar.gz
3.92.03.92.0
-rw-r--r--NEWS22
-rw-r--r--meson.build2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 07e8130..2e0a9da 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Zenity 3.92.0
+ 3rd alpha release of the upcoming zenity 4.x, based on libadwaita/gtk4.
+ - progress: don't update responses that aren't there (see: !25 and
+ https://bugzilla.redhat.com/show_bug.cgi?id=2177287) (Adam Williamson)
+ - Set dialog 'heading', not 'title' for the --title option (see: !26) (Adam
+ Williamson)
+ - tree: fix handling of multi-row stdin input (#54) (Adam Williamson)
+ - tree-column-view: don't steal children (see: !28) (Adam Williamson)
+ - Port to webkitgtk 6.0 (Adam Williamson)
+ - webkit: Fix leak by removing unnecessary ref sink (Logan Rathbone)
+ - option: Add non-fatal deprecation warning for --confirm-overwrite (#55)
+ (Logan Rathbone)
+ - help: Fix typo in Basque help translation (Andre Klapper)
+ - Translation updates:
+ Andika Triwidada (id)
+ Asier Sarasua Garmendia (eu)
+ Balázs Úr (hu)
+ Ekaterine Papava (ka)
+ Piotr Drąg (pl)
+ Sergej A (ru)
+ Yuri Chornoivan (uk)
+
Zenity 3.91.0
- tree: Port to GtkColumnView (Logan Rathbone)
- desktop file: Remove spurious translation comment (Logan Rathbone)
diff --git a/meson.build b/meson.build
index 062fed4..f6a2bdc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('zenity', 'c',
- version: '3.91.0',
+ version: '3.92.0',
meson_version: '>=0.57.0',
license: 'LGPL-2.1-or-later'
)