Changelog for
libXext6-1.3.6-Virt.150400.26.1.x86_64.rpm :
* Mon Feb 05 2024 Stefan Dirsch
- Update to version 1.3.6
* Wrap Xext
*CheckExtension() in do { ... } while(0)
* configure: raise minimum autoconf requirement to 2.70
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
* _xgeGetExtensionVersion should not free info on failure
* Check for malloc failure in _xgeGetExtensionVersion
* _xgeDpyClose: handle NULL return from _xgeFindDisplay
* XEVI: fix -Walloc-size
* Sat Oct 29 2022 Stefan Dirsch - Update to version 1.3.5
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Xge.c, Xge.h: convert from ISO-8859-1 to UTF-8
* Add extutilP.h header for xgeExtRegister() prototype
* Remove unnecessary casts of malloc/calloc results
* Remove unnecessary (char
*) casts from Xfree() arguments
* Use calloc instead of malloc if we may not initialize all the bytes
* Import reallocarray() from libX11
* Convert calls to Xmalloc arrays to use Xmallocarray instead
* configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other defines
* Remove \"All rights reserved\" from Oracle copyright notices.
* COPYING: Add info for Xge.
* and reallocarray.
* files
* add ACLOCAL_AMFLAGS = -I m4 to make aclocal pick ax_gcc_builtin.m4
* Thu Mar 21 2019 Stefan Dirsch - Update to version 1.3.3
* autogen: add default patch prefix
* autogen.sh: use quoted string variables
* autogen.sh: use exec instead of waiting for configure to finish
* Update configure.ac bug URL for gitlab migration
* Assert that values buffer has enough room for provided values
* Fix typos in man pages
* Use __builtin_popcountl if available to replace Ones() in XSecurity.c
* Add description of libXext to README.md
* XSecurityGenerateAuthorization: Allocate enough space in values buffer
* Update README for gitlab migration
* Thu Jul 24 2014 sndirschAATTsuse.com- added baselibs.conf as source to specfile
* Thu Jul 24 2014 sndirschAATTsuse.com- Update to version 1.3.3
* Time for a release before the accumulated patches are old enough to vote. Two new requirements: libX11 1.6 and a C89 preprocessor.
* Sat Jun 01 2013 tobias.johannes.klausmannAATTmni.thm.de- Update to version 1.3.2: This release provides fixes for the recently announced security issue CVE-2013-1982, as well as build configuration improvements, man page macro cleanups to work better with doclifter, and several other small fixes.
* Sun Feb 17 2013 jengelhAATTinai.de- Use more robust make install call- Avoid calling fdupes outside of /usr
* Thu Apr 12 2012 vuntzAATTopensuse.org- Update to version 1.3.1: + Fixes for compiler warnings + Improvements to formattings for all the included extension API specs + Improvements to the documentation- Changes from version 1.3.0: + New API functions to support the Fence Sync Objects added in Sync extension version 3.1 + Redefine the return values of several MIT-SHM API calls from Status (#define Status int) to Bool (typedef int Bool) to clarify the expected interpretation of the return values + Fix build issues + Documentation improvements + Build system improvements
* Sat Feb 11 2012 jengelhAATTmedozas.de- Rename xorg-x11-libXext to libXext and utilize shlib policy
* Sat Feb 04 2012 jengelhAATTmedozas.de- Remove apparently unused (Build)Requires on Xdmcp, xtrans- Remove redundant tags/sections like %clean (see specfile guidelines)- Parallel build with %_smp_mflags