SHA256
1
0
forked from pool/cairo
OBS User unknown
2008-10-06 14:36:04 +00:00
committed by Git OBS Bridge
parent 6253d41cdd
commit b4eef61a82
6 changed files with 113 additions and 43 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Sep 30 07:06:06 WST 2008 - mboman@suse.de
- Update to version 1.8.0:
+ Many API changes. See NEWS for full details
+ cairo-xlib: Improved performance with X server without Render
+ cairo-ft: respecting FC_FT_FACE
+ cairo-directfb: backend improvements
+ Misc other fixes
-------------------------------------------------------------------
Tue Sep 23 11:55:35 CDT 2008 - maw@suse.de
- Add cairo-pixman-version.patch.
-------------------------------------------------------------------
Mon Sep 22 14:47:09 CDT 2008 - maw@suse.de
- Update to version 1.7.6:
+ Build improvements
+ API changes since 1.7.4:
* Remove cairo_font_options_set_lcd_filter and
cairo_font_options_get_lcd_filter
* Replace cairo_has_show_glyphs with
cairo_surface_has_show_glyphs
* Add cairo_text_cluster_flags_t to
cairo_show_text_glyphs, cairo_scaled_font_text_to_glyphs,
and cairo_user_scaled_font_text_to_glyphs_func_t
* Note that there have been no API changes with respect to
previous stable versions of cairo (1.0.x, 1.2.x, 1.4.x, or
1.6.x).
+ Bugs fixed: bmo453199#c5, bfo#16819
+ Misc other fixes.
-------------------------------------------------------------------
Wed Aug 27 23:02:25 CEST 2008 - mboman@novell.com