]> git.tdb.fi Git - libs/datafile.git/commitdiff
Add Changelog.txt 1.1
authorMikko Rasa <tdb@tdb.fi>
Tue, 14 Oct 2008 15:29:05 +0000 (15:29 +0000)
committerMikko Rasa <tdb@tdb.fi>
Tue, 14 Oct 2008 15:29:05 +0000 (15:29 +0000)
Bump version

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

diff --git a/Build b/Build
index faf77b672591d9625dca0583d0c58c3b4898bd20..2a45117925a841a26a4f763ace607496472ac3ca 100644 (file)
--- a/Build
+++ b/Build
@@ -2,11 +2,12 @@
 
 package "mspdatafile"
 {
-       version "1.0";
+       version "1.1";
        description "Structured datafile library";
        
        tar_file "Readme.txt";
        tar_file "License.txt";
+       tar_file "Changelog.txt";
 
        require "mspcore";
        require "mspstrings";
diff --git a/Changelog.txt b/Changelog.txt
new file mode 100644 (file)
index 0000000..6bb0896
--- /dev/null
@@ -0,0 +1,9 @@
+1.1
+* More Loader helpers
+* Add a compile mode to mspdatatool
+* Support source file markers for better error reporting
+
+1.0
+* First release
+
+($Id$)