aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/backup-restore/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-07-01 18:31:48 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-07-01 18:31:48 +0800
commit51b273e5b321133422cc9c1764dbf9a9638e8187 (patch)
tree0206f3ca8df0b38d90ccd3e694f6d2289ef22b97 /plugins/backup-restore/ChangeLog
parent75edd1a5a13ad88659a641a3336c5a94d85b7f01 (diff)
downloadgsoc2013-evolution-51b273e5b321133422cc9c1764dbf9a9638e8187.tar
gsoc2013-evolution-51b273e5b321133422cc9c1764dbf9a9638e8187.tar.gz
gsoc2013-evolution-51b273e5b321133422cc9c1764dbf9a9638e8187.tar.bz2
gsoc2013-evolution-51b273e5b321133422cc9c1764dbf9a9638e8187.tar.lz
gsoc2013-evolution-51b273e5b321133422cc9c1764dbf9a9638e8187.tar.xz
gsoc2013-evolution-51b273e5b321133422cc9c1764dbf9a9638e8187.tar.zst
gsoc2013-evolution-51b273e5b321133422cc9c1764dbf9a9638e8187.zip
** Fix for bug #540274
2008-07-01 Milan Crha <mcrha@redhat.com> ** 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
Diffstat (limited to 'plugins/backup-restore/ChangeLog')
-rw-r--r--plugins/backup-restore/ChangeLog11
1 files changed, 11 insertions, 0 deletions
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 <mcrha@redhat.com>
+
+ ** 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 <mcrha@redhat.com>
** Fix for bug #536488