]> git.tdb.fi Git - libs/gui.git/commitdiff
Bump version to 1.1 1.1
authorMikko Rasa <tdb@tdb.fi>
Mon, 5 Oct 2009 16:38:17 +0000 (16:38 +0000)
committerMikko Rasa <tdb@tdb.fi>
Mon, 5 Oct 2009 16:38:17 +0000 (16:38 +0000)
Update Build file for builder 1.0

Build
Changelog.txt

diff --git a/Build b/Build
index 591c30d58bfa8cc88fb7bd90e42458e01a104d2f..890bd3fc62b097ef1fe16dcc05f47091864dfa8e 100644 (file)
--- a/Build
+++ b/Build
@@ -2,12 +2,9 @@
 
 package "mspgbase"
 {
-       version "1.0";
+       version "1.1";
        description "Base graphics and input library";
 
-       tar_file "License.txt";
-       tar_file "Changelog.txt";
-
        require "mspcore";
        require "mspstrings";
        require "sigc++-2.0";
@@ -51,16 +48,16 @@ package "mspgbase"
                };
        };
 
-       headers "gbase"
+       headers "msp/gbase"
        {
                source "source/gbase";
-               install_headers "msp/gbase";
+               install true;
        };
 
-       headers "input"
+       headers "msp/input"
        {
                source "source/input";
-               install_headers "msp/input";
+               install true;
        };
 
        library "mspgbase"
@@ -69,4 +66,10 @@ package "mspgbase"
                source "source/input";
                install true;
        };
+
+       tarball "@src"
+       {
+               source "License.txt";
+               source "Changelog.txt";
+       };
 };
index 85865c022cd1a759ca5996978da5a216cbdda80c..4fa06b0e6bab84b1f36f38d7b0c8e03eb6cce806 100644 (file)
@@ -1,3 +1,10 @@
+1.1
+* Support libpng as an alternative to DevIL
+* Mouse wheel support on Win32
+* Bugfixes
+  - Plug some memory leaks
+  - More fullscreen mode fixes
+
 1.0
 * Use pimpl to avoid exposing platform-specific details
 * Normalize device axis ranges to [-1, 1]