summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2023-04-28 08:41:33 -0400
committerLogan Rathbone <poprocks@gmail.com>2023-04-28 09:59:40 -0400
commit5cb56e3e87dcbb1fb423ecee436a62bde483b611 (patch)
tree0a42077e7852f4d08fbeb2f004e4bd24f1bd7617
parentafff0bbf60f9e973ec27fb76e1105edb81809784 (diff)
downloadzenity-3-44.tar.gz
-rw-r--r--NEWS13
-rw-r--r--meson.build2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4f1a3aa..7801a7c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Zenity 3.44.1
+ - msg: Set max-width-chars to relatively small value if --width specified
+ (fixes regression by 25a92fff; see also #42) (Logan Rathbone)
+ - Prevent ZENITY_TIMEOUT from clashing with custom response IDs (fixes #48)
+ (Logan Rathbone)
+ - Fix typo in Basque help translation (Andre Klapper)
+ - Translation updates:
+ Anders Jonsson (sv)
+ Balázs Úr (hu)
+ Jürgen Benvenuti (de)
+ Piotr Drąg (pl)
+ Yuri Chornoivan (uk)
+
Zenity 3.44.0
- scale: set a page increment so mouse wheel can be used on widget (Hg)
- build: Use GNOME module post_install() (Matt Turner)
diff --git a/meson.build b/meson.build
index 091e491..e9ff615 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('zenity', 'c',
- version: '3.44.0',
+ version: '3.44.1',
meson_version: '>=0.57.0',
license: 'LGPL-2.1-or-later'
)