summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson <fergushenderson@users.noreply.github.com>2011-10-26 12:42:02 +0000
committerfergus.henderson <fergushenderson@users.noreply.github.com>2011-10-26 12:42:02 +0000
commit1dc8c00b7494f33ffdf5f3e8548cc5c491d847fc (patch)
treec73032e172cb5369bb6bcdc63b4eb4f8de3971d2
parent034b37c1bab542f73cb1100056706882a9547281 (diff)
downloaddistcc-git-1dc8c00b7494f33ffdf5f3e8548cc5c491d847fc.tar.gz
Update ChangeLog again.v3.2rc1
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c539ac..9864daa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2011-10-26 02:49 Fergus Henderson <opensource@google.com>
+
+ * Makefile.in:
+
+ After my change to gzip the man pages before installing them,
+ I had to make a couple more changes to get "make distcheck" to pass.
+
+ Reviewed by Craig Silverstein.
+
+2011-10-25 01:49 Fergus Henderson <opensource@google.com>
+
+ * Makefile.in, man:
+
+ Gzip the man pages before installing them.
+
+ This is required by the Debian policy manual
+ <http://www.debian.org/doc/debian-policy/ch-docs.html>
+ and is also assumed by our packaging/RedHat/rpm.spec file
+ which we use for building both RPM and Debian packages.
+
+ Also some whitespaces changes; only the first of the
+ four segments in this patch has non-whitespace changes.
+
+2011-10-25 00:42 Fergus Henderson <opensource@google.com>
+
+ * ChangeLog, NEWS, configure.ac:
+
+ Update the NEWS and ChangeLog files, and set the version number to
+ 3.2rc1,
+ in preparation for releasing distcc version 3.2.
+
+ Reviewed by Craig Silverstein.
+
2011-10-24 23:26 Fergus Henderson <opensource@google.com>
* doc/web/man/distcc_1.html, doc/web/man/distccd_1.html,