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

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

diff --git a/Build b/Build
index 5f02b616d90dcb17731ee29f3337172052e91c5d..655d3c156b70e55583b6fa0547e030ee36693dc5 100644 (file)
--- a/Build
+++ b/Build
@@ -2,10 +2,11 @@
 
 package "mspgltk"
 {
-       version "0.9";
+       version "1.0";
        description "OpenGL-based widget toolkit";
 
        tar_file "License.txt";
+       tar_file "Changelog.txt";
 
        require "mspgl";
        require "mspgbase";
diff --git a/Changelog.txt b/Changelog.txt
new file mode 100644 (file)
index 0000000..2866c20
--- /dev/null
@@ -0,0 +1,12 @@
+1.0
+* Support for exclusive toggles (i.e. option buttons)
+* Add a hello world example
+* Minor improvements
+* Bugfixes
+  - Clear input focus when the focused widget is hidden
+  - Prevent Alignment from sending things to oblivion in certain cases
+
+0.9
+* First release
+
+($Id$)