aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS17
-rw-r--r--buildfile2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..447e3cf
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,17 @@
+Version 0.3.0
+
+ * Add SHA256 hash calculator based on code from the FreeBSD project. That
+ code is (naturally) licensed under the simplified/2-clause BSD license so
+ the library is now MIT/BSD-licensed.
+
+ * Implement path::realize() which on POSIX calls realpath(3).
+
+ * Recognize MSVC target triplet (*-microsoft-win32-msvcXX.Z).
+
+ * Derive a target class from the target triplet for some targets. Currently
+ the classes are: 'linux', 'macosx', 'freebsd', 'windows', and 'other'.
+
+
+Version 0.2.0
+
+ * First public release.
diff --git a/buildfile b/buildfile
index 29beab5..ce5eae0 100644
--- a/buildfile
+++ b/buildfile
@@ -3,7 +3,7 @@
# license : MIT; see accompanying LICENSE file
d = butl/ tests/
-./: $d doc{LICENSE README version} file{manifest}
+./: $d doc{LICENSE NEWS README version} file{manifest}
include $d
doc{INSTALL*}: install = false