summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2001-02-16 05:45:16 +0000
committerJames Henstridge <jamesh@src.gnome.org>2001-02-16 05:45:16 +0000
commit7257836a22fae4da4a0c0f48472168238a25463b (patch)
tree3ba519490fef8ffa9570c8b486bd07bc71c1c61b
parent769546f2fc81eff83ae06800fa144509f80b67bc (diff)
downloadpygtk-7257836a22fae4da4a0c0f48472168238a25463b.tar.gz
added news items.
2001-02-16 James Henstridge <james@daa.com.au> * NEWS: added news items. * configure.in: increment version number. 2001-02-16 James Henstridge <james@daa.com.au> * NEWS: update news items. * gnome-python.spec: update versions in spec file. * configure.in: update version number.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS8
-rw-r--r--configure.in2
-rw-r--r--pygtk.spec2
4 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e6be6f2..1833b1dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-02-16 James Henstridge <james@daa.com.au>
+
+ * NEWS: added news items.
+
+ * configure.in: increment version number.
+
2001-02-15 James Henstridge <james@daa.com.au>
* acconfig.h: add ENABLE_PYGTK_THREADING constant here.
diff --git a/NEWS b/NEWS
index 09a6cc0a..84341f73 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+pygtk-0.6.7: 16-February-2001
+ - added --disable-thread configure argument to turn off thread
+ support even when compiling with a threaded python.
+ - resets LC_NUMERIC back to "C" after calling gtk_set_locale,
+ as this is the standard setting for python, no matter what
+ the locale.
+ - various other bug fixes.
+
pygtk-0.6.6: 7-April-2000
- switched over to using the CVS version of automake rather than
my `pyautomake' patches, as CVS automake now has the python
diff --git a/configure.in b/configure.in
index 840edc6b..3ace4932 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_INIT(gtkmodule.c)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(pygtk, 0.6.6)
+AM_INIT_AUTOMAKE(pygtk, 0.6.7)
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
diff --git a/pygtk.spec b/pygtk.spec
index 41c772f3..98b80d9d 100644
--- a/pygtk.spec
+++ b/pygtk.spec
@@ -1,7 +1,7 @@
%define py_prefix /usr
# py_ver should only be 3 characters (1.5.1 == 1.5)
%define py_ver 1.5
-%define ver 0.6.6
+%define ver 0.6.7
# you may want to remove some of the sub packages depending on what you
# have installed on your system when building this package.