aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorcrunchy <crunchy>2002-09-15 14:55:57 +0000
committercrunchy <crunchy>2002-09-15 14:55:57 +0000
commit38734679e4a63712715368e95081cd21a2d0d1d1 (patch)
tree2e463277ffb0a829402970879a7ddb288e264618 /ChangeLog
parenta9c7d297c5244f6ffc5ac0f977b56f7e19d14cd1 (diff)
downloadmpiosh-38734679e4a63712715368e95081cd21a2d0d1d1.tar.gz
mpiosh-38734679e4a63712715368e95081cd21a2d0d1d1.tar.bz2
mpiosh-38734679e4a63712715368e95081cd21a2d0d1d1.zip
spec file; fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8de45e7..bb20637 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-09-15 Andreas Buesching <crunchy@tzi.de>
+
+ * kernel/Makefile.am (install): the kernel module is now installed
+ into the determinated module directory of the current kernel
+ version.
+
+ * mpio.spec.in: created rpm spec file for creating binary and
+ source rpm packages
+
2002-09-15 Markus Germeier <mager@tzi.de>
* mpiosh/callback.c (mpiosh_cmd_debug_mem): added function
@@ -12,6 +21,8 @@
* mpiosh/mpiosh.c: add a debug message, displaying the executed
command in script mode
+ (mpiosh_command_regex_fix): better mapping for shell regular
+ expressions (hopefully)
2002-09-15 Markus Germeier <mager@tzi.de>