Thread: [cedar-backup-svn] SF.net SVN: cedar-backup: [817] cedar-backup2/trunk/Changelog
Brought to you by:
pronovic
|
From: <pro...@us...> - 2007-12-16 18:43:49
|
Revision: 817
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=817&view=rev
Author: pronovic
Date: 2007-12-16 10:43:47 -0800 (Sun, 16 Dec 2007)
Log Message:
-----------
Document managed backup
Modified Paths:
--------------
cedar-backup2/trunk/Changelog
Modified: cedar-backup2/trunk/Changelog
===================================================================
--- cedar-backup2/trunk/Changelog 2007-12-16 18:42:06 UTC (rev 816)
+++ cedar-backup2/trunk/Changelog 2007-12-16 18:43:47 UTC (rev 817)
@@ -1,11 +1,12 @@
Version 2.15.0 unreleased
* Minor documentation tweaks discovered during 3.0 development.
- * Add support for managed peers, where the mater kicks off remote actions.
+ * Add support for a new managed backup feature.
- Add a new <peers> configuration section (PeersConfig)
- Change peers configuration in <stage> to just override <peers>
- Modify stage process to take peers list from peers section (if available)
- - Updated user manual to discuss new peers configuration section
+ - Add new configuration in options and remote peers to support remote shells
+ - Updated user manual to discuss managed backup concept and configuration
Version 2.14.0 19 Sep 2007
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2007-12-18 02:42:24
|
Revision: 819
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=819&view=rev
Author: pronovic
Date: 2007-12-17 18:42:22 -0800 (Mon, 17 Dec 2007)
Log Message:
-----------
Implement executeRemoteCommand() and executeManagedAction
Modified Paths:
--------------
cedar-backup2/trunk/Changelog
Modified: cedar-backup2/trunk/Changelog
===================================================================
--- cedar-backup2/trunk/Changelog 2007-12-18 02:42:07 UTC (rev 818)
+++ cedar-backup2/trunk/Changelog 2007-12-18 02:42:22 UTC (rev 819)
@@ -7,6 +7,7 @@
- Modify stage process to take peers list from peers section (if available)
- Add new configuration in options and remote peers to support remote shells
- Updated user manual to discuss managed backup concept and configuration
+ - Add executeRemoteCommand() and executeManagedAction() on peer.RemotePeer
Version 2.14.0 19 Sep 2007
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2007-12-20 03:27:40
|
Revision: 840
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=840&view=rev
Author: pronovic
Date: 2007-12-19 19:27:39 -0800 (Wed, 19 Dec 2007)
Log Message:
-----------
Add appendix on securing password-less SSH connections
Modified Paths:
--------------
cedar-backup2/trunk/Changelog
Modified: cedar-backup2/trunk/Changelog
===================================================================
--- cedar-backup2/trunk/Changelog 2007-12-20 03:27:04 UTC (rev 839)
+++ cedar-backup2/trunk/Changelog 2007-12-20 03:27:39 UTC (rev 840)
@@ -2,6 +2,7 @@
* Improve error reporting for managed client action failures.
* Make sure that managed client failure does not kill entire backup.
+ * Add appendix "Securing Password-less SSH Connection" to user manual.
Version 2.15.0 18 Dec 2007
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2008-03-20 21:30:19
|
Revision: 899
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=899&view=rev
Author: pronovic
Date: 2008-03-20 14:30:07 -0700 (Thu, 20 Mar 2008)
Log Message:
-----------
Clean up a few Changelog entries
Modified Paths:
--------------
cedar-backup2/trunk/Changelog
Modified: cedar-backup2/trunk/Changelog
===================================================================
--- cedar-backup2/trunk/Changelog 2008-03-20 21:16:42 UTC (rev 898)
+++ cedar-backup2/trunk/Changelog 2008-03-20 21:30:07 UTC (rev 899)
@@ -15,7 +15,7 @@
- Change calculateFileAge() to use floats throughout, which is safer
- Change removeYoungFiles() to explicitly check on whole days
- Put a 1-second fudge factor into unit tests when setting file ages
- * Fix some unit test failures discovered on Windows 2000.
+ * Fix some unit test failures discovered on Windows XP.
- Fix utiltests.TestFunctions.testNullDevice_001()
- Fix filesystemtests.TestBackupFileList.testGenerateFitted_004()
- Fix typo in filesystemtests.TestFilesystemList.testRemoveLinks_002()
@@ -24,16 +24,16 @@
* Make name attribute optional in RemotePeer constructor.
* Add support for collecting soft links (closes: #1854631).
- - Add linkDepth parameter to FilesystemList.addDirContents()
- - Add CollectDir.linkDepth attribute
- - Modify collect action to obey CollectDir.linkDepth
- - Update user manual to discuss new attribute
- - Document "link farm" option for collect configuration
+ - Add linkDepth parameter to FilesystemList.addDirContents()
+ - Add CollectDir.linkDepth attribute
+ - Modify collect action to obey CollectDir.linkDepth
+ - Update user manual to discuss new attribute
+ - Document "link farm" option for collect configuration
* Implement a capacity-checking extension (closes: #1915496).
- - Add new extension in CedarBackup2/extend/capacity.py
- - Refactor ByteQuantity out of split.py and into config.py
- - Add total capacity and utilization to MediaCapacity classes
- - Update user manual to discuss new extension
+ - Add new extension in CedarBackup2/extend/capacity.py
+ - Refactor ByteQuantity out of split.py and into config.py
+ - Add total capacity and utilization to MediaCapacity classes
+ - Update user manual to discuss new extension
Version 2.15.3 16 Mar 2008
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|