From 53782f997e03e4f05b06624a47de29414696a5a8 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Mon, 21 Sep 2009 16:54:56 +0000 Subject: [PATCH] Bump version to 1.1 Update Build file for upcoming Builder release --- Build | 16 ++++++++++++---- Changelog.txt | 11 +++++++++++ 2 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 Changelog.txt diff --git a/Build b/Build index 948c3df..32d717d 100644 --- a/Build +++ b/Build @@ -2,19 +2,27 @@ package "mspio" { - version "1.0"; + version "1.1"; description "Object-oriented input/output library"; - tar_file "License.txt"; - require "mspstrings"; require "mspcore"; require "sigc++-2.0"; + headers "msp/io" + { + source "source"; + install true; + }; + library "mspio" { source "source"; install true; - install_headers "msp/io"; + }; + + tarball "@src" + { + source "License.txt"; }; }; diff --git a/Changelog.txt b/Changelog.txt new file mode 100644 index 0000000..5225d21 --- /dev/null +++ b/Changelog.txt @@ -0,0 +1,11 @@ +1.1 +* Filter class makes adding filters easier +* Memory class enables I/O from/to memory buffers +* Console size can be queried +* Bugfixes + - Don't consider an empty set for poll an error + +1.0 +* First released version + +($Id$) -- 2.43.0