From a2a494043d5cf228cf1b3e5551e3abb486a60191 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 14 Oct 2008 15:18:34 +0000 Subject: [PATCH] Add Changelog.txt Bump version --- Build | 3 ++- Changelog.txt | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 Changelog.txt diff --git a/Build b/Build index 96b6382..eb02c3b 100644 --- a/Build +++ b/Build @@ -2,9 +2,10 @@ package "mspfs" { - version "1.0"; + version "1.0.1"; description "Filesystem utilities"; + tar_file "Changelog.txt"; tar_file "License.txt"; require "mspstrings"; diff --git a/Changelog.txt b/Changelog.txt new file mode 100644 index 0000000..b678841 --- /dev/null +++ b/Changelog.txt @@ -0,0 +1,9 @@ +1.0.1 +* Bugfixes + - Make dirname behave sensibly for single-component paths + - Fix win32 compilation + +1.0 +* First release + +($Id$) -- 2.43.0