Skip to content

Commit

Permalink
Releasing version 3.0.14 which fixes the tar utility for FreeBSD (and…
Browse files Browse the repository at this point in the history
… possibly other OS'). This release also drastically improves the way exceptions are handled. It'll now properly log full exceptions to the backup.log, Backup now uses Ruby's built-in constants rather than the ENV constants to get information about the process environment (more dependable source) and exceptions will now get raised when a utility cannot be found when Backup tries to use it (mysqldump, pgdump, tar, gzip, openssl, etc), and will kill the process rather than continuing and ignoring the issue.
  • Loading branch information
Michael van Rooijen committed Apr 2, 2011
1 parent 3019e70 commit 34992a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/backup/version.rb
Expand Up @@ -13,7 +13,7 @@ class Version
# Defines the minor version
# PATCH:
# Defines the patch version
MAJOR, MINOR, PATCH = 3, 0, 13
MAJOR, MINOR, PATCH = 3, 0, 14

##
# Returns the major version ( big release based off of multiple minor releases )
Expand Down

0 comments on commit 34992a6

Please sign in to comment.