[cairo-commit] pycairo ChangeLog, 1.262, 1.263 README, 1.31, 1.32 NEWS, 1.19, 1.20

Steve Chaplin commit at pdx.freedesktop.org
Wed Mar 14 02:40:01 PDT 2007


Committed by: stevech1097

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

Modified Files:
	ChangeLog README NEWS 
Log Message:
'SC'

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -d -r1.262 -r1.263
--- ChangeLog	14 Mar 2007 09:24:50 -0000	1.262
+++ ChangeLog	14 Mar 2007 09:39:53 -0000	1.263
@@ -1,3 +1,8 @@
+=== Pycairo 1.4.0 ===
+2007-03-14  Steve Chaplin  <steve1097 # yahoo.com.au>
+	* README:
+	* NEWS: update for version 1.4.0
+
 2007-03-14  Steve Chaplin  <steve1097 # yahoo.com.au>
 
 	* configure.ac:

Index: README
===================================================================
RCS file: /cvs/cairo/pycairo/README,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- README	17 Jan 2007 05:40:01 -0000	1.31
+++ README	14 Mar 2007 09:39:53 -0000	1.32
@@ -3,8 +3,8 @@
 
 Dependencies
 ------------
-    cairo  		>= 1.2.6
-    Python 		>= 2.3
+    cairo   >= 1.4.0
+    Python  >= 2.3
 
 Compiling
 ---------

Index: NEWS
===================================================================
RCS file: /cvs/cairo/pycairo/NEWS,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- NEWS	27 Nov 2006 01:44:09 -0000	1.19
+++ NEWS	14 Mar 2007 09:39:53 -0000	1.20
@@ -1,3 +1,32 @@
+Overview of changes from pycairo 1.2.6 to pycairo 1.4.0
+=======================================================
+General changes:
+Pycairo 1.4.0 requires cairo 1.4.0 (or later).
+
+New methods:
+    Context.clip_extents
+    Context.copy_clip_rectangles
+    Context.get_dash
+    Context.get_dash_count
+    Context.get_scaled_font
+    Context.glyph_extents
+    Context.glyph_path
+    Context.show_glyphs
+    LinearGradient.get_linear_points
+    RadialGradient.get_radial_circles
+    SolidPattern.get_rgba
+    SurfacePattern.get_surface
+
+Deleted methods:
+    ImageSurface.create_for_array
+    Remove Numeric Python support, since Numeric has been made obsolete by
+    numpy, and numpy data can be read using ImageSurface.create_for_data.
+
+Other changes:
+    the module cairo.gtk has been removed (pygtk 2.7.0 onwards has cairo
+    support built in).
+
+
 Overview of changes from pycairo 1.2.2 to pycairo 1.2.6
 =======================================================
 



More information about the cairo-commit mailing list