projects
/
libs
/
core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4746ebf
)
Add Changelog.txt
fs-1.0.1
author
Mikko Rasa
<tdb@tdb.fi>
Tue, 14 Oct 2008 15:18:34 +0000
(15:18 +0000)
committer
Mikko Rasa
<tdb@tdb.fi>
Tue, 14 Oct 2008 15:18:34 +0000
(15:18 +0000)
Bump version
Build
patch
|
blob
|
history
Changelog.txt
[new file with mode: 0644]
patch
|
blob
diff --git
a/Build
b/Build
index 96b63820b4edfbc19bf404b8e2904760efc0b4ca..eb02c3b1a3e43214ead4e307212564d40bb57244 100644
(file)
--- 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
(file)
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$)