From 216db55c516d08e581084f30e8d7cf8742576b99 Mon Sep 17 00:00:00 2001 From: Mattias Nissler Date: Sat, 5 Sep 2009 14:47:48 +0200 Subject: [PATCH] Version bump --- tuntap/Changelog | 8 ++++++++ tuntap/Makefile | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/tuntap/Changelog b/tuntap/Changelog index 56ba66a..f1d6cba 100644 --- a/tuntap/Changelog +++ b/tuntap/Changelog @@ -1,4 +1,12 @@ +September 5, 2009: + o Initial Snow Leopard port. Thanks to various people contributing patches in + the bugtracker. The new official version can only be compiled on Snow + Leopard but has been tested to work on all Tiger, Leopard and Snow Leopard + o Clean up unused locking code and switch to rwlocks even for simple mutexes, + which avoids a symbol incompatibility for Tiger and Leopard. + o Clean up compilation flags in the Makefiles. + July 4, 2008: o Adapt the former Leopard package to also be installable on Tiger systems. This obsoletes the Tiger version, both Leopard and Tiger are now supported diff --git a/tuntap/Makefile b/tuntap/Makefile index 7fdc5b0..d3edc80 100644 --- a/tuntap/Makefile +++ b/tuntap/Makefile @@ -1,5 +1,5 @@ # Lets have a version, at last! -TUNTAP_VERSION = 20090902 +TUNTAP_VERSION = 20090905 # BASE install directory BASE= -- 2.11.4.GIT