]> git.tdb.fi Git - libs/core.git/commitdiff
Bump version to 1.1 fs-1.1
authorMikko Rasa <tdb@tdb.fi>
Mon, 21 Sep 2009 16:49:13 +0000 (16:49 +0000)
committerMikko Rasa <tdb@tdb.fi>
Mon, 21 Sep 2009 16:49:13 +0000 (16:49 +0000)
Update Build file for upcoming Builder release

Build
Changelog.txt

diff --git a/Build b/Build
index eb02c3b1a3e43214ead4e307212564d40bb57244..b0e5881e9e96cae6f0b472ca51a43a8c071c320e 100644 (file)
--- a/Build
+++ b/Build
@@ -2,18 +2,26 @@
 
 package "mspfs"
 {
-       version "1.0.1";
+       version "1.1";
        description "Filesystem utilities";
 
-       tar_file "Changelog.txt";
-       tar_file "License.txt";
-
        require "mspstrings";
 
+       headers "msp/fs"
+       {
+               source "source";
+               install true;
+       };
+
        library "mspfs"
        {
                source "source";
                install true;
-               install_headers "msp/fs";
+       };
+
+       tarball "@src"
+       {
+               source "Changelog.txt";
+               source "License.txt";
        };
 };
index b678841e4b4aa16a4510215cf5242f9c277d7b30..e944ff07d391e63005e35ee491344e1c7c930309 100644 (file)
@@ -1,3 +1,8 @@
+1.1
+* Always start relative paths with a dot
+* Bugfixes
+  - Fix 64-bit compilation
+
 1.0.1
 * Bugfixes
   - Make dirname behave sensibly for single-component paths