|
From: <di...@us...> - 2010-11-22 02:05:32
|
Revision: 711
http://safekeep.svn.sourceforge.net/safekeep/?rev=711&view=rev
Author: dimi
Date: 2010-11-22 02:05:26 +0000 (Mon, 22 Nov 2010)
Log Message:
-----------
Prep release
Modified Paths:
--------------
safekeep/trunk/safekeep.spec.in
Modified: safekeep/trunk/safekeep.spec.in
===================================================================
--- safekeep/trunk/safekeep.spec.in 2010-11-22 02:03:19 UTC (rev 710)
+++ safekeep/trunk/safekeep.spec.in 2010-11-22 02:05:26 UTC (rev 711)
@@ -24,7 +24,7 @@
Summary: The SafeKeep backup system (common component)
Group: Applications/System
Requires: rdiff-backup
-Requires: python >= 2.4
+Requires: python >= 2.2
%description common
SafeKeep is a client/server backup system which enhances the
@@ -116,14 +116,14 @@
%doc samples/sample.backup
%changelog
-* Fri Nov 19 2010 Dimi Paun <di...@la...> 1.3.0-1
+* Sun Nov 21 2010 Dimi Paun <di...@la...> 1.3.0-1
+ - Add ionice(1) support for limiting IO on server side.
- Allow control of nice value on both server and client
- Fix password handling when dumping MySQL databases.
- Fix MySQL dumps when passing a username (for newer versions).
- Handle correctly Unicode strings, such as localized DB names.
- Fix a bug when dumping a specific Postgresql database.
- Prepare the code for newer Python versions
- - Drop support for Python < 2.4, subprocess module isn't supported.
- Try to remove a snapshot up to 10 times in a row to workaround
silly udev bug: https://bugzilla.redhat.com/show_bug.cgi?id=577798
- Multiple internal cleanups, and minor bugs fixes.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|