- 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
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)
%{_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