|
From: <di...@us...> - 2011-03-06 18:02:03
|
Revision: 749
http://safekeep.svn.sourceforge.net/safekeep/?rev=749&view=rev
Author: dimi
Date: 2011-03-06 18:01:57 +0000 (Sun, 06 Mar 2011)
Log Message:
-----------
Prep release 1.3.2
Modified Paths:
--------------
safekeep/trunk/ANNOUNCE
safekeep/trunk/safekeep.spec.in
Modified: safekeep/trunk/ANNOUNCE
===================================================================
--- safekeep/trunk/ANNOUNCE 2011-03-06 17:50:53 UTC (rev 748)
+++ safekeep/trunk/ANNOUNCE 2011-03-06 18:01:57 UTC (rev 749)
@@ -1,26 +1,31 @@
-This is release 1.3.1 of SafeKeep, a centralized and easy to use
+This is release 1.3.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:
- Fix a few serios errors preventing safekeep from running.
- - Better reporting of client messages and exceptions.
+ - More fixes for dealing with LVN snapshots, SSH key delivery.
+ - Fix a new typos and errors introduced in 1.3.1.
+ - Improved installation from source (aka 'make install').
+Many thanks to Frank Crawford and Oliver Henshaw for the fixes
+that made this release possible.
+
Sources and binaries are available from the following locations:
- RedHat EL/CentOS 3,4,5,6 Fedora 8,9,10,11,12,13,14:
- http://prdownloads.sourceforge.net/safekeep/safekeep-common-1.3.1-1.noarch.rpm
- http://prdownloads.sourceforge.net/safekeep/safekeep-client-1.3.1-1.noarch.rpm
- http://prdownloads.sourceforge.net/safekeep/safekeep-server-1.3.1-1.noarch.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-common-1.3.2-1.noarch.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-client-1.3.2-1.noarch.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-server-1.3.2-1.noarch.rpm
- Ubuntu Edgy, Dapper, Breezy, Hardy, Karmic, Lucid, Maverick, and Natty:
- http://prdownloads.sourceforge.net/safekeep/safekeep-common_1.3.1_all.deb
- http://prdownloads.sourceforge.net/safekeep/safekeep-client_1.3.1_all.deb
- http://prdownloads.sourceforge.net/safekeep/safekeep-server_1.3.1_all.deb
+ http://prdownloads.sourceforge.net/safekeep/safekeep-common_1.3.2_all.deb
+ http://prdownloads.sourceforge.net/safekeep/safekeep-client_1.3.2_all.deb
+ http://prdownloads.sourceforge.net/safekeep/safekeep-server_1.3.2_all.deb
- Source:
- http://prdownloads.sourceforge.net/safekeep/safekeep-1.3.1.tar.gz
- http://prdownloads.sourceforge.net/safekeep/safekeep-1.3.1-1.src.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-1.3.2.tar.gz
+ http://prdownloads.sourceforge.net/safekeep/safekeep-1.3.2-1.src.rpm
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 2011-03-06 17:50:53 UTC (rev 748)
+++ safekeep/trunk/safekeep.spec.in 2011-03-06 18:01:57 UTC (rev 749)
@@ -107,6 +107,13 @@
%doc samples/sample.backup
%changelog
+* Sun Mar 6 2010 Dimi Paun <di...@la...> 1.3.2-1
+ - Fixed some issued introduced by the new subprocess wrappers.
+ - Always return multi-line output from subprocesses as an array of strings.
+ - Better source-based installation and documentation.
+ - Add explanation of the packaging structure.
+ - Source, documentation, and packaging cleanups.
+
* Mon Nov 22 2010 Dimi Paun <di...@la...> 1.3.1-1
- Fix a few serios errors preventing safekeep from running.
- Better reporting of client messages and exceptions.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|