summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-08-28 21:14:14 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-08-28 21:14:14 +0000
commit7d4b9223b39a4724c67d4b2ea425f569f4eaa8cf (patch)
treed7822ee8e25b427989d6699ecb1c4a620f33960f /NEWS
parent6051e3958774dcebe0134a0c92d618434ecdc066 (diff)
downloadpygobject-7d4b9223b39a4724c67d4b2ea425f569f4eaa8cf.tar.gz
pygobject-7d4b9223b39a4724c67d4b2ea425f569f4eaa8cf.tar.xz
pygobject-7d4b9223b39a4724c67d4b2ea425f569f4eaa8cf.zip
Install html files regardless even when passing in --disable-docs, fixes
* docs/Makefile.am: Install html files regardless even when passing in --disable-docs, fixes #353159 (Matthias Clasen)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9a54b9d..544534a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+2.11.5 ?-?-2006
+ - Install the html files even when using --disable-docs (#353159, Johan,
+ Matthias Clasen)
+
2.11.4 27-august-2006
- Include pre-generated html docs in the tarball (Johan)
- Fix bug in do_set_property called from constructor (Gustavo, #353039)