|
From: <di...@us...> - 2010-11-19 07:14:37
|
Revision: 678
http://safekeep.svn.sourceforge.net/safekeep/?rev=678&view=rev
Author: dimi
Date: 2010-11-19 07:14:31 +0000 (Fri, 19 Nov 2010)
Log Message:
-----------
Prep release
Modified Paths:
--------------
safekeep/trunk/safekeep
safekeep/trunk/safekeep.spec.in
Modified: safekeep/trunk/safekeep
===================================================================
--- safekeep/trunk/safekeep 2010-11-19 07:02:19 UTC (rev 677)
+++ safekeep/trunk/safekeep 2010-11-19 07:14:31 UTC (rev 678)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-# Copyright (C) 2006-2007 Lattica, Inc.
+# Copyright (C) 2006-2010 Lattica, Inc.
#
# SafeKeep is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -44,7 +44,7 @@
cmd = "<Missing>"
PROTOCOL = "1.1"
-VERSION = "1.2.1"
+VERSION = "1.3.0"
VEBOSITY_BY_CLASS = {'DBG': 3, 'INFO': 2, 'WARN': 1, 'ERR': 0}
######################################################################
Modified: safekeep/trunk/safekeep.spec.in
===================================================================
--- safekeep/trunk/safekeep.spec.in 2010-11-19 07:02:19 UTC (rev 677)
+++ safekeep/trunk/safekeep.spec.in 2010-11-19 07:14:31 UTC (rev 678)
@@ -24,7 +24,7 @@
Summary: The SafeKeep backup system (common component)
Group: Applications/System
Requires: rdiff-backup
-Requires: python >= 2.2
+Requires: python >= 2.4
%description common
SafeKeep is a client/server backup system which enhances the
@@ -116,6 +116,16 @@
%doc samples/sample.backup
%changelog
+* Fri Nov 19 2010 Dimi Paun <di...@la...> 1.3.0-1
+ - 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.
+ - Multiple internal cleanups, and minor bugs fixes.
+
* Thu Apr 30 2009 Dimi Paun <di...@la...> 1.2.1-1
- Fix error while trying to nice the server
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|