From: jorton Date: Tue, 11 Jun 2002 13:30:07 +0000 (+0000) Subject: Bump version to 0.30.36. X-Git-Tag: r0-50-36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70fbedbe2c7f3ad7902c0c87f7fd744b012eaf2d;p=thirdparty%2Fnewt.git Bump version to 0.30.36. --- diff --git a/configure.in b/configure.in index 7043e63..bb6b85c 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/newt.spec b/newt.spec index 2ffd03b..08add81 100644 --- 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 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 0.50.35-1 - build for whatever version of python happens to be installed