SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libcairo-gobject2-1.12.14-150400.6.3.x86_64.rpm :

* Mon Jul 08 2013 sbrabecAATTsuse.cz- Add cairo-reduce-buddy-assertion.patch: Fix eog crash on assertion, after pressing Next (bnc#828074).
* Sat May 25 2013 dimstarAATTopensuse.org- Drop cairo-libpng16-v2.patch: in its current form, this patch causes issues as that cairo.ImageSurface.create_from_png errors out with \'MemoryError\' in all cases (bnc#821766).
* Tue Apr 02 2013 pgajdosAATTsuse.com- Add cairo-libpng16-v2.patch: Fix png usage with libpng 1.6: call png_set_read_user_transform_fn() before png_read_update_info() (bnc#810701).
* Thu Feb 14 2013 zaitorAATTopensuse.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 06 2012 dimstarAATTopensuse.org- Update to version 1.12.8: + 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 (fdo#56547). + Handle all Type1 postscript operators for better font compatibility (fdo#56265). + Fix a couple of memory leaks in Type1 font subsetting (fdo#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. (fdo#56432) + Fix assumption that geometric clipping always succeeds with the span-compositor (fdo#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.- Changes from version 1.12.6: + 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.- Rebase cairo-modules-no-version.patch.
* Fri Oct 12 2012 dimstarAATTopensuse.org- Update to version 1.12.4: + Interior boxes were being dropped when amalgamating regions during tesselation (fdo#49446) + Allow building without gtk-doc installed + Invalid edge generation whilst reducing complex polygons (fdo#50852) + Stroking around tight cusps + Use locale correct formats for reading font subsetting and valid buffers (fdo#51443) + Ensure that the type1 subset includes all the glyph encodings (fdo#53040) + Upload the whole source for a repeating pattern (fdo#51910) + Fix damage tracking to handle continuation chunks corectly and so prevent crashes on win32 (fdo#53384) + Avoid emitting miter joins for degenerate line segments (fdo#407107) + Convert the relative path semgents into the backend coordinates and then back again to user coordinates (fdo#54732) + Fix extents computations for a degenerate path consisting only of a move-to (fdo#54549) + Prevent crashing on a degenerate project edge after polygon intersection (fdo#54822).- Add pkgconfig(xext) BuildRequires: new verified dependency.
* Sun Apr 29 2012 dimstarAATTopensuse.org- Update to version 1.12.2: + Allow applications to create 0x0 xlib surfaces, such as used by LibreOffice (fdo#49118) + Trim composite extents for SOURCE/CLEAR operators to the mask. + Use fallback fonts in PDF for unhandled computed glyph widths (fdo#48349) + Handle snapshots of recording surfaces for analysing pattern extents. Fixes a regression of reporting the PDF bounding box as being the page size. + Fix allocation size for PDF pattern ids. (fdo#49089) + Fix emission of rectilinear dashed segments, with and without scaling, and application of degenerate line joins. + Clamp unbounded fixup polygons to the clip extents. + Prevent infinite loop due to rounding errors whilst incrementing along dashes. + Prevent overflow for inline a8 span filling. + Miscellaneous build fixes for Cygwin on Windows and Solaris.- Drop cairo-fix-wrong-allocation.patch: fixed upstream.
* Sat Apr 21 2012 jeffmAATTsuse.com- Add cairo-fix-wrong-allocation: fix wrong allocation in _cairo_pdf_surface_add_source_surface (bnc#758422).
* Mon Mar 26 2012 zaitorAATTopensuse.org- Update to version 1.12.0: + Introduction of a new procedural pattern: the mesh gradient. + New API to create a callback pattern: cairo_pattern_create_raster_source. + XCB is now a supported backend. + New common API to address any surface as an image and so allow direct modification of the raster data: cairo_surface_create_similar_image, cairo_surface_map_to_image, and cairo_surface_unmap_image. + Many performance improvements. + Introduction of new antialias hints (NONE, FAST, GOOD, BEST). + Introduction of a new observation architecture: cairo_surface_observer_t. + OpenGL backend has seen significant work including the port to GLESv2 and the exploitation of advanced hardware features.- Enable build of XCB backend as it\'s now officially supported: set %build_xcb_backend macro to 1.- Note that we don\'t build Xlib/XCB support as it\'s disabled by default upstream.- Also add pkgconfig(xcb-shm) BuildRequires for XCB/SHM support.- Drop cairo-fix-libs.patch: fixed upstream.
* Tue Feb 14 2012 vuntzAATTopensuse.org- Ship additional COPYING files that come with some utilities.- Fix license of the tool subpackage: it is GPL-3.0+ (bnc#739748).- Change the group of library subpackages from Development/Libraries/X11 to System/Libraries.
 
ICM