libXrender/libXrender.changes

181 lines
6.2 KiB
Plaintext

-------------------------------------------------------------------
Sat Oct 22 08:17:20 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 0.9.11
* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Remove unnecessary casts from malloc & free calls
* Reduce variable scopes as recommended by cppcheck
* Resolve -Wsign-compare warnings
* Rename xDepth to xPDepth to quiet -Wshadow warnings
* fix coredumps in XRenderComputeTrapezoids (issue #1)
* autogen.sh: use quoted string variables
* autogen: add default patch prefix
* WIP: Documentation
* autogen.sh: use exec instead of waiting for configure to finish
* Add missing HAVE_CONFIG_H guard to Xrenderint.h
* amend cppcheck-scope change, fixing c89 build
* additional cppcheck-scope warning
* cppcheck (removing unused assignment lets variable scope reduction)
* use casts to reduce compiler warnings (no object change)
* use _Xconst with DataInt32/DataInt16/memcpy to reduce strict compiler warnings
* use _X_UNUSED for compiler-warnings
* whitespace fix
* fix regression
* fix coredumps in XRenderComputeTrapezoids (issue #1)
* autogen.sh: use quoted string variables
* autogen: add default patch prefix
* WIP: Documentation
* autogen.sh: use exec instead of waiting for configure to finish
* Add missing HAVE_CONFIG_H guard to Xrenderint.h
* amend cppcheck-scope change, fixing c89 build
* additional cppcheck-scope warning
* cppcheck (removing unused assignment lets variable scope reduction)
* use casts to reduce compiler warnings (no object change)
* use _Xconst with DataInt32/DataInt16/memcpy to reduce strict compiler warnings
* use _X_UNUSED for compiler-warnings
* whitespace fix
* fix regression
-------------------------------------------------------------------
Sat Oct 29 00:03:45 UTC 2016 - tobias.johannes.klausmann@mni.thm.de
- Update to version 0.9.10:
+ Fix documentation to explicitly mention premultiplied alpha
+ Avoid OOB write in XRenderQueryFilters
+ Validate lengths while parsing server data.
-------------------------------------------------------------------
Mon May 4 14:23:51 UTC 2015 - sndirsch@suse.com
- Update to version 0.9.9
* Fix request length calculation for XRenderCompositeText32
* Remove fallback for _XEatDataWords, require libX11 1.6 for it
-------------------------------------------------------------------
Fri Jun 14 12:25:29 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
- Update to version 0.9.8:
This bugfix release delivers the fixes for the recently announced security
issue CVE-2013-1987.
-------------------------------------------------------------------
Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de
- Use more robust make install call
-------------------------------------------------------------------
Wed Apr 11 15:13:29 UTC 2012 - vuntz@opensuse.org
- Update to version 0.9.7:
+ Fix alpha premultiplication in XRenderParseColor
+ Compiler warning fixes
+ Documentation typo fixes
+ Build configuration fixes
-------------------------------------------------------------------
Fri Feb 17 09:45:33 UTC 2012 - sndirsch@suse.com
- fixed name of .changes (follows rename)
-------------------------------------------------------------------
Tue Dec 21 02:47:08 UTC 2010 - sndirsch@novell.com
- bumped version number to 7.6_0.9.6
-------------------------------------------------------------------
Sat Sep 4 18:37:32 UTC 2010 - sndirsch@novell.com
- update to release 0.9.6
- bumped version number to 7.5_0.9.6
- fixed Summary/Group entries in -devel package
-------------------------------------------------------------------
Sun Apr 4 15:48:03 CEST 2010 - sndirsch@suse.de
- libXrender 0.9.5
- obsoletes libXrender-commit-f6f784c.diff
- bumped version number to 7.5
-------------------------------------------------------------------
Mon Dec 28 22:04:12 CET 2009 - sndirsch@suse.de
- libXrender-commit-f6f784c.diff
* Use Data instead of Data32 to avoid truncating the filter
parameters on 64-bit systems (bnc #567454)
-------------------------------------------------------------------
Mon Dec 14 20:17:28 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
-------------------------------------------------------------------
Sat May 2 14:42:17 CEST 2009 - eich@suse.de
- revert static library and .la file removal
for SUSE versions <= 11.1.
-------------------------------------------------------------------
Tue Apr 21 19:30:05 CEST 2009 - crrodriguez@suse.de
- remove static libraries and "la" files
- run ldconfig in postun
-------------------------------------------------------------------
Thu Sep 11 14:22:04 CEST 2008 - sndirsch@suse.de
- bumped release number to 7.4
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
-------------------------------------------------------------------
Sat Sep 29 12:23:47 CEST 2007 - sndirsch@suse.de
- bumped version to 7.3
-------------------------------------------------------------------
Thu Sep 6 23:32:51 CEST 2007 - sndirsch@suse.de
- libXrender 0.9.4
* This release is just a build fix for some applications
requiring libXrender.
-------------------------------------------------------------------
Fri Aug 24 15:41:17 CEST 2007 - sndirsch@suse.de
- libXrender 0.9.3
* Properly set length field in gradient requests (bug 9526).
-------------------------------------------------------------------
Sat Oct 14 06:17:43 CEST 2006 - sndirsch@suse.de
- updated to X.Org 7.2RC1
-------------------------------------------------------------------
Wed Aug 2 16:12:30 CEST 2006 - sndirsch@suse.de
- fix setup line
-------------------------------------------------------------------
Fri Jul 28 14:44:48 CEST 2006 - sndirsch@suse.de
- use "-fno-strict-aliasing"
-------------------------------------------------------------------
Thu Jul 27 11:47:45 CEST 2006 - sndirsch@suse.de
- use $RPM_OPT_FLAGS
- remove existing /usr/include/X11 symlink in %pre
-------------------------------------------------------------------
Fri Jun 23 17:00:42 CEST 2006 - sndirsch@suse.de
- created package