Accepting request 158291 from GNOME:Next
Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158291 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=66
This commit is contained in:
@@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 17:42:09 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.12.14:
|
||||
+ Prevent user callbacks accessing user-data during destroy to
|
||||
prevent use-after-free bugs (mozilla#722975).
|
||||
+ Use standard names for glyphs in subset fonts (PDF) (fdo#60248)
|
||||
+ Fix detection of Win98. The logic for detecting Win98
|
||||
AlphaBlend() was inverted, disabling AlphaBlend() for everyone.
|
||||
+ Prevent numeric overflow from extrapolating polygon edges to
|
||||
the clip boundary and causing severe render artifacts.
|
||||
(fdo#60489).
|
||||
+ Fix computation of glyph string coordinates when breaking up
|
||||
runs for xlib.
|
||||
+ Fix an assertion in the win32 backend for failing to clear its
|
||||
similar-images (fdo#60519).
|
||||
- Changes from version 1.12.12:
|
||||
+ Avoid replacing the entire image when uploading subimages
|
||||
(fdo#59635).
|
||||
+ Force synchronisation for scratch SHM image buffers, so that we
|
||||
do not overwrite data as it is being read by X (fdo#59635).
|
||||
+ Fix typos in detecting multisampling for the GL (MSAA) backend.
|
||||
+ Fix a memory leak in the GL (MSAA) backend.
|
||||
+ Fix a reference counting bug when mapping a GL surface to an
|
||||
image.
|
||||
- Changes from version 1.12.10:
|
||||
+ Append coincident elements to the recording's surface bbtree so
|
||||
that the list is not corrupted and the overlapping elements
|
||||
lost.
|
||||
+ Fix cairo-trace to correctly record map-to-image/unmap-image
|
||||
and then replay them.
|
||||
+ Ignore MappingNotifies when running the XCB testsuite as they
|
||||
are sent to all clients when the keyboard changes. The
|
||||
testsuite would detect the unexpected event and complain.
|
||||
+ Handle very large images in the XCB backend.
|
||||
+ Fix a memory leak in the xlib/shm layer, and prevent use of
|
||||
the SHM surfaces after the display is closed (fdo#58253).
|
||||
+ Handle resizing of bitmap fonts, in preparation for a fix to
|
||||
fontconfig to correctly pass on the user request for scaling.
|
||||
+ Always include subroutine 4 (hint replacement idion) when
|
||||
subsetting type 1 fonts in order to prevent a crash in
|
||||
cgpdftops on Mac OS/X.
|
||||
+ Fix a couple of typos in the cairo-gobject.h header files for
|
||||
introspection.
|
||||
+ Prevent a mutex deadlock when freeing a scaled-glyph containing
|
||||
a recording-surface that itself references another scaled-glyph
|
||||
(fdo#54950).
|
||||
+ Make scaled-font cache actually thread-safe and prevent
|
||||
use-after-frees.
|
||||
+ Restore support for older versions of XRender. A couple of
|
||||
typos and a few forgotten chunks prevented the xlib
|
||||
compositor from running correctly with XRender < 0.10.
|
||||
- Enable building of the GL Backend.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 6 12:21:53 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
Reference in New Issue
Block a user