[cairo-commit] pycairo ChangeLog, 1.202, 1.203 README, 1.22,
1.23 configure.ac, 1.41, 1.42
Steve Chaplin
commit at pdx.freedesktop.org
Fri Apr 28 19:29:26 PDT 2006
Committed by: stevech1097
Update of /cvs/cairo/pycairo
In directory kemper:/tmp/cvs-serv22518
Modified Files:
ChangeLog README configure.ac
Log Message:
'SC'
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -d -r1.202 -r1.203
--- ChangeLog 25 Apr 2006 02:45:59 -0000 1.202
+++ ChangeLog 29 Apr 2006 02:29:24 -0000 1.203
@@ -1,3 +1,12 @@
+2006-04-29 Steve Chaplin <steve1097 # yahoo.com.au>
+
+ * examples/cairo_snippets/snippets/ellipse.py: add new snippet
+
+ * README : Note that cairo 1.1.2 is required. Add notes deprecating
+ the cairo.gtk and cairo.svg modules.
+
+ * configure.ac: require cairo 1.1.2
+
2006-04-25 Steve Chaplin <steve1097 # yahoo.com.au>
* cairo/pycairo-surface.c (PycairoSurface_FromSurface): remove type
Index: README
===================================================================
RCS file: /cvs/cairo/pycairo/README,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- README 11 Oct 2005 06:49:18 -0000 1.22
+++ README 29 Apr 2006 02:29:24 -0000 1.23
@@ -7,14 +7,26 @@
Dependencies
------------
- cairo >= 1.0.2
+ cairo >= 1.1.2
Python >= 2.3
Not required, but supported if they are detected:
libsvg-cairo >= 0.1.6
Numeric Python any version (?)
- PyGTK >= 2.2.0 and < 2.7.0
+ PyGTK 2.2.0 <= version < 2.7.0
+
+PyGTK and the cairo.gtk module:
+PyGTK 2.8 and above has built in support for cairo and does not need to use the
+cairo.gtk module. The cairo.gtk module is deprecated and will be removed from
+a future version of pycairo.
+
+libsvg-cairo and the cairo.svg module:
+libsvg-cairo is no longer actively maintained. Instead a recommended cairo-SVG
+library is pyrsvg (part of python-gnome-desktop) which is a Python binding of
+the librsvg library. The cairo.svg module is deprecated and will be removed
+from a future version of pycairo.
+
Mailing List
------------
Index: configure.ac
===================================================================
RCS file: /cvs/cairo/pycairo/configure.ac,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- configure.ac 10 Nov 2005 00:45:14 -0000 1.41
+++ configure.ac 29 Apr 2006 02:29:24 -0000 1.42
@@ -8,7 +8,7 @@
m4_define(pycairo_version, pycairo_version_major.pycairo_version_minor.pycairo_version_micro)
# versions of packages we require
-m4_define(cairo_required_version, 1.0.2)
+m4_define(cairo_required_version, 1.1.2)
m4_define(gtk_required_version, 2.2.0)
m4_define(pygtk_required_version, 2.2.0)
m4_define(libsvg_cairo_required_version, 0.1.6)
More information about the cairo-commit
mailing list