diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-03-15 10:08:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-03-15 10:08:38 +0200 |
commit | 424396e5e7ed1463659bf683c47c837de15ccef0 (patch) | |
tree | 5d0c4ec4fd609cafebce0fa027767cebf48b83c8 /NEWS | |
parent | 6fd19ac890fce667025944c84fc001c78aac8366 (diff) |
Add NEWS files
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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. |