[cairo-commit] pycairo ChangeLog, 1.24, 1.25 NEWS, 1.2,
1.3 RELEASING, 1.2, 1.3
Carl Worth
commit at pdx.freedesktop.org
Wed Nov 24 13:21:47 PST 2004
Committed by: cworth
Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv25602
Modified Files:
ChangeLog NEWS RELEASING
Log Message:
* NEWS: Add notes for 0.1.3 snapshot.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- ChangeLog 24 Nov 2004 21:00:08 -0000 1.24
+++ ChangeLog 24 Nov 2004 21:21:45 -0000 1.25
@@ -1,5 +1,7 @@
2004-11-24 Carl Worth <cworth at cworth.org>
+ * NEWS: Add notes for 0.1.3 snapshot.
+
* configure.ac: Increment pycairo version to 0.1.3.
* RELEASING: Some cleanups since copying this file over from
Index: NEWS
===================================================================
RCS file: /cvs/cairo/pycairo/NEWS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- NEWS 14 Nov 2004 03:22:18 -0000 1.2
+++ NEWS 24 Nov 2004 21:21:45 -0000 1.3
@@ -1,3 +1,27 @@
+Snapshot 0.1.3 (2004-11-24 Carl Worth <cworth at cworth.org>)
+==========================================================
+After the recent server compromise we discarded all unsigned
+snapshots. That left us without a pycairo snapshot.
+
+Additionally, there were no tags in the source repository so I
+couldn't recreate the 0.1.2 snapshot, so here's a new 0.1.3 snapshot.
+
+I apologize if I botched the version number or left something
+significant out of this announcement---I'm not the one who will
+usually be doing pycairo maintenance.
+
+New bindings:
+ current_path
+ current_path_flat
+ current_font_extents
+
+Changes:
+ fill_extents,stroke_extents: Remove unnecessary args and
+ change from a method to an attribute.
+
+Other:
+ Added two new examples: context-subclass.py and warpedtext.py
+
Snapshot 0.1.2 (2004-11-14 Steve Chaplin <steve1097 at yahoo.com.au>
=================================================================
First snapshot for PyCairo
Index: RELEASING
===================================================================
RCS file: /cvs/cairo/pycairo/RELEASING,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- RELEASING 24 Nov 2004 21:00:08 -0000 1.2
+++ RELEASING 24 Nov 2004 21:21:45 -0000 1.3
@@ -18,9 +18,10 @@
Running "make distcheck" should result in no warnings or
errors and end with a message of the form:
- ================================================
- pycairo-X.Y.Z.tar.gz is ready for distribution
- ================================================
+ ===============================================
+ pycairo-X.Y.Z archives ready for distribution:
+ pycairo-X.Y.Z.tar.gz
+ ===============================================
(But the tar file isn't actually ready yet, as we still have
some more steps to follow).
More information about the cairo-commit
mailing list