summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2008-08-06 20:37:00 +0000
committerfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2008-08-06 20:37:00 +0000
commit7ba79d16b3bb831bd5f510c62e7489342e7636e8 (patch)
tree5750c388c3914de66e49e852a126729655d2e155
parent212aeff2090bc7636ff2bd5f5263ec51a90ac773 (diff)
downloaddistcc-7ba79d16b3bb831bd5f510c62e7489342e7636e8.tar.gz
Change version number to "3.0", and update NEWS file and ChangeLog.
git-svn-id: http://distcc.googlecode.com/svn/trunk@600 01de4be4-8c4a-0410-9132-4925637da917
-rw-r--r--ChangeLog27
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
3 files changed, 34 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 960db96..a899e33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,32 @@
+## distcc 3.0.
+
+2008-08-06 15:37 Fergus Henderson <opensource@google.com>
+
+ * man/distcc.1, man/pump.1:
+
+ Some final documentation updates before 3.0.
+
+ In the distcc man page:
+ - remove description of a bug that's been fixed now (distcc issue 7)
+ - make it a little clearer that in pump mode we don't ship the header
+ files from the default system header directories to the server
+ - add a new section header "RESTRICTIONS OF PUMP MODE"
+ - some typographical corrections.
+
+ In the pump man page:
+ - add a prominent pointer to the distcc man page,
+ in particular to the "RESTRICTIONS OF PUMP MODE" section.
+
+ Reviewers: Craig Silverstein
+
## distcc 3.0rc4.
+2008-08-02 19:54 Fergus Henderson <opensource@google.com>
+
+ * ChangeLog, NEWS, configure.ac:
+
+ Time for another release candidate.
+
2008-08-02 19:49 Fergus Henderson <opensource@google.com>
* test/testdistcc.py:
diff --git a/NEWS b/NEWS
index 1bf76b9..8bfbdef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+distcc-3.0 "The moment has arrived" 2008-08-06
+
+ DOCUMENTATION:
+
+ * Minor improvements to the man pages.
+
distcc-3.0rc4 "Pump up the volume" 2008-08-04
BUG FIXES:
diff --git a/configure.ac b/configure.ac
index c072761..52f56cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ dnl Process this file with autoconf to produce a configure script
# As of 0.6cvs, distcc no longer uses automake, only autoconf.
AC_PREREQ(2.53)
-AC_INIT(distcc, 3.0rc4, distcc@lists.samba.org)
+AC_INIT(distcc, 3.0, distcc@lists.samba.org)
AC_CONFIG_HEADERS(src/config.h)
AC_CANONICAL_HOST