From: msf Date: Tue, 15 May 2001 18:49:37 +0000 (+0000) Subject: bump version to 0.50.23 X-Git-Tag: r0-50-24~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd65a84d9c8ba56bd8526f479d026fedb1fd6478;p=thirdparty%2Fnewt.git bump version to 0.50.23 --- diff --git a/configure.in b/configure.in index 62091cc..d3dffd5 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CONFIG_HEADER(config.h) VERSION=$(awk '/^%define version/ {print $3}' newt.spec) -VERSION=0.50.22 +VERSION=0.50.23 SONAME=0.50 AC_SUBST(VERSION) AC_SUBST(SONAME) diff --git a/newt.spec b/newt.spec index 3e048a4..4de2ebb 100644 --- a/newt.spec +++ b/newt.spec @@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue May 15 2001 Michael Fulbright +- added python binding for CompactButton() + * Tue Apr 3 2001 Matt Wilson - change from using SLsmg_touch_screen to SLsmg_touch_lines to prevent excessive flashing due to screen clears when using touch_screen (more