From 51b273e5b321133422cc9c1764dbf9a9638e8187 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 1 Jul 2008 10:31:48 +0000 Subject: ** Fix for bug #540274 2008-07-01 Milan Crha ** Fix for bug #540274 * Makefile.am: Link with libraries we require now. * backup.c: (rc), (s): Exchange $HOME with g_get_home_dir in commands. * backup.c: (ensure_locals), (fix_account_folder_uri), (restore): After restore walk through all account, addressbook, calendar, task and memo sources and fix the base uri if required. (One should be able to import also into different user than one where the backup was done.) svn path=/trunk/; revision=35710 --- plugins/backup-restore/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'plugins/backup-restore/ChangeLog') diff --git a/plugins/backup-restore/ChangeLog b/plugins/backup-restore/ChangeLog index cfa1dcc8ad..94e88e2bf2 100644 --- a/plugins/backup-restore/ChangeLog +++ b/plugins/backup-restore/ChangeLog @@ -1,3 +1,14 @@ +2008-07-01 Milan Crha + + ** Fix for bug #540274 + + * Makefile.am: Link with libraries we require now. + * backup.c: (rc), (s): Exchange $HOME with g_get_home_dir in commands. + * backup.c: (ensure_locals), (fix_account_folder_uri), (restore): + After restore walk through all account, addressbook, calendar, task + and memo sources and fix the base uri if required. (One should be able + to import also into different user than one where the backup was done.) + 2008-06-30 Milan Crha ** Fix for bug #536488 -- cgit