Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools/mkChangeLog
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2010-05-03 21:53:47 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2010-05-03 21:53:47 (GMT)
commit1030dc837b10a03a02a85d5504cbeec168ce49e2 (patch)
tree698eefa87ac437deaf36a4141b326f8ce7986692 /tools/mkChangeLog
Import XaoS r489 (trunk after version 3.5)
Diffstat (limited to 'tools/mkChangeLog')
-rwxr-xr-xtools/mkChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/mkChangeLog b/tools/mkChangeLog
new file mode 100755
index 0000000..400b9fe
--- /dev/null
+++ b/tools/mkChangeLog
@@ -0,0 +1,11 @@
+#!/bin/bash
+# Creates or updates ChangeLog file. Only for developers.
+
+cd ..
+echo "ChangeLog file for XaoS - generated automatically by tools/mkChangeLog.
+Please do not edit this file: your changes will be lost.
+
+" > ChangeLog
+export LC_ALL=C
+svn log >> ChangeLog
+svn commit -m "Automatic update by mkChangeLog" ChangeLog