diff options
author | Havoc Pennington <hp@redhat.com> | 2006-10-22 00:31:08 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2006-10-22 00:31:08 +0000 |
commit | 8de13aed8707112c944d9546106bf5b0ec1f97ef (patch) | |
tree | 4de0be52866d1235ce98d7433f4f1e4a162f2ccf /ChangeLog | |
parent | 24083e8f076c7d437245864719d109f296f7ca9c (diff) | |
download | dbus-8de13aed8707112c944d9546106bf5b0ec1f97ef.tar.gz |
2006-10-21 Havoc Pennington <hp@redhat.com>
* Makefile.am (EXTRA_DIST): dist cleanup-man-pages.sh so it's in
the tarball if packagers want to run it
* cleanup-man-pages.sh: Add a script which munges all the internal
API man pages out of the Doxygen output. This reduces the size of
the installed man pages from 7 to 2 megs, and avoids
namespace-polluting pages. Right now (like Doxygen) this script
isn't in the build, it's something packagers can do manually.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2006-10-21 Havoc Pennington <hp@redhat.com> + * Makefile.am (EXTRA_DIST): dist cleanup-man-pages.sh so it's in + the tarball if packagers want to run it + + * cleanup-man-pages.sh: Add a script which munges all the internal + API man pages out of the Doxygen output. This reduces the size of + the installed man pages from 7 to 2 megs, and avoids + namespace-polluting pages. Right now (like Doxygen) this script + isn't in the build, it's something packagers can do manually. + +2006-10-21 Havoc Pennington <hp@redhat.com> + * dbus/dbus-connection.h: don't include the watch/timeout functions in connection section |