]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
bump version
authornotting <notting>
Thu, 15 Aug 2002 20:16:34 +0000 (20:16 +0000)
committernotting <notting>
Thu, 15 Aug 2002 20:16:34 +0000 (20:16 +0000)
configure.in
newt.spec

index 8a569d2c4d5daa1edef8b9ac59d1b1337e239c55..7159090b4e42c2bbb4d8eb21078be207644134d7 100644 (file)
@@ -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
index 8c4723d5bcccfad8ebeac0a17c9b04fbe0283ee4..8a018e0ff2476527101da1e2091f9a930c0e48ac 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.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 <notting@redhat.com> 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 <msf@redhat.com> 0.50.39-1
 - Changed a test to check for 'None' the correct way