diff options
| author | Andre Noll <maan@systemlinux.org> | 2014-01-14 15:31:02 +0100 |
|---|---|---|
| committer | Andre Noll <maan@systemlinux.org> | 2014-01-14 15:31:02 +0100 |
| commit | 23dc00453efa7eb5a19036a4c90ca409225189cb (patch) | |
| tree | 19f1608ca9ac97c2b7d9d9bc24e2968d9f1414e2 | |
| parent | ea49cbcde26d2a57b9564dbc0067ec640fd0d1ed (diff) | |
This commit also adds a NEWS file which contains the release notes
of all previous releases.
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | NEWS | 15 |
2 files changed, 16 insertions, 1 deletions
@@ -25,7 +25,7 @@ OBJCOPY := objcopy # The way x, y and z are interpreted depends on the OS. x := 0 y := 1 -z := 1 +z := 2 VERSION := $(x).$(y).$(z) # common flags @@ -0,0 +1,15 @@ +0.1.2 (2014-01-13) +~~~~~~~~~~~~~~~~~~ +This release adds targets for building a static version of the +library and contains two bug fixes. + +0.1.1 (2009-11-26) +~~~~~~~~~~~~~~~~~~ +This release makes libosl independent of openssl by including an +implementation of the SHA1 algorithm. It also fixes an installation +problem on Mac OS X and contains improvements of the documentation +and the build system + +0.1.0 (2009-08-04) +~~~~~~~~~~~~~~~~~~ +Initial public releas. |
