aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2006-04-05Removed over zelous vsnames checkMicah Anderson
2006-03-20Fixed su quoting usage, as outlined here:Micah Anderson
http://lists.debian.org/debian-devel-announce/2006/03/msg00003.html
2006-03-15lost+found was not being removed from the list of found_vserversMicah Anderson
because the + was being interpreted by grep -E, I've escaped it so it will properly be removed
2006-03-11Fixed the include=/exclude= improper dereference problem in the dup handlerMicah Anderson
2006-03-11If you include= or exclude= a directory that is actually a symlink Micah Anderson
somewhere along the chain you will only backup the symlink, and not the data, this is fixed here in rdiff with this change
2006-03-07mysql tried to remove a tmpfile that didn't exist, fixed check for thisMicah Anderson
2006-02-03Fixed improper use of $vuserhome as reported as Debian bug #351083Micah Anderson
2006-02-02mysql, pgsql and svn handlers: fixed inversed vsname emptyness testintrigeri
2006-02-02Changelog: added next-release section, added my previous fix' log entryintrigeri
2006-01-20configure script should not be in svn, but instead generated on releaseMicah Anderson
configure.in modified to be more selective about finding bash configure.in modified for 0.9.3 release autogen.sh modified to create config.guess and config.sub for release changelog updated about autoconf changes Removed /bin/bash TODO line
2006-01-19as usual, forgot to update the Changelog in last commit...intrigeri
2006-01-19handlers/sys: start to use new lib/vserver functionalityintrigeri
2006-01-19handlers/svn: use the same (short) code as pgsql and mysql to check vservers ↵intrigeri
availability
2006-01-19clean up and homogenize pgsql and mysql vserver checksintrigeri
2006-01-19handlers/pgsql: make use of the new lib/vserver functionalityintrigeri
2006-01-19handlers/rdiff: make use of new lib/vserver functionalityintrigeri
2006-01-19rdiff: fixed globbing bug for include, exclude and vsinclude (again.)intrigeri
2006-01-19lib/vserver.in: new function: vservers_existintrigeri
handlers/dup: make use of new lib/vserver functionality
2006-01-19lib/vserver.in[init_vservers]: warn if vservers are enabled but no vserver ↵intrigeri
is found
2006-01-17lib/vserver.in [init_vservers] : canonicalize VROOTDIR (since duplicity et ↵intrigeri
al. don't follow symlinks)
2006-01-17lib/vserver.in [init_vservers] : test in a stricter way the real vservers ↵intrigeri
availability
2006-01-17code refactor: backupninja now uses vservers lib to init vservers supportintrigeri
(I hate duplicated code!)
2006-01-17backupninja.in: improved VROOTDIR detection as in lib/vserver.inintrigeri
2006-01-17dup.helper: fixed output syntax for multiple vsnamesintrigeri
example.dup: fixed example vsnames syntax
2006-01-17duplicity handler: warn if vsnames or vsinclude is enabled while vservers ↵intrigeri
support is disabled in backupninja.conf
2006-01-16forgot to update Changelog for previous commitintrigeri
2006-01-09lots of ninjahelper changesElijah Saxon
2006-01-03Fixed mysql no user defaults file handlingMicah Anderson
2006-01-02tabs to spacesElijah Saxon
2006-01-02 r585@crapouille: intrigeri | 2006-01-02 17:18:49 +0100intrigeri
Added (commented out) to backupninja.conf the default paths to programs such as PGSQLDUMP, so that users can figure out more easily they can customize them.
2005-12-29Set released date to todayMicah Anderson
2005-12-28dup: fixed erroneous gpg-related options processing; example.dup: fixed ↵intrigeri
erroneous comments about the way gpg options are used
2005-12-27 r253@um: micah | 2005-12-27 17:34:08 -0500Micah Anderson
Try to make it less busy
2005-12-27 r251@um: micah | 2005-12-27 17:32:48 -0500Micah Anderson
Updated formatting
2005-12-27 r243@um: micah | 2005-12-27 17:06:37 -0500Micah Anderson
Updated changelog, and reformatted it to be more organized according to element changed
2005-12-27 r241@um: micah | 2005-12-27 15:21:17 -0500Micah Anderson
Updated rdiff-backup to do vserver selection using lib/vservers
2005-12-27dup: now possible to use different keys to sign and encryptintrigeri
2005-12-27 r222@um: micah | 2005-12-27 11:57:57 -0500Micah Anderson
Update changelog
2005-12-27 r208@um: micah | 2005-12-26 22:43:36 -0500Micah Anderson
Fixed mysql check to see if vserver is running
2005-12-25 r199@um: micah | 2005-12-24 22:20:17 -0500Micah Anderson
Add entry to changelog for ninjahelper.1 addition
2005-12-25 r198@um: micah | 2005-12-24 22:15:35 -0500Micah Anderson
Added changelog entry about duplicity globbing support fix
2005-12-25 r194@um: micah | 2005-12-24 21:17:55 -0500Micah Anderson
Added missing changelog entries including trac handler toint() function, backupninja.conf.5 additions of "when" and "vservers", and trac handler subdir mkdir fix
2005-11-29 r3570@krups: intrigeri | 2005-11-17 22:39:31 +0100intrigeri
changelog cosmetics
2005-11-29 r3567@krups: intrigeri | 2005-11-17 22:08:30 +0100intrigeri
pgsql.helper: forbid the user to choose an empty database set to backup
2005-11-29 r3566@krups: intrigeri | 2005-11-17 21:59:38 +0100intrigeri
ninjahelper: moved (and enhanced) vservers-related functions to lib/vservers. dup.helper, pgsql.helper: use these functions
2005-11-29 r3562@krups: intrigeri | 2005-11-16 20:20:16 +0100intrigeri
Moved more code to lib/ (conffile-related functions, parseini. Added dup helper, using new modular vservers-related functions shared for all helpers.
2005-11-29 r3548@krups: intrigeri | 2005-11-14 20:47:49 +0100intrigeri
Fix: the "Cancel" buttons used to have a weird behaviour... at least
2005-11-29 r3547@krups: intrigeri | 2005-11-14 20:33:41 +0100intrigeri
Fix ChangeLog entry.
2005-11-29 r3546@krups: intrigeri | 2005-11-14 20:32:59 +0100intrigeri
Fix: used to expand '*' in default source directories
2005-11-10Fixed missing makecd.helperMicah Anderson