From ff2e39210cf151b50db3db0c62f2a2fc771b25e8 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 14 Oct 2008 17:10:22 +0000 Subject: [PATCH] Add Changelog.txt Bump version --- Build | 3 ++- Changelog.txt | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 Changelog.txt diff --git a/Build b/Build index 5f02b61..655d3c1 100644 --- 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 index 0000000..2866c20 --- /dev/null +++ b/Changelog.txt @@ -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$) -- 2.43.0