aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorcrunchy <crunchy>2003-06-27 12:21:21 +0000
committercrunchy <crunchy>2003-06-27 12:21:21 +0000
commitc6c22c4fadb3000453389f3ecf471392674adfd1 (patch)
tree8e9b5720b0c8474226dae99decfbd4c82f657d8d /ChangeLog
parent021de49f8e3d1c3b9f8e6e13df0ee7f2552c7b7a (diff)
downloadmpiosh-c6c22c4fadb3000453389f3ecf471392674adfd1.tar.gz
mpiosh-c6c22c4fadb3000453389f3ecf471392674adfd1.tar.bz2
mpiosh-c6c22c4fadb3000453389f3ecf471392674adfd1.zip
add backup and restore commands; little bug fix and clean up. Need to be tested! Just give me 5 minutes, please!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9377f5..df3b46d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2003-06-27 Andreas Buesching <crunchy@tzi.de>
+
+ * mpiosh/global.c: add CONFIG_BACKUP defining a user backup
+ directory.
+ (commands): add backup and restore command
+
+ * libmpio/src/mpio.c (mpio_file_get_real): fix a bug. Unlink the
+ external file (not the internal) before writing it (is it really
+ necessary?).
+
+ * mpiosh/callback.c (mpiosh_cmd_config): deactivated.
+ (mpiosh_cmd_backup): new function, which creates a backup of all
+ existing config files.
+ (mpiosh_cmd_restore): new function, which restores a backup.
+
+ * mpiosh/config.c (mpiosh_config_check_backup_dir): new function
+ to check for the backup directory ~/.mpio/backup/. Optionally it
+ can be created.
+
2003-06-26 Markus Germeier <mager@tzi.de>
* libmpio/src/mpio.c (mpio_file_exists):
added helper function