Skip to content

Commit

Permalink
release notes for v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lirazsiri committed Aug 10, 2012
1 parent 7a53d70 commit d2d3336
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/RelNotes-1.2.txt
@@ -0,0 +1,37 @@
==================
v1.2 Release Notes
==================

* Restore

- added embedded squid download cache to make it easier to retry
failed multi-GB restores without resorting to suicide

- fixed root cause of the mysql max packet issue by limiting extended
insert to 1MB chunks

* Backup

- session resume allows you to recover from aborted backup sessions
- multipart parallel S3 uploads
- skip backup components
- finer full-backup frequencies (hourly, minutely)
- don't upload asynchronously (slower but less confusing)
- added --force-profile option to make it easier to force a different
backup profile

* General

TKLBAM_CONF and TKLBAM_REGISTRY environment variables allow multiple
configurations of TKLBAM to be run on the same machine
- embedded new versions of duplicity (0.6.18) and python-boto (2.3.0)

* Development

- added --debug option for backup and restore commands
- added wrappers to internal commands

* Bugfixes:

- log TKLBAM exceptions
- many others

0 comments on commit d2d3336

Please sign in to comment.