|
From: <fcr...@us...> - 2013-01-19 12:42:04
|
Revision: 841
http://safekeep.svn.sourceforge.net/safekeep/?rev=841&view=rev
Author: fcrawford
Date: 2013-01-19 10:10:07 +0000 (Sat, 19 Jan 2013)
Log Message:
-----------
Prepared for 1.4.1 release
Modified Paths:
--------------
safekeep/trunk/ANNOUNCE
safekeep/trunk/safekeep.spec.in
Modified: safekeep/trunk/ANNOUNCE
===================================================================
--- safekeep/trunk/ANNOUNCE 2013-01-19 10:09:16 UTC (rev 840)
+++ safekeep/trunk/ANNOUNCE 2013-01-19 10:10:07 UTC (rev 841)
@@ -1,35 +1,35 @@
-This is release 1.4.0 of SafeKeep, a centralized and easy to use
+This is release 1.4.1 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:
- - Add the ability to store script files on either client or server.
- - Rewritten snapshot creation to remove use of "rbind".
- - Automatic cleanup on next run after an abort.
- - Support of LVM tagging for snapshots.
- - Better handling of messages and tracebacks.
- - A number of other code cleanups and bug fixes.
- - Updated minimum Python support to Python 2.3.
+ - A major rework of LVM snapshot handling.
+ - Generate MIME emails with summary reports.
+ - Better handling of PostgreSQL passwords.
+ - Added ability to use LVM snapshots with XFS filesystems.
+ - Allow use of ~/.safekeep for non-root users.
+ - Allow default and automatic snapshot sizes.
-Many thanks to Andres Toomsalu, Ken Bass, Joe Steele and Alexander List
-for the fixes that made this release possible, and to Dimi Paun for his
-continual work with SafeKeep.
+Many thanks to Andres Toomsalu, Marco Bozzolan, Robert Jordan, Alexander
+'Leo' Bergolth, Bryan Talbot, Riley Revels, Walery Wysotsky and Raúl
+Wegmann for the suggestions and fixes that made this release possible,
+and to Dimi Paun for his continual work with SafeKeep.
Sources and binaries are available from the following locations:
- - RedHat EL/CentOS 4,5,6 Fedora 8,9,10,11,12,13,14,15,16:
- http://prdownloads.sourceforge.net/safekeep/safekeep-common-1.4.0-1.noarch.rpm
- http://prdownloads.sourceforge.net/safekeep/safekeep-client-1.4.0-1.noarch.rpm
- http://prdownloads.sourceforge.net/safekeep/safekeep-server-1.4.0-1.noarch.rpm
+ - RedHat EL/CentOS 4,5,6 Fedora 8,9,10,11,12,13,14,15,16,17,18:
+ http://prdownloads.sourceforge.net/safekeep/safekeep-common-1.4.1-1.noarch.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-client-1.4.1-1.noarch.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-server-1.4.1-1.noarch.rpm
- Ubuntu Dapper, Breezy, Hardy, Lucid, Maverick, Natty, Oneiric and Precise:
- http://prdownloads.sourceforge.net/safekeep/safekeep-common_1.4.0_all.deb
- http://prdownloads.sourceforge.net/safekeep/safekeep-client_1.4.0_all.deb
- http://prdownloads.sourceforge.net/safekeep/safekeep-server_1.4.0_all.deb
+ http://prdownloads.sourceforge.net/safekeep/safekeep-common_1.4.1_all.deb
+ http://prdownloads.sourceforge.net/safekeep/safekeep-client_1.4.1_all.deb
+ http://prdownloads.sourceforge.net/safekeep/safekeep-server_1.4.1_all.deb
- Source:
- http://prdownloads.sourceforge.net/safekeep/safekeep-1.4.0.tar.gz
- http://prdownloads.sourceforge.net/safekeep/safekeep-1.4.0-1.src.rpm
+ http://prdownloads.sourceforge.net/safekeep/safekeep-1.4.1.tar.gz
+ http://prdownloads.sourceforge.net/safekeep/safekeep-1.4.1-1.src.rpm
The GPG Signing Key can be found in the following location:
@@ -42,7 +42,7 @@
uid SafeKeep (Signing Key) <saf...@li...>
sub 1024g/6AA3270F 2012-02-17
-NOTE: The minimum version of Python now supported is Python 2.3. If you
+NOTE: The minimum version of Python supported is Python 2.3. If you
require support of an older version of Python, then you should select an
earlier release of Safekeep.
Modified: safekeep/trunk/safekeep.spec.in
===================================================================
--- safekeep/trunk/safekeep.spec.in 2013-01-19 10:09:16 UTC (rev 840)
+++ safekeep/trunk/safekeep.spec.in 2013-01-19 10:10:07 UTC (rev 841)
@@ -107,6 +107,14 @@
%doc samples/sample.backup
%changelog
+* Sat Jan 19 2013 Frank Crawford <fr...@cr...> 1.4.1-1
+ - A major rework of LVM snapshot handling.
+ - Generate MIME emails with summary reports.
+ - Better handling of PostgreSQL passwords.
+ - Added ability to use LVM snapshots with XFS filesystems.
+ - Allow use of ~/.safekeep for non-root users.
+ - Allow default and automatic snapshot sizes.
+
* Sun Feb 12 2012 Frank Crawford <fr...@cr...> 1.4.0-1
- Add the ability to store script files on either client or server.
- Rewritten snapshot creation to remove use of "rbind".
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|