From: msw Date: Wed, 18 Dec 2002 04:17:53 +0000 (+0000) Subject: * Tue Dec 17 2002 Matt Wilson 0.51.2-1 X-Git-Tag: r0-51-2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8212b403f2971be35202af189cc18c6b83ff7ac5;p=thirdparty%2Fnewt.git * Tue Dec 17 2002 Matt Wilson 0.51.2-1 - fixed wstrlen() it was calculating wcwidth(first wide char in string) * strlen(str) instead of the actual width of the whole string - fixed newtRedrawHelpLine() to copy all the bytes from a multibyte string --- diff --git a/configure.in b/configure.in index b5bf757..b5992aa 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.51.1 +VERSION=0.51.2 SONAME=0.51 AC_SUBST(VERSION) AC_SUBST(SONAME) diff --git a/newt.spec b/newt.spec index 0814421..0f16f8f 100644 --- a/newt.spec +++ b/newt.spec @@ -81,6 +81,13 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libnewt.so %changelog +* Tue Dec 17 2002 Matt Wilson 0.51.2-1 +- fixed wstrlen() it was calculating wcwidth(first wide char in + string) * strlen(str) instead of the actual width of the whole + string +- fixed newtRedrawHelpLine() to copy all the bytes from a multibyte + string + * Fri Dec 13 2002 Elliot Lee 0.51.1-1 - Merge multilib changes