aboutsummaryrefslogtreecommitdiff
path: root/NEWS
blob: 447e3cf7bfbb9728a7544fc5555142f4e499b79f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.