* 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. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXaw?expand=0&rev=16
62 lines
2.2 KiB
Plaintext
62 lines
2.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon May 4 14:11:30 UTC 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 17:50:17 UTC 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 23:26:12 UTC 2013 - jengelh@inai.de
|
|
|
|
- Add proper bit-type symbols for sparc64
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de
|
|
|
|
- Use more robust make install call
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 19 22:21:17 UTC 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 06:24:19 UTC 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
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 7 22:17:49 UTC 2012 - jengelh@medozas.de
|
|
|
|
- Split xorg-x11-libs into separate packages
|