Changelog for
libXext-debugsource-1.3.5-2.9.x86_64.rpm :
* Sat Oct 29 2022 sndirschAATTsuse.com- 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 sndirschAATTsuse.com- 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
* Tue Dec 21 2010 sndirschAATTnovell.com- bumped version number to 7.6_1.2.0
* Thu Oct 28 2010 sndirschAATTnovell.com- libXext 1.2.0
* This release of the catchall library for the X11 extensions without their own libraries adds documentation for many more of the extension API\'s, in the form of the documents formerly delivered in xorg-docs, now moved here and translated from a variety of formats to DocBook/XML.
* Sat Sep 04 2010 sndirschAATTnovell.com- update to release 1.1.2- bumped version number to 7.5_1.1.2- make use of %fdupes macro- fixed Summary/Group entries in -devel package
* Fri Apr 02 2010 sndirschAATTsuse.de- bumped version number to 7.5
* Thu Jan 14 2010 roAATTsuse.de- update to 1.1.1 (needed for xserver 1.7)
* Fri Jan 01 2010 sndirschAATTsuse.de- libXext-commit-8a91fc6.diff:
* Silence \"Generic Event Extension missing on display\" warning (bnc #567828)
* Mon Dec 14 2009 jengelhAATTmedozas.de- add baselibs.conf as a source
* Fri May 01 2009 eichAATTsuse.de- revert static library and .la file removal for SUSE versions <= 11.1.
* Tue Apr 21 2009 crrodriguezAATTsuse.de- remove static libraries and \"la\" files
* Sun Mar 01 2009 sndirschAATTsuse.de- libXext 1.0.5
* Thu Sep 11 2008 sndirschAATTsuse.de- bumped release number to 7.4
* Thu Apr 10 2008 roAATTsuse.de- added baselibs.conf file to build xxbit packages for multilib support
* Fri Feb 29 2008 sndirschAATTsuse.de- libXext 1.0.4
* Coverity #467: security_error_list has fewer than XSecurityNumberErrors
* Wed Dec 26 2007 crrodriguezAATTsuse.de- fix library-without-ldconfig-postun warning
* Sat Sep 29 2007 sndirschAATTsuse.de- bumped version to 7.3
* Fri Jan 26 2007 sndirschAATTsuse.de- updated to release 1.0.3
* Add XShm.man and aliases to Makefile.am
* Man page spelling/typo fixes
* Replace static ChangeLog with dist-hook to generate from git log
* Sun bug 4985712: man pages needed for MIT-SHM extension functions
* Sat Oct 14 2006 sndirschAATTsuse.de- updated to X.Org 7.2RC1
* Wed Aug 02 2006 sndirschAATTsuse.de- fix setup line
* Fri Jul 28 2006 sndirschAATTsuse.de- use \"-fno-strict-aliasing\"
* Thu Jul 27 2006 sndirschAATTsuse.de- use $RPM_OPT_FLAGS
* Thu Jun 22 2006 sndirschAATTsuse.de- created package