From: Mikko Rasa Date: Tue, 14 Oct 2008 18:47:58 +0000 (+0000) Subject: Add Changelog.txt X-Git-Tag: 1.0 X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=commitdiff_plain;h=39ec5cd588bf8b49717033d841be689df68537a3 Add Changelog.txt Bump version --- diff --git a/Build b/Build index eb067af..a75473b 100644 --- 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 index 0000000..85865c0 --- /dev/null +++ b/Changelog.txt @@ -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$)