|
From: <di...@us...> - 2007-03-13 18:37:19
|
Revision: 466
http://safekeep.svn.sourceforge.net/safekeep/?rev=466&view=rev
Author: dimi
Date: 2007-03-13 11:36:41 -0700 (Tue, 13 Mar 2007)
Log Message:
-----------
Update ANNOUNCE and release changelog
Modified Paths:
--------------
safekeep/trunk/ANNOUNCE
safekeep/trunk/safekeep.spec.in
Modified: safekeep/trunk/ANNOUNCE
===================================================================
--- safekeep/trunk/ANNOUNCE 2007-03-13 17:35:34 UTC (rev 465)
+++ safekeep/trunk/ANNOUNCE 2007-03-13 18:36:41 UTC (rev 466)
@@ -1,30 +1,39 @@
-This is release 0.9.1 of SafeKeep, a centralized and easy to use
+This is release 0.9.2 of SafeKeep, a centralized and easy to use
backup application that combines the best features of a mirror
and an incremental backup.
What's new in this release:
- - Lots of documentation improvements;
- - Prepare the RPMs for Fedora acceptance;
- - Automatic creation of data store directory;
- - A few bug fixes.
+ - Client configuration files have been moved to
+ /etc/safekeep/backup.d, and have the extension '.backup';
+ - A new global configuration file has been added in
+ /etc/safekeep/safekeep.conf;
+ - A number of command line options have been deprecated;
+ (-e/--email, -s/--smtp), and moved to the global configuration.
+ - SafeKeep now knows of the user under which the backup will execute,
+ making it possible to better deploy keys, avoid the need to invoke
+ safekeep(1) via sudo(8), and execute the backup as root if need be;
+ - Relative paths now have more intuitive behaviour;
+ - Some documentation improvements;
+ - Automatic migration of old configuration to the new format;
+ - A CRITICAL (e.g. data loss) race has been fixed.
Because of lags created by using mirrors, this message may reach you before
the release is available at the public sites. Sources and binaries will be
available from the following locations:
- RedHat EL 3,4, CentOS 3,4, Fedora 4,5,6:
- http://prdownloads.sourceforge.net/safekeep/safekeep-common-0.9.1-1.noarch.rpm
- http://prdownloads.sourceforge.net/safekeep/safekeep-client-0.9.1-1.noarch.rpm
- http://prdownloads.sourceforge.net/safekeep/safekeep-server-0.9.1-1.noarch.rpm
- http://prdownloads.sourceforge.net/safekeep/safekeep-0.9.1-1.src.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-common-0.9.2-1.noarch.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-client-0.9.2-1.noarch.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-server-0.9.2-1.noarch.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-0.9.2-1.src.rpm
- Ubuntu Edgy, Dapper, and Breezy:
- http://prdownloads.sourceforge.net/safekeep/safekeep-common_0.9.1_all.deb
- http://prdownloads.sourceforge.net/safekeep/safekeep-client_0.9.1_all.deb
- http://prdownloads.sourceforge.net/safekeep/safekeep-server_0.9.1_all.deb
+ http://prdownloads.sourceforge.net/safekeep/safekeep-common_0.9.2_all.deb
+ http://prdownloads.sourceforge.net/safekeep/safekeep-client_0.9.2_all.deb
+ http://prdownloads.sourceforge.net/safekeep/safekeep-server_0.9.2_all.deb
- Source:
- http://prdownloads.sourceforge.net/safekeep/safekeep-0.9.1.tar.gz
+ http://prdownloads.sourceforge.net/safekeep/safekeep-0.9.2.tar.gz
To find out more about the project visit on our website:
http://safekeep.sourceforge.net
Modified: safekeep/trunk/safekeep.spec.in
===================================================================
--- safekeep/trunk/safekeep.spec.in 2007-03-13 17:35:34 UTC (rev 465)
+++ safekeep/trunk/safekeep.spec.in 2007-03-13 18:36:41 UTC (rev 466)
@@ -128,6 +128,21 @@
%doc AUTHORS COPYING LICENSE
%changelog
+* Tue Mar 13 2007 Dimi Paun <di...@la...> 0.9.2-1
+ - Client configuration files have been moved to
+ /etc/safekeep/backup.d, and have the extension '.backup';
+ - A new global configuration file has been added in
+ /etc/safekeep/safekeep.conf;
+ - A number of command line options have been deprecated;
+ (-e/--email, -s/--smtp), and moved to the global configuration.
+ - SafeKeep now knows of the user under which the backup will execute,
+ making it possible to better deploy keys, avoid the need to invoke
+ safekeep(1) via sudo(8), and execute the backup as root if need be;
+ - Relative paths now have more intuitive behaviour;
+ - Some documentation improvements;
+ - Automatic migration of old configuration to the new format;
+ - A CRITICAL (e.g. data loss) race has been fixed.
+
* Mon Feb 12 2007 Dimi Paun <di...@la...> 0.9.1-1
- Lots of documentation improvements;
- Prepare the RPMs for Fedora acceptance (Jef Spaleta);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|