]> git.tdb.fi Git - libs/core.git/commitdiff
Add Changelog.txt fs-1.0.1
authorMikko Rasa <tdb@tdb.fi>
Tue, 14 Oct 2008 15:18:34 +0000 (15:18 +0000)
committerMikko Rasa <tdb@tdb.fi>
Tue, 14 Oct 2008 15:18:34 +0000 (15:18 +0000)
Bump version

Build
Changelog.txt [new file with mode: 0644]

diff --git a/Build b/Build
index 96b63820b4edfbc19bf404b8e2904760efc0b4ca..eb02c3b1a3e43214ead4e307212564d40bb57244 100644 (file)
--- a/Build
+++ b/Build
@@ -2,9 +2,10 @@
 
 package "mspfs"
 {
-       version "1.0";
+       version "1.0.1";
        description "Filesystem utilities";
 
+       tar_file "Changelog.txt";
        tar_file "License.txt";
 
        require "mspstrings";
diff --git a/Changelog.txt b/Changelog.txt
new file mode 100644 (file)
index 0000000..b678841
--- /dev/null
@@ -0,0 +1,9 @@
+1.0.1
+* Bugfixes
+  - Make dirname behave sensibly for single-component paths
+  - Fix win32 compilation
+
+1.0
+* First release
+
+($Id$)