aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/backup-restore/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/backup-restore/ChangeLog')
-rw-r--r--plugins/backup-restore/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/backup-restore/ChangeLog b/plugins/backup-restore/ChangeLog
index 4bea33f456..7413e0e564 100644
--- a/plugins/backup-restore/ChangeLog
+++ b/plugins/backup-restore/ChangeLog
@@ -1,3 +1,23 @@
+2009-01-30 Milan Crha <mcrha@redhat.com>
+
+ * backup-restore.c: (sanity_check): Removed dangling '*/'.
+
+2009-01-28 Tor Lillqvist <tml@novell.com>
+
+ Make it compile on Windows, by Fridrich Strbra. (Just compile;
+ little chance of it actually doing anything sensible on Windows at
+ this point...)
+
+ * Makefile.am: Use -no-undefined on Windows. Link with libeutil.
+
+ * backup.c: Remove unused <sys/wait.h>.
+
+ * backup-restore.c: Check HAVE_SYS_WAIT_H.
+
+2009-01-21 Milan Crha <mcrha@redhat.com>
+
+ * Makefile.am: Use also EVOLUTION_CALENDAR_CFLAGS.
+
2008-08-27 Sankar P <psankar@novell.com>
License Changes