]> git.tdb.fi Git - libs/gui.git/commitdiff
Add Changelog.txt 1.0
authorMikko Rasa <tdb@tdb.fi>
Tue, 14 Oct 2008 18:47:58 +0000 (18:47 +0000)
committerMikko Rasa <tdb@tdb.fi>
Tue, 14 Oct 2008 18:47:58 +0000 (18:47 +0000)
Bump version

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

diff --git a/Build b/Build
index eb067af4dfd051da1e91723499a665ebe93319b9..a75473b6a210c20a9c9a150f9076f76cf88e059d 100644 (file)
--- a/Build
+++ b/Build
@@ -2,10 +2,11 @@
 
 package "mspgbase"
 {
-       version "0.9";
+       version "1.0";
        description "Base graphics and input library";
 
        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..85865c0
--- /dev/null
@@ -0,0 +1,11 @@
+1.0
+* Use pimpl to avoid exposing platform-specific details
+* Normalize device axis ranges to [-1, 1]
+* Improvements to dead zone and threshold
+* Bugfixes
+  - Fullscreen mode hopefully works better now
+
+0.9
+* First release
+
+($Id$)