From: Mikko Rasa Date: Tue, 14 Oct 2008 19:01:43 +0000 (+0000) Subject: Add Changelog.txt X-Git-Tag: 1.0 X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=dfc3ae3071a0c3a3c5b60e476c366b36c839d37d Add Changelog.txt Update description Bump version --- diff --git a/Build b/Build index 46a9b2eb..c7f5b33f 100644 --- a/Build +++ b/Build @@ -2,10 +2,11 @@ package "mspgl" { - version "0.9"; - description "C++ wrappers for OpenGL"; + version "1.0"; + description "Lightweight C++/OpenGL graphics engine"; tar_file "License.txt"; + tar_file "Changelog.txt"; require "mspdatafile"; require "mspgbase"; diff --git a/Changelog.txt b/Changelog.txt new file mode 100644 index 00000000..0dfe7149 --- /dev/null +++ b/Changelog.txt @@ -0,0 +1,11 @@ +1.0 +* Add class Technique to share passes between Objects +* Scene automatically recognizes ObjectInstances and optimizes rendering them +* Various Builders should now be constructed directly +* Convert Material, TexEnv and Light to object model +* Bugfixes + +0.9 +* First release + +($Id$)