From: mlichvar Date: Fri, 13 Oct 2006 13:15:54 +0000 (+0000) Subject: - 0.52.4 X-Git-Tag: r0-52-4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b74d391452c89ed878ec5d022dce03f72354bebc;p=thirdparty%2Fnewt.git - 0.52.4 --- diff --git a/newt.spec b/newt.spec index 1268ce8..a5ec3c0 100644 --- a/newt.spec +++ b/newt.spec @@ -2,9 +2,9 @@ Summary: A development library for text mode user interfaces. Name: newt -%define version 0.52.3 +%define version 0.52.4 Version: %{version} -Release: 1 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries Source: newt-%{version}.tar.gz @@ -76,6 +76,16 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libnewt.so %changelog +* Fri Oct 13 2006 Miroslav Lichvar - 0.52.4-1 +- fix entry corruption when reading multibyte characters + and double width character handling +- avoid overflow/crash in scale +- patches from debian + - fix crash of snack in EntryWindow when prompts is list of tuples + - put cursor at beginning of text for better accessibility + in button, scale and textbox + - add topleft option to whiptail + * Tue Sep 19 2006 Miroslav Lichvar - 0.52.3-1 - makefile, configure and spec cleanup - package whiptail.1 and locale files