summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-14 21:56:55 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-14 21:56:55 +0000
commit89133740412019a99bc56c78d2f8286281603d83 (patch)
tree6e5f2bf241e7bd71e6f3a3bb05f889e09b9c0358 /ChangeLog
parenta469236b6797441b4051de4aa32375db9bd119f2 (diff)
downloadpygobject-89133740412019a99bc56c78d2f8286281603d83.tar.gz
pygobject-89133740412019a99bc56c78d2f8286281603d83.tar.xz
pygobject-89133740412019a99bc56c78d2f8286281603d83.zip
Bug 448173 – use python-config to get python includes
2008-07-14 Johan Dahlin <johan@gnome.org> Bug 448173 – use python-config to get python includes * configure.ac: Really close the by, patch by Matthias Klose svn path=/trunk/; revision=805
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12421c7..8be6878 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-07-14 Johan Dahlin <johan@gnome.org>
+ Bug 448173 – use python-config to get python includes
+
+ * configure.ac:
+ Really close the by, patch by Matthias Klose
+
+2008-07-14 Johan Dahlin <johan@gnome.org>
+
Bug 378704 – OptionParser.parse_args() returns unexpected results
* gobject/option.py: