[perl-Cairo] Unstable release 1.070
- From: Torsten Schönfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Cairo] Unstable release 1.070
- Date: Sun, 16 May 2010 21:21:26 +0000 (UTC)
commit 633882f3f83846549c428e3c926476cad7af8e05
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date: Sun May 16 23:21:06 2010 +0200
Unstable release 1.070
MANIFEST | 4 ++++
NEWS | 17 +++++++++++++++++
lib/Cairo.pm | 2 +-
3 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/MANIFEST b/MANIFEST
index 66ffb4a..dc8a6c0 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -11,12 +11,14 @@ CairoSurface.xs
ChangeLog.pre-git
doctypes
examples/freetype-font.pl
+examples/glyph-text.pl
examples/png-streams.pl
examples/png/bevels.pl
examples/png/caps_joins.pl
examples/png/hering.pl
examples/png/outline.pl
examples/png/README
+examples/png/snapping.pl
examples/png/spiral.pl
examples/png/spline-pipeline.pl
examples/png/splines_tolerance.pl
@@ -24,6 +26,7 @@ examples/png/stars.pl
examples/png/text-rotate.pl
examples/png/text.pl
examples/simple.pl
+examples/subclassing.pl
inc/MakeHelper.pm
lib/Cairo.pm
LICENSE
@@ -31,6 +34,7 @@ Makefile.PL
MANIFEST
MANIFEST.SKIP
NEWS
+perl-Cairo.doap
ppport.h
README
t/Cairo.t
diff --git a/NEWS b/NEWS
index 9bf7efe..4abfa64 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Overview of changes in Cairo 1.070
+==================================
+
+* Wrap 1.8 API:
+ - cairo_show_text_glyphs
+ - cairo_scaled_font_text_to_glyphs and
+ cairo_scaled_font_get_scale_matrix
+ - cairo_surface_get_fallback_resolution and
+ cairo_surface_has_show_text_glyphs
+* Make Cairo::Pattern->set_extend, get_extend, set_filter and get_filter
+ available to all pattern types, not just surface patterns.
+* Fix a memory manage bug in Cairo::FtFontFace.
+* Fix a bug in the enum conversion code that made it more lenient that
+ intended.
+* Add a few examples.
+* Fix a few test failures.
+
Overview of changes in Cairo 1.061
==================================
diff --git a/lib/Cairo.pm b/lib/Cairo.pm
index 56bb75c..47b9d24 100644
--- a/lib/Cairo.pm
+++ b/lib/Cairo.pm
@@ -14,7 +14,7 @@ use DynaLoader;
our @ISA = qw/DynaLoader/;
-our $VERSION = '1.061';
+our $VERSION = '1.070';
sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]