From 545241b9183b54f1cc7e34913101e3681ae8d7bd Mon Sep 17 00:00:00 2001 From: Logan Rathbone Date: Fri, 28 Apr 2023 10:42:04 -0400 Subject: 3.92.0 --- NEWS | 22 ++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) 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' ) -- cgit v1.2.1