summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-21 08:13:41 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-21 08:13:41 +0000
commit39cf2d9ca4fc9b50984ec172282d33b1843fceee (patch)
treec283e3ddf4ac40132407f87ee534e8f0831d7219 /ChangeLog
parent2086b1a575e12679ce06178a54ba48acac0fe227 (diff)
downloadpygobject-39cf2d9ca4fc9b50984ec172282d33b1843fceee.tar.gz
pygobject-39cf2d9ca4fc9b50984ec172282d33b1843fceee.tar.xz
pygobject-39cf2d9ca4fc9b50984ec172282d33b1843fceee.zip
Use yes/no instead of true/false. Avoid bashism. Fix another logic bug,
2008-07-21 Johan Dahlin <johan@gnome.org> * configure.ac: Use yes/no instead of true/false. Avoid bashism. Fix another logic bug, and let's hope I didn't break anything svn path=/trunk/; revision=845
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b52c42..e39bc5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-21 Johan Dahlin <johan@gnome.org>
+
+ * configure.ac:
+ Use yes/no instead of true/false. Avoid bashism.
+ Fix another logic bug, and let's hope I didn't break anything
+
2008-07-20 Paul Pogonyshev <pogonyshev@gmx.net>
* configure.ac (pygobject_CODEGEN_DEFINES): Fix libffi check