diff options
author | Logan Rathbone <poprocks@gmail.com> | 2023-04-28 08:41:33 -0400 |
---|---|---|
committer | Logan Rathbone <poprocks@gmail.com> | 2023-04-28 09:59:40 -0400 |
commit | 5cb56e3e87dcbb1fb423ecee436a62bde483b611 (patch) | |
tree | 0a42077e7852f4d08fbeb2f004e4bd24f1bd7617 | |
parent | Fix typo in Basque help translation (diff) | |
download | zenity-5cb56e3e87dcbb1fb423ecee436a62bde483b611.tar.gz zenity-5cb56e3e87dcbb1fb423ecee436a62bde483b611.tar.bz2 zenity-5cb56e3e87dcbb1fb423ecee436a62bde483b611.zip |
3.44.1
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -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 091e491c..e9ff615a 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' ) |