]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
* Tue Dec 17 2002 Matt Wilson <msw@redhat.com> 0.51.2-1
authormsw <msw>
Wed, 18 Dec 2002 04:17:53 +0000 (04:17 +0000)
committermsw <msw>
Wed, 18 Dec 2002 04:17:53 +0000 (04:17 +0000)
- 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

configure.in
newt.spec

index b5bf757fbaa5f189ac624459b93d4ddf17fb374d..b5992aab2f07b1e9499c537e35411e2d2ad04604 100644 (file)
@@ -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)
index 08144216c77d4905bac17a0a239f13dcb7c10b9c..0f16f8f87b7c8848297dc832cccf5af424fa5c13 100644 (file)
--- 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 <msw@redhat.com> 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 <sopwith@redhat.com> 0.51.1-1
 - Merge multilib changes