Changelog for
libXaw-debugsource-1.0.16-1.1.5.1.i586.rpm :
* Mon Mar 11 2024 Stefan Dirsch
- Update to version 1.0.16
* Code-cleanup and build-fixes ...
* Thu Mar 16 2023 Stefan Dirsch - Update to version 1.0.15
* gitlab CI: add a basic build test
* Fix spelling/wording issues
* Stop memory leak in GetResourcePixmapPath()
* Stop memory leak in error paths in XawTextSinkConvertPropertyList()
* Remove \"All rights reserved\" from Oracle copyright notices
* Add .git-blame-ignore-revs to hide whitespace commits from git blame
* Replace calls to index() with strchr()
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
* Fix ctype(3) users.
* issue #6: fix typo in XawMax parameter in GetBlockBoundaries
* Tue Mar 30 2021 Stefan Dirsch - Update to version 1.0.14
* bugfix release- supersedes U_NULL-pointer-dereference-in-XawAsciiSinkInitialize.patch
* Thu Jun 21 2018 msrbAATTsuse.com- U_NULL-pointer-dereference-in-XawAsciiSinkInitialize.patch
* Fix crash when required font is not installed. (bsc#1098411)
* Mon May 04 2015 sndirschAATTsuse.com- Update to version 1.0.13
* Fix build with gcc -Werror=format-security
* configure: Drop AM_MAINTAINER_MODE
* autogen.sh: Honor NOCONFIGURE=1
* Use autoconf HAVE_UNISTD_H instead of imake X_NOT_POSIX to find
* Just use C89 size_t instead of rolling our own Size_t
* Use SEEK_
* names instead of raw numbers for fseek whence argument
* Makefile: use AM_V_GEN and AM_V_at to implement automake silent rules
* Makefile: use $(LN_S) for better code portability
* Include
* Fix abs() usage.
* Thu Sep 12 2013 zaitorAATTopensuse.org- Update to version 1.0.12: + Replace TXT16 with XChar2b inline. + Remove CRAY/WORD64 support. + Fix fd leak when write() fails in WriteToFile(). + Fix fd leak when fdopen() fails in InitStringOrFile(). + Include winsock header on WIN32 to provide fd_set etc.
* Fri Jun 14 2013 jengelhAATTinai.de- Add proper bit-type symbols for sparc64
* Sun Feb 17 2013 jengelhAATTinai.de- Use more robust make install call
* Wed Sep 19 2012 zaitorAATTopensuse.org- Update to version 1.0.11: + Only call XawStackFree if XawStackAlloc was used for allocation + Correct order of arguments to XawStackFree() + Correct undefined behavior access to out of scope pointer contents
* Thu Apr 12 2012 vuntzAATTopensuse.org- Update to version 1.0.10: + Fix potential infinte loop in XawBoxQueryGeometry() + Fixes for compiler warnings + General cleanups + Build configuration and documentation improvements- Changes from version 1.0.9: + Fix build issues + Minor documentation cleanups + Build configuration improvements