From: notting Date: Thu, 15 Aug 2002 20:16:34 +0000 (+0000) Subject: bump version X-Git-Tag: r0-51-0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38f68543ed01c6e17c46ddd5dfa193ce302b180a;p=thirdparty%2Fnewt.git bump version --- diff --git a/configure.in b/configure.in index 8a569d2..7159090 100644 --- a/configure.in +++ b/configure.in @@ -5,8 +5,8 @@ AC_CONFIG_HEADER(config.h) VERSION=$(awk '/^%define version/ {print $3}' $srcdir/newt.spec) -VERSION=0.50.39 -SONAME=0.50 +VERSION=0.51.0 +SONAME=0.51 AC_SUBST(VERSION) AC_SUBST(SONAME) AC_PROG_CC diff --git a/newt.spec b/newt.spec index 8c4723d..8a018e0 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.39 +%define version 0.51.0 Version: %{version} Release: 1 License: LGPL @@ -81,6 +81,11 @@ rm -rf $RPM_BUILD_ROOT /usr/lib/libnewt.so %changelog +* Thu Aug 15 2002 Bill Nottingham 0.51.0-1 +- changes for element width calculation for UTF-8 +- fix textwrap for UTF-8 in general +- bump soname to avoid shared library collisions with slang + * Wed Jul 01 2002 Michael Fulbright 0.50.39-1 - Changed a test to check for 'None' the correct way