summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-01-03 19:55:27 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-01-03 19:55:27 +0000
commit2f3cb26ace3762026641e7a9a16e7ae62479594c (patch)
tree11218a673e0e71ab3c1d17a8dec1cee872e5dee7
parentd96950a562db1198e6cfc40a24f6b362cbd7f610 (diff)
downloadpygtk-2f3cb26ace3762026641e7a9a16e7ae62479594c.tar.gz
Post release version bump
2008-01-03 Johan Dahlin <johan@gnome.org> * configure.in: Post release version bump svn path=/trunk/; revision=2953
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
-rw-r--r--configure.in2
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d9855196..30c30f26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-03 Johan Dahlin <johan@gnome.org>
+
+ * configure.in: Post release version bump
+
=== PyGTK 2.12.1 ===
2008-01-03 Johan Dahlin <johan@gnome.org>
diff --git a/NEWS b/NEWS
index 8e62a6be..f288e469 100644
--- a/NEWS
+++ b/NEWS
@@ -7,13 +7,13 @@ pygtk-2.12.1 03-january-2007
- Install gtk-extrafuncs.defs (Matthew Barnes, #380020)
- Fix x86-64 crash (Dan Winship, #500508)
- Plug gtk.Widget.render_icon leak (Gustavo, #502871)
- - Fix hypertext demo (Richard Hult)
+ - Fix hypertext demo (Richard Hult, #503107)
- Correct wrong command line (Sebastien Bacher)
- Distribute .m4 files (Ed Catmur)
- Release the GIL in pixbuf constructors (Jakub Stachowski, #415611)
- Add a new pango extent example (Adam Olsen, Behdad Esfahbod, #400810)
- Fix leak in gdk.Pixbuf.flip() (Guillaume Cottenceau)
- - Accept None in Cellrenderer.get_cell_area() (Paul Pogonyshev, #358091)
+ - Accept None in CellRenderer.get_cell_area() (Paul Pogonyshev, #358091)
- Fix typo in clipboard.set_with_data (Julien Moutinho)
- Add support for PySignal_SetWakeUp thread which avoids unnecessary
polling in the main loop for threaded programs (Johan, #481569)
diff --git a/configure.in b/configure.in
index 5547c3c2..625daac0 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_PREREQ(2.52)
dnl the pygtk version number
m4_define(pygtk_major_version, 2)
m4_define(pygtk_minor_version, 12)
-m4_define(pygtk_micro_version, 1)
+m4_define(pygtk_micro_version, 2)
m4_define(pygtk_version, pygtk_major_version.pygtk_minor_version.pygtk_micro_version)
dnl versions of packages we require ...