[cairo-commit] cairo-perl Cairo.pm, 1.22.2.2, 1.22.2.3 ChangeLog,
1.43.2.7, 1.43.2.8 NEWS, 1.9.2.2, 1.9.2.3 README, 1.11.2.2, 1.11.2.3
Torsten Schoenfeld
commit at pdx.freedesktop.org
Sun Feb 25 04:17:47 PST 2007
- Previous message: [cairo-commit] goocanvas/demo demo.c, 1.18, 1.19 mv-demo.c, 1.5,
1.6 mv-scalability-demo.c, 1.1, 1.2 scalability-demo.c, 1.6,
1.7 units-demo.c, 1.2, 1.3 widgets-demo.c, 1.1, 1.2
- Next message: [cairo-commit] rcairo ChangeLog,1.112,1.113
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: tsch
Update of /cvs/cairo/cairo-perl
In directory kemper:/tmp/cvs-serv28310
Modified Files:
Tag: stable-1-0
Cairo.pm ChangeLog NEWS README
Log Message:
* Cairo.pm, NEWS, README: Stable release 1.023.
Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.22.2.2
retrieving revision 1.22.2.3
diff -u -d -r1.22.2.2 -r1.22.2.3
--- Cairo.pm 30 Dec 2006 19:19:03 -0000 1.22.2.2
+++ Cairo.pm 25 Feb 2007 12:17:41 -0000 1.22.2.3
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2004-2006 by the cairo perl team (see the file README)
+# Copyright (c) 2004-2007 by the cairo perl team (see the file README)
#
# Licensed under the LGPL, see LICENSE file for more information.
#
@@ -14,7 +14,7 @@
our @ISA = qw/DynaLoader/;
-our $VERSION = '1.022';
+our $VERSION = '1.023';
sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
@@ -1064,6 +1064,6 @@
=head1 COPYRIGHT
-Copyright (C) 2004-2006 by the cairo perl team
+Copyright (C) 2004-2007 by the cairo perl team
=cut
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.43.2.7
retrieving revision 1.43.2.8
diff -u -d -r1.43.2.7 -r1.43.2.8
--- ChangeLog 5 Jan 2007 21:02:49 -0000 1.43.2.7
+++ ChangeLog 25 Feb 2007 12:17:41 -0000 1.43.2.8
@@ -1,3 +1,7 @@
+2007-02-25 tsch
+
+ * Cairo.pm, NEWS, README: Stable release 1.023.
+
2007-01-05 tsch
Merge from HEAD:
Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo-perl/NEWS,v
retrieving revision 1.9.2.2
retrieving revision 1.9.2.3
diff -u -d -r1.9.2.2 -r1.9.2.3
--- NEWS 30 Dec 2006 19:19:03 -0000 1.9.2.2
+++ NEWS 25 Feb 2007 12:17:41 -0000 1.9.2.3
@@ -1,3 +1,8 @@
+Overview of changes in Cairo 1.023
+==================================
+
+* Fix a test failure related to endianness.
+
Overview of changes in Cairo 1.022
==================================
Index: README
===================================================================
RCS file: /cvs/cairo/cairo-perl/README,v
retrieving revision 1.11.2.2
retrieving revision 1.11.2.3
diff -u -d -r1.11.2.2 -r1.11.2.3
--- README 30 Dec 2006 19:19:03 -0000 1.11.2.2
+++ README 25 Feb 2007 12:17:41 -0000 1.11.2.3
@@ -1,4 +1,4 @@
-Cairo version 1.022
+Cairo version 1.023
===================
Perl bindings to the cairo graphics library (http://www.cairographics.org).
@@ -55,7 +55,7 @@
COPYRIGHT AND LICENSE
---------------------
-Copyright (C) 2004-2006 by the cairo perl team
+Copyright (C) 2004-2007 by the cairo perl team
Ross McFarland rwmcfa1 at neces dot com
Torsten Schoenfeld kaffeetisch at gmx dot de
- Previous message: [cairo-commit] goocanvas/demo demo.c, 1.18, 1.19 mv-demo.c, 1.5,
1.6 mv-scalability-demo.c, 1.1, 1.2 scalability-demo.c, 1.6,
1.7 units-demo.c, 1.2, 1.3 widgets-demo.c, 1.1, 1.2
- Next message: [cairo-commit] rcairo ChangeLog,1.112,1.113
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list