]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
Bump version to 0.30.36. r0-50-36
authorjorton <jorton>
Tue, 11 Jun 2002 13:30:07 +0000 (13:30 +0000)
committerjorton <jorton>
Tue, 11 Jun 2002 13:30:07 +0000 (13:30 +0000)
configure.in
newt.spec

index 7043e6326f8becb24bf993352a6902b0191cd76f..bb6b85c9e8ceb433ec02943685e645b94fdd4b06 100644 (file)
@@ -5,7 +5,7 @@ AC_CONFIG_HEADER(config.h)
 
 VERSION=$(awk '/^%define version/ {print $3}' $srcdir/newt.spec)
 
-VERSION=0.50.35
+VERSION=0.50.36
 SONAME=0.50
 AC_SUBST(VERSION)
 AC_SUBST(SONAME)
index 2ffd03bd26141aaadb327ec2f023002dc75014ef..08add81b410078738fa8610a3519d31b20e7b8c2 100644 (file)
--- a/newt.spec
+++ b/newt.spec
@@ -1,6 +1,6 @@
 Summary: A development library for text mode user interfaces.
 Name: newt
-%define version 0.50.35
+%define version 0.50.36
 Version: %{version}
 Release: 1
 License: LGPL
@@ -81,6 +81,11 @@ rm -rf $RPM_BUILD_ROOT
 /usr/lib/libnewt.so
 
 %changelog
+* Tue Jun 11 2002 Joe Orton <jorton@redhat.com> 0.50.36-1
+- add newtListboxGetItemCount() API call
+- include numeric percentage in scale widget appearace
+- add support for ESC key using NEWT_KEY_ESCAPE
+
 * Mon Mar 18 2002 Bill Nottingham <notting@redhat.com> 0.50.35-1
 - build for whatever version of python happens to be installed