]> git.tdb.fi Git - libs/al.git/commitdiff
Bump version to 0.10 0.10
authorMikko Rasa <tdb@tdb.fi>
Wed, 7 Oct 2009 20:10:31 +0000 (20:10 +0000)
committerMikko Rasa <tdb@tdb.fi>
Wed, 7 Oct 2009 20:10:31 +0000 (20:10 +0000)
Update Build file for builder 1.0

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

diff --git a/Build b/Build
index eaf5d857cd1fb6b9c9f4e7c73a80f21d032814ad..7a4ec0cadea46d9cbc6ea917d1315b976e6fea29 100644 (file)
--- a/Build
+++ b/Build
@@ -1,18 +1,26 @@
 package "mspal"
 {
-       version "0.9";
+       version "0.10";
        description "C++ wrapper for OpenAL";
 
-       tar_file "License.txt";
-
        require "vorbisfile";
        require "openal";
        require "mspcore";
 
+       headers "msp/al"
+       {
+               source "source";
+               install true;
+       };
+
        library "mspal"
        {
                source "source";
                install true;
-               install_headers "msp/al";
+       };
+
+       tarball "@src"
+       {
+               source "License.txt";
        };
 };
diff --git a/Changelog.txt b/Changelog.txt
new file mode 100644 (file)
index 0000000..158b768
--- /dev/null
@@ -0,0 +1,10 @@
+0.10
+* Jukebox class for playing music
+* Bugfixes
+  - Restart streamer source if it runs out of buffers and stops
+  - Fix valgrind warnings
+
+0.9
+* First released version
+
+($Id$)