diff options
author | Micah Anderson <micah@riseup.net> | 2007-12-02 17:34:26 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2007-12-02 17:34:26 +0000 |
commit | 4af05505849d1fa2509899c52af7fb1c69c4897b (patch) | |
tree | 4be90d62450df2be99713a456a496b08ea86adc5 /ChangeLog | |
parent | cb2de66fc83c10fce3b8d6f1d5e439c9d9890f4c (diff) | |
download | backupninja-4af05505849d1fa2509899c52af7fb1c69c4897b.tar.gz backupninja-4af05505849d1fa2509899c52af7fb1c69c4897b.tar.bz2 |
add wget handler, add released tag to the changelog and setup changelog for next release
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,4 +1,12 @@ -version 0.9.5 -- unreleased +version 0.9.6 -- unreleased + backupninja changes + + handler changes + wget: + . New handler from rhatto designed to incrementally pull content from + a website to a local folder, based on the rsync handler + +version 0.9.5 -- December 2, 2007 backupninja changes . Fixed checks on configuration files permissions, since the patch applied to fix #370396 broke this, especially for configuration files @@ -83,7 +91,6 @@ version 0.9.5 -- unreleased changed spaces to tabs in Makefile.am updated redhat spec file (thanks Adam Monsen) - version 0.9.4 -- October 6th, 2006 backupninja changes . Fixed bug in toint(), and thus isnow(), which caused it |