summaryrefslogtreecommitdiff
path: root/distribution
diff options
context:
space:
mode:
authorBen Summers <ben@fluffy.co.uk>2006-01-30 19:50:00 +0000
committerBen Summers <ben@fluffy.co.uk>2006-01-30 19:50:00 +0000
commit9fff72211207eda582e10f6bf5294bfa61cc40ed (patch)
tree2ec41596d49a52b4afd59f817062d9426536d824 /distribution
parent44bd637838f29f2c6860c52c34887aaddb1e8603 (diff)
Run bootstrap when making distribution, preparations for 0.10 release candidate
Diffstat (limited to 'distribution')
-rw-r--r--distribution/COMMON-MANIFEST.txt2
-rw-r--r--distribution/boxbackup/LICENSE.txt6
-rw-r--r--distribution/boxbackup/THANKS.txt29
-rw-r--r--distribution/boxbackup/VERSION.txt2
4 files changed, 35 insertions, 4 deletions
diff --git a/distribution/COMMON-MANIFEST.txt b/distribution/COMMON-MANIFEST.txt
index 575cb9f9..01b883fa 100644
--- a/distribution/COMMON-MANIFEST.txt
+++ b/distribution/COMMON-MANIFEST.txt
@@ -1,3 +1,4 @@
+RUN ./bootstrap
lib/common
lib/crypto
lib/server
@@ -27,3 +28,4 @@ parcels.txt
runtest.pl
NO-LICENSE-IN-DIR infrastructure/m4
infrastructure/m4
+configure
diff --git a/distribution/boxbackup/LICENSE.txt b/distribution/boxbackup/LICENSE.txt
index fc3f9f3e..7592e093 100644
--- a/distribution/boxbackup/LICENSE.txt
+++ b/distribution/boxbackup/LICENSE.txt
@@ -1,6 +1,6 @@
-Copyright (c) 2003, 2005
- Ben Summers. All rights reserved.
+Copyright (c) 2003 - 2006
+ Ben Summers and contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -11,7 +11,7 @@ are met:
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. All use of this software and associated advertising materials must
- display the following acknowledgement:
+ display the following acknowledgment:
This product includes software developed by Ben Summers.
4. The names of the Authors may not be used to endorse or promote
products derived from this software without specific prior written
diff --git a/distribution/boxbackup/THANKS.txt b/distribution/boxbackup/THANKS.txt
index 42736a65..92b5da08 100644
--- a/distribution/boxbackup/THANKS.txt
+++ b/distribution/boxbackup/THANKS.txt
@@ -1,6 +1,34 @@
+The following developers contributed code to version 0.10:
+
+Nick Knight
+ - ported Box Backup to Windows (properly, not using Cygwin)
+
+Gary Niemcewicz
+ - added client/server (SSL) keepalives to keep the connection to the
+ server alive during a long diff, and saving the daemon's state across restarts
+
+Martin Ebourne
+ - ported to Solaris; wrote extended attribute support (xattr);
+ converted to use autoconf for automatic compiler configuration.
+
+Chris Wilson
+ - updated Nick's and Gary's work to fit in with the new trunk,
+ fixed some issues pointed out by Ben and Martin, made it compile
+ on Windows with the free MinGW compiler.
+
+Jonathan Morton
+ - vastly improved the performance and efficiency of the file-diffing code, and
+ obtained a free G5 PowerMac from IBM as his reward.
+
+
+----
+
Many individuals have helped with the development of Box Backup by testing, reporting experiences, and making suggestions. In particular, thanks are due to
+Charles Lecklider
+ - Helped with the finer details of Win32 programming
+
Pascal Lalonde
- Comprehensive and accurate bug reports, and constructive feedback
@@ -17,6 +45,7 @@ Martin Ebourne
Per Thomsen
- Cygwin Windows service install scripts and build notes
+ - Answering queries on the boxbackup mailing list
Tim Fletcher
David Harris
diff --git a/distribution/boxbackup/VERSION.txt b/distribution/boxbackup/VERSION.txt
index a71950fa..da2d1fba 100644
--- a/distribution/boxbackup/VERSION.txt
+++ b/distribution/boxbackup/VERSION.txt
@@ -1,2 +1,2 @@
-0.09_trunk
+0.09_plus2
boxbackup