From 477a0a0f1507413be7a5d2882aba28d01f7e6111 Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Thu, 19 Dec 2013 15:47:43 +0100 Subject: release 0.3.1 --- changelog | 36 ++++++++++++++++++++++++++++++++++++ version.h | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 87a658b..f0e6f8e 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,39 @@ +commit a8c1ef855655e7419e54317a8e782f3993d99f7d +Author: Timo Weingärtner +Date: 2013-11-13 23:42:46 +0100 + + use LDLIBS instead of LDFLAGS + + LDLIBS are put behind the prerequisites by make's built-in rules so linking + won't fail with --as-needed. + +commit a42c87e6a761a56ebc63cd7728fa2126b2e8805f +Author: Timo Weingärtner +Date: 2013-11-02 12:27:10 +0100 + + (re)unify client iostreams + + boost::iostreams does not do lseek()s without being asked + extend try-block around entire function + +commit b05034bc176b38b3b3f31c7a2e1e53b4c16f61e2 +Author: Timo Weingärtner +Date: 2013-11-02 11:38:40 +0100 + + replace __gnu_cxx::stdio_filebuf with boost::iostreams + +commit d11b2c830b7c7676d9c275d038f6a9593af2a4b8 +Author: chrysn +Date: 2013-10-26 10:53:24 +0200 + + confirm the license statement about files i created + +commit bd2154e05c0ab15d8e25f997fb4e6ec61f7a4c1f (tag: 0.3) +Author: Timo Weingärtner +Date: 2013-10-26 01:18:11 +0200 + + release 0.3 + commit 5d55704009d1052db6f4039544aedb17ca8f541b Author: chrysn Date: 2013-10-26 00:50:36 +0200 diff --git a/version.h b/version.h index 964fa23..9572eb4 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define SSH_AGENT_FILTER_VERSION "ssh-agent-filter 0.3" +#define SSH_AGENT_FILTER_VERSION "ssh-agent-filter 0.3.1" -- cgit v1.2.3