[Box Backup-commit] COMMIT r2074 - box/boxbackup-web

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Tue, 29 Jan 2008 01:14:38 +0000 (UTC)


Author: chris
Date: 2008-01-29 01:14:38 +0000 (Tue, 29 Jan 2008)
New Revision: 2074

Modified:
   box/boxbackup-web/index.html
Log:
Link to 0.11rc2 and list changes.


Modified: box/boxbackup-web/index.html
===================================================================
--- box/boxbackup-web/index.html	2008-01-29 01:00:43 UTC (rev 2073)
+++ box/boxbackup-web/index.html	2008-01-29 01:14:38 UTC (rev 2074)
@@ -180,11 +180,11 @@
 compilation and installation instructions.</p>
 
 <ul>
-	<li><b>Release Candidate: 0.11rc1</b><br />
-	<tt><a href="/svn/box/packages/boxbackup-0.11rc1.tgz">boxbackup-0.11rc1.tgz</a></tt><br />
-	(740k, MD5 75608d8bb72dff9a556850ccd0ae8cb9, released 12 January 2008, 
+	<li><b>Release Candidate: 0.11rc2</b><br />
+	<tt><a href="/svn/box/packages/boxbackup-0.11rc2.tgz">boxbackup-0.11rc2.tgz</a></tt><br />
+	(793k, MD5 68052f963a944c717a50bd65a54375ff, released 29 January 2008, 
 	local download, 
-	<a href="/svn/box/packages/boxbackup-0.11rc1.tgz.asc">signature</a>)
+	<a href="/svn/box/packages/boxbackup-0.11rc2.tgz.asc">signature</a>)
 	</li>
 	<li><b>Stable Release: 0.10</b><br />
 	<tt><a href="http://prdownloads.sourceforge.net/boxbackup/boxbackup-0.10.tgz?download">boxbackup-0.10.tgz</a></tt><br />
@@ -219,8 +219,37 @@
 <h3>Changes</h3>
 
 <dl>
-<dt>0.11 (12 January 2008)</dt>
+<dt>0.11rc2 (29 January 2008)</dt>
 <dd>
+	Fix build and tests on Solaris. Silence const char warnings.<br />
+
+	Fix raidfile tests on FreeBSD 7, thanks to James O'Gorman and
+	Mikael Syska.<br />
+
+	Don't warn about mounted directories which are explicitly
+	excluded, reported by Matt Brown.<br />
+
+	Added Solaris SMF framework scripts by Ben Summers.<br />
+
+	Fully support configuring with a prefix, sysconfdir and
+	localstatedir, building them into all the relevant files,
+	to help packagers and porters.<br />
+
+	Fix harmless error message in install scripts, reported by
+	Guno Heitman.<br />
+
+	Fix support for debian buildds, thanks to Reinhard Tartler
+	for providing access to them.<br />
+
+	Reformatted usage messages from bbackupd-config, bbstored-config
+	and raidfile-config scripts for readability.<br />
+
+	Update version and contact email address in configure.ac.<br />
+	
+	Update copyright year to 2008.
+</dd>
+<dt>0.11rc1 (12 January 2008)</dt>
+<dd>
 	Fixed some bugs with backing up, restoring and comparing
 	files over 2GB in compressed size.<br />