aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2007-03-04 20:15:39 +0000
committerMicah Anderson <micah@riseup.net>2007-03-04 20:15:39 +0000
commit6cdc21cff7018ea7ee5e080e271756699abec2c3 (patch)
tree458845fb300f6fadd8d48dd89aac13ea1d0d2d33 /ChangeLog
parent913b3850c87fd11fd389802995799b4a41ce7da3 (diff)
downloadbackupninja-6cdc21cff7018ea7ee5e080e271756699abec2c3.tar.gz
backupninja-6cdc21cff7018ea7ee5e080e271756699abec2c3.tar.bz2
fix LC_ALL=C sfdisk thing that I missed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c7ea45..1179b03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,7 @@ version 0.9.5 -- unreleased
that produce warnings about no harddisks found (Closes: #404071)
. Fixed example in example.sys to detail the __star__ in partitionsfile and
note why its necessary (Closes: #409192)
+ . Force C locale for sfdisk to ensure english words are found in grep
fixed 'make install' bug that failed if /etc/backup.d already existed
changed spaces to tabs in Makefile.am
updated examples/Makefile.am and handlers/Makefile.am to include rsnap/rub files