Package Release Info

libXaw-1.0.16-160000.3.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libXaw-devel-32bit
libXaw6-32bit
libXaw7-32bit
libXaw8-32bit

Change Logs

* Mon Mar 11 2024 sndirsch@suse.com
- Update to version 1.0.16
  * Code-cleanup and build-fixes ...
* Thu Mar 16 2023 sndirsch@suse.com
- 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 sndirsch@suse.com
- Update to version 1.0.14
  * bugfix release
- supersedes U_NULL-pointer-dereference-in-XawAsciiSinkInitialize.patch
* Thu Jun 21 2018 msrb@suse.com
- U_NULL-pointer-dereference-in-XawAsciiSinkInitialize.patch
  * Fix crash when required font is not installed. (bsc#1098411)
* Mon May 04 2015 sndirsch@suse.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 <unistd.h>
  * 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 <unistd.h>
  * Fix abs() usage.
* Thu Sep 12 2013 zaitor@opensuse.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 jengelh@inai.de
- Add proper bit-type symbols for sparc64
* Sun Feb 17 2013 jengelh@inai.de
- Use more robust make install call
* Wed Sep 19 2012 zaitor@opensuse.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 vuntz@opensuse.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