From e234533bcbf344880666599f7cdf15b131bbbe77 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 7 Oct 2009 20:10:31 +0000 Subject: [PATCH] Bump version to 0.10 Update Build file for builder 1.0 --- Build | 16 ++++++++++++---- Changelog.txt | 10 ++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 Changelog.txt diff --git a/Build b/Build index eaf5d85..7a4ec0c 100644 --- 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 index 0000000..158b768 --- /dev/null +++ b/Changelog.txt @@ -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$) -- 2.43.0