From 9fff72211207eda582e10f6bf5294bfa61cc40ed Mon Sep 17 00:00:00 2001 From: Ben Summers Date: Mon, 30 Jan 2006 19:50:00 +0000 Subject: Run bootstrap when making distribution, preparations for 0.10 release candidate --- distribution/COMMON-MANIFEST.txt | 2 ++ distribution/boxbackup/LICENSE.txt | 6 +++--- distribution/boxbackup/THANKS.txt | 29 +++++++++++++++++++++++++++++ distribution/boxbackup/VERSION.txt | 2 +- 4 files changed, 35 insertions(+), 4 deletions(-) (limited to 'distribution') 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 -- cgit v1.2.3