aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2018-01-08 21:10:08 +0100
committerTimo Weingärtner <timo@tiwe.de>2018-01-09 22:06:52 +0100
commitd731f74d7ccf56874953c395bcfcc93efdd70f00 (patch)
treee56fd29888be156bedffc93c02c5a1e5e87f5d0e
parent3b9460a74b51119e15e0d57dafb2e0c66326890a (diff)
downloadssh-agent-filter-d731f74d7ccf56874953c395bcfcc93efdd70f00.tar.gz
release 0.50.5
-rw-r--r--changelog55
-rw-r--r--version.h2
2 files changed, 56 insertions, 1 deletions
diff --git a/changelog b/changelog
index 8a06f55..5ae2897 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,58 @@
+commit 3b9460a74b51119e15e0d57dafb2e0c66326890a
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2018-01-08 21:08:09 +0100
+
+ update copyright
+
+commit bae7e0329adf50af874bf323cefc9e54c2cd00a0
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2018-01-08 20:44:32 +0100
+
+ add tests using shunit2
+
+commit c97c3087ad393eef928f961869b0c5e400f8a66f
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2018-01-06 12:55:28 +0100
+
+ add dissection for cert signing requests
+
+commit 6b20192d53aea20ea5ba9725aebe2b7c7d8d8875
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2017-12-27 16:54:54 +0100
+
+ follow API change in nettle 3.4
+
+ Closes: 884400
+
+commit 3944f8c3b52e23e7e617fbfa24307ce8c07757e6
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2016-10-11 16:42:02 +0200
+
+ fixup! afssh: use realpath instead of readlink -f, with fallback
+
+commit 2f994963899ca8e039dd0aa38884693a9928e116 (tiwe/master)
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2016-10-11 14:25:39 +0200
+
+ afssh: use realpath instead of readlink -f, with fallback
+
+ this add compatibility for some BSD systems which don't have -f to readlink
+ while retaining compatibility with GNU systems without a readlink command
+
+ Thanks: Konstantinos Koukopoulos <kouk@transifex.com>
+
+commit f8e42e89e3404f91d397e325c94af6494786e90f
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2016-10-09 12:31:27 +0200
+
+ avoid warning about unused result of chdir()
+
+commit d765ef1acb318e1b97481805b66f7b45f8f08f41 (tag: 0.4.2)
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2016-08-27 22:51:46 +0200
+
+ release 0.4.2
+
commit 7152b927e22ef602011f8acf865c3cafc113c502
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2016-08-27 22:47:48 +0200
diff --git a/version.h b/version.h
index 6d8ba97..2268da0 100644
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-#define SSH_AGENT_FILTER_VERSION "ssh-agent-filter 0.4.2"
+#define SSH_AGENT_FILTER_VERSION "ssh-agent-filter 0.5"