X-Git-Url: https://git.alrj.org/?p=brioche.git;a=blobdiff_plain;f=changelog;h=14b80481a3614b477f2675d2b9a197ef228288e3;hp=786edc55e8f8b76a7d010208fdb11dd12adbbcf3;hb=HEAD;hpb=cd4cd7aba4edcd40ab5b4361e17d89ea534ecc01 diff --git a/changelog b/changelog index 786edc5..14b8048 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,25 @@ +brioche 1.2 + [ Amand Tihon] + * Replace lftp's call to 'rmdir' by calls to 'rm -rf'. + +brioche 1.1 + + [ Amand Tihon ] + * Add FTP upload, requires lftp. + * Correct a few bugs: + - Don't use -a option with tar, since older versions don't understand it. + * Small improvements + - Use functions to set the final status (SUCCESS, WARNING, ERROR, CRITICAL) + * Update documentation: + - Document the FTP part. + - Add a section about requirements. + - Add a warning about REPODIR being on a backed up device. + - Remove examples from the script itself, everything is in README. + - Some cosmetic changes. + - Renamed briochetab to briochetab.example. + + -- Amand Tihon Tue, 6 Jan 2008 17:00:00 +0100 + brioche 1.0 [ Amand Tihon ]