[perl-Cairo/stable-1-06] Stable release 1.062



commit 887d0aca33bb21675b0e056522703fdb9033c90f
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sun May 1 20:13:20 2011 +0200

    Stable release 1.062

 MANIFEST     |    3 +++
 NEWS         |    8 ++++++++
 lib/Cairo.pm |    8 +++-----
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/MANIFEST b/MANIFEST
index 66ffb4a..534d712 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -24,6 +24,8 @@ examples/png/stars.pl
 examples/png/text-rotate.pl
 examples/png/text.pl
 examples/simple.pl
+examples/snapping.pl
+examples/subclassing.pl
 inc/MakeHelper.pm
 lib/Cairo.pm
 LICENSE
@@ -31,6 +33,7 @@ Makefile.PL
 MANIFEST
 MANIFEST.SKIP
 NEWS
+perl-Cairo.doap
 ppport.h
 README
 t/Cairo.t
diff --git a/NEWS b/NEWS
index 9bf7efe..caf867f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes in Cairo 1.062
+==================================
+
+* Cairo::FtFontFace: Keep the FT_Face alive long enough to avoid
+  segfaults
+* Add two new example programs
+* Fix test failures
+
 Overview of changes in Cairo 1.061
 ==================================
 
diff --git a/lib/Cairo.pm b/lib/Cairo.pm
index 274bb94..e4154c6 100644
--- a/lib/Cairo.pm
+++ b/lib/Cairo.pm
@@ -1,10 +1,8 @@
 #
-# Copyright (c) 2004-2008 by the cairo perl team (see the file README)
+# Copyright (c) 2004-2011 by the cairo perl team (see the file README)
 #
 # Licensed under the LGPL, see LICENSE file for more information.
 #
-# $Id$
-#
 
 package Cairo;
 
@@ -14,7 +12,7 @@ use DynaLoader;
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.061';
+our $VERSION = '1.062';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 
@@ -1557,6 +1555,6 @@ Contains the reference manual
 
 =head1 COPYRIGHT
 
-Copyright (C) 2004-2009 by the cairo perl team
+Copyright (C) 2004-2011 by the cairo perl team
 
 =cut



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]