From 39ec5cd588bf8b49717033d841be689df68537a3 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 14 Oct 2008 18:47:58 +0000 Subject: [PATCH] Add Changelog.txt Bump version --- Build | 3 ++- Changelog.txt | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 Changelog.txt 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$) -- 2.43.0