]> git.tuebingen.mpg.de Git - osl.git/commitdiff
osl-0.1.2. maint v0.1.2
authorAndre Noll <maan@systemlinux.org>
Tue, 14 Jan 2014 14:31:02 +0000 (15:31 +0100)
committerAndre Noll <maan@systemlinux.org>
Tue, 14 Jan 2014 14:31:02 +0000 (15:31 +0100)
This commit also adds a NEWS file which contains the release notes
of all previous releases.

Makefile
NEWS [new file with mode: 0644]

index bd2c109636074c1a8f3f15a87fd287468ab41e62..3f12b09d2819e966e2d5d2793bad2aa7cc7f3b49 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ OBJCOPY := objcopy
 # The way x, y and z are interpreted depends on the OS.
 x := 0
 y := 1
 # 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
 VERSION := $(x).$(y).$(z)
 
 # common flags
diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..4095a78
--- /dev/null
+++ b/NEWS
@@ -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.