forked from jashmenn/backupgem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
48 lines (34 loc) · 1.46 KB
/
CHANGELOG
File metadata and controls
48 lines (34 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
= Backup Changelog
== Version 0.0.11
* Removed the tmpdir directive because it was screwing up the meta-code
* Moved the graffle and keynote files to an "extras" directory because it was breaking windows machines
== Version 0.0.10
* added a rubyforge rake task. This doesnt affect anyone but me so there is no gem for it.
== Version 0.0.9
* mercurial support
* multiple backups per day
* and a variety of bug fixes from patches submitted from the community. Its a
little bit closer to windows ready (thanks Jonathan Stott!) because of
increased use of FileUtils over "sh".
== Version 0.0.8
* The attached patch will add the 'backup' executable to your bin path using
the built-in RubyGems method for adding things to bin. Thanks to Anthony
Eden (aeden) for this patch.
== Version 0.0.7
* Fixed the default ssh port. It was wrong in version 0.0.6
* Added a 'rake test' task
== Version 0.0.6
* Added a default port
* Fixed an s3 'require' typo
== Version 0.0.5
* Added Amazon s3 support. Thanks to Jason Perry for this patch.
* Added an option for ssh port. Thanks to Frank Oxener for this patch.
== Version 0.0.4
* Fixed a bug in 'scp' in the standard recipe that ignored the user when using
scp. Thanks to Colin Slater for catching this.
== Version 0.0.3
* Fixed a critical bug that did not allow re-defining the :delivery or :rotate
methods. Thanks to James Healy for pointing this out.
== Version 0.0.2
* First stable code in place.
* Packaged in an gem format