[cairo-commit] pycairo ChangeLog, 1.26, 1.27 Makefile.am, 1.6,
1.7 NEWS, 1.3, 1.4 configure.ac, 1.6, 1.7
Steve Chaplin
commit at pdx.freedesktop.org
Sun Nov 28 00:57:01 PST 2004
- Previous message: [cairo-commit] cairo-perl/examples/png README, NONE,
1.1 caps_joins.pl, NONE, 1.1 hering.pl, NONE, 1.1 outline.pl,
NONE, 1.1 spiral.pl, NONE, 1.1 splines_tolerance.pl, NONE,
1.1 stars.pl, NONE, 1.1
- Next message: [cairo-commit] pycairo/cairo __init__.py.in,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: stevech1097
Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv31029
Modified Files:
ChangeLog Makefile.am NEWS configure.ac
Log Message:
SC 28/11/2004
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- ChangeLog 24 Nov 2004 21:24:02 -0000 1.26
+++ ChangeLog 28 Nov 2004 08:56:59 -0000 1.27
@@ -1,3 +1,15 @@
+2004-11-28 Steve Chaplin <steve1097 at yahoo.com.au>
+
+ * Makefile.am (EXTRA_DIST): add NOTES, examples/context-subclass.py,
+ examples/warpedtext.py
+
+ * NEWS: remove notes for Snapshot 0.1.2 - the snapshot was not
+ completed and released, 0.1.3 is the first snapshot.
+
+ * configure.ac: define VERSION_INFO
+ * cairo/__init__.py.in (version_info): use VERSION_INFO from
+ configure.ac
+
2004-11-24 Carl Worth <cworth at cworth.org>
* Makefile.am (RELEASE_UPLOAD_DIR): Update directory due to
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/pycairo/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am 24 Nov 2004 21:24:02 -0000 1.6
+++ Makefile.am 28 Nov 2004 08:56:59 -0000 1.7
@@ -1,13 +1,16 @@
SUBDIRS = cairo
EXTRA_DIST = \
+ NOTES \
examples/cairo-demo.py \
examples/cairo-knockout.py \
+ examples/context-subclass.py \
examples/gradient.py \
examples/hering.py \
examples/lsystem.py \
examples/spiral.py \
- examples/text.py
+ examples/text.py \
+ examples/warpedtext.py
#snap:
# $(MAKE) dist distdir=$(PACKAGE)-SNAP-`date +"%Y%m%d"`
Index: NEWS
===================================================================
RCS file: /cvs/cairo/pycairo/NEWS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- NEWS 24 Nov 2004 21:21:45 -0000 1.3
+++ NEWS 28 Nov 2004 08:56:59 -0000 1.4
@@ -21,12 +21,3 @@
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
-
-Support added for patterns.
-Support added for cairo_set_target_png() and cairo_set_target_ps()
-
-Add LGPL/MPL license.
Index: configure.ac
===================================================================
RCS file: /cvs/cairo/pycairo/configure.ac,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- configure.ac 24 Nov 2004 21:00:08 -0000 1.6
+++ configure.ac 28 Nov 2004 08:56:59 -0000 1.7
@@ -17,6 +17,7 @@
AC_DEFINE(PYCAIRO_MAJOR_VERSION, pycairo_major_version,[Pycairo major version])
AC_DEFINE(PYCAIRO_MINOR_VERSION, pycairo_minor_version,[Pycairo minor version])
AC_DEFINE(PYCAIRO_MICRO_VERSION, pycairo_micro_version,[Pycairo macro version])
+AC_SUBST(VERSION_INFO, [pycairo_major_version,pycairo_minor_version,pycairo_micro_version])
AC_CONFIG_SRCDIR([cairo/pycairo.h])
AC_CONFIG_HEADERS(config.h)
- Previous message: [cairo-commit] cairo-perl/examples/png README, NONE,
1.1 caps_joins.pl, NONE, 1.1 hering.pl, NONE, 1.1 outline.pl,
NONE, 1.1 spiral.pl, NONE, 1.1 splines_tolerance.pl, NONE,
1.1 stars.pl, NONE, 1.1
- Next message: [cairo-commit] pycairo/cairo __init__.py.in,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list