[cairo-commit] pycairo ChangeLog, 1.238, 1.239 configure.ac, 1.55, 1.56 setup.py, 1.10, 1.11 RELEASING, 1.20, 1.21

Steve Chaplin commit at pdx.freedesktop.org
Sun Aug 20 20:32:30 PDT 2006


Committed by: stevech1097

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

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

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -d -r1.238 -r1.239
--- ChangeLog	21 Aug 2006 03:14:50 -0000	1.238
+++ ChangeLog	21 Aug 2006 03:32:28 -0000	1.239
@@ -1,3 +1,12 @@
+2006-08-21  Steve Chaplin  <steve1097 # yahoo.com.au>
+
+	* RELEASING: update step 8.
+
+	* configure.ac:
+	* cairo/cairomodule.c:
+	* setup.py:
+	increment version to 1.2.3
+
 === Pycairo 1.2.2 ===
 2006-08-21  Steve Chaplin  <steve1097 # yahoo.com.au>
 

Index: configure.ac
===================================================================
RCS file: /cvs/cairo/pycairo/configure.ac,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- configure.ac	21 Aug 2006 03:04:21 -0000	1.55
+++ configure.ac	21 Aug 2006 03:32:28 -0000	1.56
@@ -4,7 +4,7 @@
 # the pycairo version number
 m4_define(pycairo_version_major, 1)
 m4_define(pycairo_version_minor, 2)
-m4_define(pycairo_version_micro, 2)
+m4_define(pycairo_version_micro, 3)
 m4_define(pycairo_version, pycairo_version_major.pycairo_version_minor.pycairo_version_micro)
 
 # versions of packages we require

Index: setup.py
===================================================================
RCS file: /cvs/cairo/pycairo/setup.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- setup.py	19 Aug 2006 13:14:44 -0000	1.10
+++ setup.py	21 Aug 2006 03:32:28 -0000	1.11
@@ -6,7 +6,7 @@
 import os
 import sys
 
-pycairo_version        = '1.2.2'
+pycairo_version        = '1.2.3'
 cairo_version_required = '1.2.2'
 
 # Notes:

Index: RELEASING
===================================================================
RCS file: /cvs/cairo/pycairo/RELEASING,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- RELEASING	16 Aug 2006 14:30:42 -0000	1.20
+++ RELEASING	21 Aug 2006 03:32:28 -0000	1.21
@@ -60,8 +60,12 @@
 7) Verify that the tar file arrived at the website. Update the pycairo
    webpage to reference the new release.
 
-8) Edit configure.ac to increment pycairo_version_micro to the next larger
-   (odd) number and commit.
+8) Edit:
+   configure.ac
+   cairo/cairomodule.c
+   setup.py
+   to increment pycairo_version_micro to the next larger (odd) number and
+   commit.
 
 9) Send a message to cairo-announce at cairographics.org
               and CC python-announce-list at python.org



More information about the cairo-commit mailing list