[cairo-commit] pycairo ChangeLog, 1.278, 1.279 NEWS, 1.21, 1.22 setup.py, 1.24, 1.25 configure.ac, 1.71, 1.72

Steve Chaplin commit at pdx.freedesktop.org
Wed Jul 16 21:15:09 PDT 2008


Committed by: stevech1097

Update of /cvs/cairo/pycairo
In directory kemper:/tmp/cvs-serv27299

Modified Files:
	ChangeLog NEWS setup.py configure.ac 
Log Message:
'SC'

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -d -r1.278 -r1.279
--- ChangeLog	17 Jul 2008 03:41:56 -0000	1.278
+++ ChangeLog	17 Jul 2008 04:15:06 -0000	1.279
@@ -1,3 +1,13 @@
+=== Pycairo 1.6.4 ===
+2008-07-17  Steven Chaplin  <steve1097 # yahoo.com.au>
+
+	* NEWS: update for 1.6.4 release
+
+	* setup.py :
+	* cairo/cairomodule.c:
+	* configure.ac:
+	update pycairo version to 1.6.4
+
 2008-07-17  Steven Chaplin  <steve1097 # yahoo.com.au>
 
 	* examples/cairo_snippets/snippets/ellipse.py (path_ellipse): Update

Index: NEWS
===================================================================
RCS file: /cvs/cairo/pycairo/NEWS,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- NEWS	13 Dec 2007 06:15:56 -0000	1.21
+++ NEWS	17 Jul 2008 04:15:06 -0000	1.22
@@ -1,3 +1,33 @@
+Overview of changes from pycairo 1.4.0 to pycairo 1.6.4
+========================================================
+General changes:
+    Pycairo 1.6.4 requires cairo 1.6.4 (or later).
+                  requires Python 2.5 (or later).
+
+Bug fixes:
+    16112: Fix win32 'python setup.py ...' build -- use double quotes
+
+New Methods:
+    Context.has_current_point
+    Context.path_extents
+    ImageSurface.format_stride_for_width
+    PSSurface.get_eps
+    PSSurface.set_eps
+    PSSurface.ps_level_to_string
+    PSSurface.restrict_to_level
+    Surface.copy_page
+    Surface.show_page
+
+New Constants:
+    cairo.PS_LEVEL_2, cairo.PS_LEVEL_3
+
+Other changes:
+    test/pygame-test1.py, test/pygame-test2.py : pygame tests
+
+    examples/cairo_snippets/snippets/ellipse.py : Update
+    so line-width is a constant width in device-space not user-space
+
+
 Overview of changes from pycairo 1.4.0 to pycairo 1.4.12
 ========================================================
 General changes:

Index: setup.py
===================================================================
RCS file: /cvs/cairo/pycairo/setup.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- setup.py	16 Jul 2008 23:23:51 -0000	1.24
+++ setup.py	17 Jul 2008 04:15:06 -0000	1.25
@@ -6,7 +6,7 @@
 import subprocess
 import sys
 
-pycairo_version        = '1.4.13'
+pycairo_version        = '1.6.4'
 cairo_version_required = '1.6.4'
 
 # Notes:

Index: configure.ac
===================================================================
RCS file: /cvs/cairo/pycairo/configure.ac,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- configure.ac	12 May 2008 12:06:37 -0000	1.71
+++ configure.ac	17 Jul 2008 04:15:07 -0000	1.72
@@ -3,8 +3,8 @@
 
 # the pycairo version number
 m4_define(pycairo_version_major, 1)
-m4_define(pycairo_version_minor, 4)
-m4_define(pycairo_version_micro, 13)
+m4_define(pycairo_version_minor, 6)
+m4_define(pycairo_version_micro, 4)
 m4_define(pycairo_version, pycairo_version_major.pycairo_version_minor.pycairo_version_micro)
 
 # versions of packages we require



More information about the cairo-commit mailing list