perl-Cairo r171 - in trunk: . lib
- From: tsch svn gnome org
- To: svn-commits-list gnome org
- Subject: perl-Cairo r171 - in trunk: . lib
- Date: Sat, 28 Mar 2009 13:23:55 +0000 (UTC)
Author: tsch
Date: Sat Mar 28 13:23:55 2009
New Revision: 171
URL: http://svn.gnome.org/viewvc/perl-Cairo?rev=171&view=rev
Log:
Stable release 1.061.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/README
trunk/lib/Cairo.pm
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Sat Mar 28 13:23:55 2009
@@ -1,3 +1,11 @@
+Overview of changes in Cairo 1.061
+==================================
+
+* Support the enum value CAIRO_FONT_TYPE_QUARTZ.
+* Improve the documentation slightly.
+* Fix a few test failures.
+* Fix a few build issues.
+
Overview of changes in Cairo 1.060
==================================
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Sat Mar 28 13:23:55 2009
@@ -56,7 +56,7 @@
COPYRIGHT AND LICENSE
---------------------
-Copyright (C) 2004-2007 by the cairo perl team
+Copyright (C) 2004-2009 by the cairo perl team
Ross McFarland rwmcfa1 at neces dot com
Torsten Schoenfeld kaffeetisch at gmx dot de
Modified: trunk/lib/Cairo.pm
==============================================================================
--- trunk/lib/Cairo.pm (original)
+++ trunk/lib/Cairo.pm Sat Mar 28 13:23:55 2009
@@ -14,7 +14,7 @@
our @ISA = qw/DynaLoader/;
-our $VERSION = '1.060';
+our $VERSION = '1.061';
sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
@@ -1557,6 +1557,6 @@
=head1 COPYRIGHT
-Copyright (C) 2004-2008 by the cairo perl team
+Copyright (C) 2004-2009 by the cairo perl team
=cut
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]