diff options
author | Logan Rathbone <poprocks@gmail.com> | 2023-08-10 12:26:22 -0400 |
---|---|---|
committer | Logan Rathbone <poprocks@gmail.com> | 2023-08-10 12:26:22 -0400 |
commit | e9a591aa1d182e220013d9ab50dcc7607734d7b1 (patch) | |
tree | aaa1a66d3397c5b03be6e6ae9af8f54aa9386453 | |
parent | tree: Set search column to 1 for check/radiolists (diff) | |
download | zenity-e9a591aa1d182e220013d9ab50dcc7607734d7b1.tar.gz zenity-e9a591aa1d182e220013d9ab50dcc7607734d7b1.tar.bz2 zenity-e9a591aa1d182e220013d9ab50dcc7607734d7b1.zip |
3.44.2
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Zenity 3.44.2 + - tree: Set search column to 1 for check/radiolists (fixes #49) + 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) diff --git a/meson.build b/meson.build index e9ff615a..20501be2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('zenity', 'c', - version: '3.44.1', + version: '3.44.2', meson_version: '>=0.57.0', license: 'LGPL-2.1-or-later' ) |