summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2005-09-02 14:34:50 +0000
committerJohan Dahlin <johan@src.gnome.org>2005-09-02 14:34:50 +0000
commit39073d1ecd6f755a1a72c587205aa832d5438075 (patch)
tree889fe7379a0130be391647e1a9dd83bf3128a49a
parent8c2bd6d619fcc4c3042f2b0cb362a403c1cfc49d (diff)
downloadpygtk-39073d1ecd6f755a1a72c587205aa832d5438075.tar.gz
-rw-r--r--ChangeLog3
-rw-r--r--NEWS11
-rw-r--r--README6
-rw-r--r--configure.in4
4 files changed, 19 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 06776c51..0a0041cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+=== PyGTK 2.8.0 ===
2005-09-02 Johan Dahlin <jdahlin@async.com.br>
* autogen.sh: Sync with gnome-common. Require automake 1.8.
@@ -61,7 +62,7 @@
* configure.in: Post release version bump
-== PyGTK 2.7.4 ==
+=== PyGTK 2.7.4 ===
2005-08-24 Johan Dahlin <jdahlin@async.com.br>
* NEWS: Update
diff --git a/NEWS b/NEWS
index b66c45af..bda641ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,14 @@
+pygtk-2.8.0 3-september-2005
+ - GObject metaclass bugfix (John Ehresman)
+ - Double free fix in type_register (Gustavo)
+ - Make it buildable srcdir != buildir (Johan)
+ - Improve GdkRectangle conversion (Tim Evans, Gustavo)
+ - Use automake 1.8 (Johan)
+
pygtk-2.7.4 24-august-2005
- Container.do_forall implementable in subclasses (Johan)
- - Bug fixes (John Finlay, Christian Persch,, Christopher Allion,
- Johan, Gustavo)
+ - Bug fixes (John Finlay, Christian Persch, Christopher Allion,
+ Johan, Gustavo)
- Build fixes (Stepan Kasal, John Ehresman, Johan)
pygtk-2.7.3 10-august-2005
diff --git a/README b/README
index 651a1cad..46c550a2 100644
--- a/README
+++ b/README
@@ -20,6 +20,12 @@ patches is unified diff format (ie. diff -u). Please don't send me
diffs which don't have any context, as these make it very difficult to
see what the patch does.
+What's new in 2.8.0
+===================
+
+See the wiki page for an overview of the features in PyGTK 2.8:
+
+http://live.gnome.org/PyGTK/WhatsNew28
New Versions
============
diff --git a/configure.in b/configure.in
index c3de2c38..9333d42c 100644
--- a/configure.in
+++ b/configure.in
@@ -3,8 +3,8 @@ AC_PREREQ(2.52)
dnl the pygtk version number
m4_define(pygtk_major_version, 2)
-m4_define(pygtk_minor_version, 7)
-m4_define(pygtk_micro_version, 99)
+m4_define(pygtk_minor_version, 8)
+m4_define(pygtk_micro_version, 0)
m4_define(pygtk_version, pygtk_major_version.pygtk_minor_version.pygtk_micro_version)
dnl versions of packages we require ...