aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2013-12-19 15:47:43 +0100
committerTimo Weingärtner <timo@tiwe.de>2013-12-19 15:47:43 +0100
commit477a0a0f1507413be7a5d2882aba28d01f7e6111 (patch)
treed499c1379c1fb5ddc1e6ef83f6da4df70d0ce1d9
parenta8c1ef855655e7419e54317a8e782f3993d99f7d (diff)
downloadssh-agent-filter-477a0a0f1507413be7a5d2882aba28d01f7e6111.tar.gz
release 0.3.10.3.1
-rw-r--r--changelog36
-rw-r--r--version.h2
2 files changed, 37 insertions, 1 deletions
diff --git a/changelog b/changelog
index 87a658b..f0e6f8e 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,39 @@
+commit a8c1ef855655e7419e54317a8e782f3993d99f7d
+Author: Timo Weingärtner <timo@tiwe.de>
+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 <timo@tiwe.de>
+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 <timo@tiwe.de>
+Date: 2013-11-02 11:38:40 +0100
+
+ replace __gnu_cxx::stdio_filebuf with boost::iostreams
+
+commit d11b2c830b7c7676d9c275d038f6a9593af2a4b8
+Author: chrysn <chrysn@fsfe.org>
+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 <timo@tiwe.de>
+Date: 2013-10-26 01:18:11 +0200
+
+ release 0.3
+
commit 5d55704009d1052db6f4039544aedb17ca8f541b
Author: chrysn <chrysn@fsfe.org>
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"