-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cairo 1.12.8 release # gpg: error loading `iconv.dll': The specified module could not be found. # # gpg: please see http://www.gnupg.org/download/iconv.html for more information # gpg: keyblock resource `c:/Users/Vincent Povirk/.gnupg\pubring.gpg': file open error # gpg: Signature made 11/04/12 09:22:56 using DSA key ID 80193984 # gpg: Can't check signature: public key not found
- Loading branch information
Showing
37 changed files
with
857 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,80 @@ | ||
Release 1.12.8 (2012-11-24 Chris Wilson <[email protected]>) | ||
=================================================================== | ||
Another couple of weeks and a few more bugs have been found and fixed, | ||
it is time to push the next point release. Many thanks to everyone who | ||
reported their issues and helped us track down the bugs and helped | ||
testing the fixes. | ||
|
||
Bug fixes | ||
--------- | ||
|
||
Expand the sanity checking for broken combinations of XSendEvent and | ||
ShmCompletionEvent. | ||
|
||
Notice that "The X.Org Foundation" sometimes also identifies itself | ||
as "The Xorg Foundation". | ||
|
||
Handle various ages of libXext and its Shm headers. | ||
|
||
Fix the invalid clipping of the source drawable when using SHM | ||
transport to upload images. | ||
https://bugs.freedesktop.org/show_bug.cgi?id=56547 | ||
|
||
Handle all Type1 postscript operators for better font compatibility. | ||
https://bugs.freedesktop.org/show_bug.cgi?id=56265 | ||
|
||
Fix a couple of memory leaks in Type1 font subsetting | ||
https://bugs.freedesktop.org/show_bug.cgi?id=56566 | ||
|
||
Tighten the evaluation of the start/stop pen vertices, and catch a few | ||
instances where we would use a fan instead of a bevel. | ||
https://bugs.freedesktop.org/show_bug.cgi?id=56432 | ||
|
||
Fix assumption that geometric clipping always succeeds with the | ||
span-compositor. | ||
https://bugs.freedesktop.org/show_bug.cgi?id=56574 | ||
|
||
Fix call to spline intersection when evaluating whether a stoke is | ||
visible. | ||
|
||
Remember to copy inferior sources when using SHM to readback the | ||
surface for use as a source. | ||
|
||
Release 1.12.6 (2012-10-22 Chris Wilson <[email protected]>) | ||
=================================================================== | ||
Thanks to everyone who download cairo-1.12.4 and gave us their feedback. | ||
It truly was invaluable and has helped us to fix many portability issues | ||
that crept in with some of the new features. This release aims to fix | ||
those stability issues and run on a wider range of systems. | ||
|
||
Bug fixes | ||
--------- | ||
|
||
Fix the recording surface to actually snapshot the source and so fix | ||
PDF drawing. | ||
|
||
Calling XSendEvent with an XShmCompletionEvent is incompatabile with | ||
older Xorg servers. | ||
|
||
Reorder CloseDisplay chain so that XShm is not reinstantiated after | ||
shutdown, causing a potential crash if the Display was immediately | ||
recreated using the same memory address. | ||
|
||
Make sure that the Xserver has attached to the SHM segment before | ||
deleting it from the global namespace on systems that do not support | ||
deferred deletion. | ||
|
||
Type1 subsetting support for PDF (and PS) was once again improved to | ||
work with a larger number of PDF readers. | ||
|
||
GLESv2 build fixes and improved support for embedded GPUs. | ||
|
||
Tweak the invisible pen detection for applications that are currently | ||
using too large values for geometric tolerance. | ||
|
||
A build fix for older freetype libraries. | ||
|
||
|
||
Release 1.12.4 (2012-10-05 Chris Wilson <[email protected]>) | ||
=================================================================== | ||
More bugs, and more importantly, more fixes. On the cairo-gl side, we | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.