summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2024-10-24 11:16:25 +0200
committerTimo Weingärtner <timo@tiwe.de>2024-10-24 11:16:25 +0200
commitda301a83b9bf37988bcb4b3029ee2dcd85983995 (patch)
tree41c98bbdb44baf400bc932a4800ffbc8aa862c46
parent274f3a6fca8d003140eed1fdd6bf70e016403bad (diff)
downloadopenssh-known-hosts-da301a83b9bf37988bcb4b3029ee2dcd85983995.tar.gz
changelog for 0.6.3HEAD0.6.3master
-rw-r--r--changelog93
1 files changed, 91 insertions, 2 deletions
diff --git a/changelog b/changelog
index ef7ce56..b76f83b 100644
--- a/changelog
+++ b/changelog
@@ -1,4 +1,93 @@
-commit 43b1b4cbfb1aeabf3c9542c27c971790bf77cf91 (HEAD, master)
+commit 274f3a6fca8d003140eed1fdd6bf70e016403bad
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2024-10-24 10:55:42 +0200
+
+ remove examples/kit_edu, service gone
+
+commit b29ad4a5696aa1cbf85b77ae64c99865e57d2d6b
+Author: Guillem Jover <guillem@hadrons.org>
+Date: 2024-09-30 01:39:13 +0200
+
+ Add sopv support
+
+ This is a subset of the Stateless OpenPGP CLI
+ <https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/>,
+ that can easily replace the GnuPG usage.
+
+ There are multiple implementations providing this interface.
+
+commit 31b9dc01eb871055de006a3fb94fdaea2059966a
+Author: Guillem Jover <guillem@hadrons.org>
+Date: 2024-10-02 03:32:13 +0200
+
+ Clarify comment on exit code override to workaround overlapping codes
+
+ The framework expects to be able to ignore specific exit codes from the
+ plugins, but if we are possibly returning exit codes from different
+ tools, then it's hard to untangle what tool generated which exit code.
+
+ In the plugins at hand the exit code 1 seems like a safe one, given both
+ curl and rsync usage, so we currently turn any OpenPGP verification
+ error into that.
+
+commit c26168119320ca5b03e6b420e3c4192d1e2ecc6a
+Author: Guillem Jover <guillem@hadrons.org>
+Date: 2024-09-30 02:00:58 +0200
+
+ Current gpgv requires the datafile for detached signatures
+
+ Otherwise we get the following error:
+
+ gpgv: no signed data
+ gpgv: can't hash datafile: No data
+
+commit a18b87e43ece9a448ab912225e1a26d8fd4b3e7f
+Author: Guillem Jover <guillem@hadrons.org>
+Date: 2024-09-30 01:36:22 +0200
+
+ Use OpenPGP when referring to the standard or objects
+
+ These are OpenPGP signatures that any conforming implementation should
+ be able to handle. They are not specific to GnuPG, which is one of many
+ implementations, even though a very prominent one.
+
+commit f855dc5ac98432ef4b126446c50a9737d98f0fb8
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-07-19 13:36:58 +0200
+
+ always use read with -r
+
+commit 53614d19826293d753aad599f2b2900d8d6303ed
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-07-19 13:35:16 +0200
+
+ factor out download_source()
+
+commit 265011411069c0c26dd693f714a43a6c7e6ad9ea
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-07-19 13:33:32 +0200
+
+ use bash arrays in path_search()
+
+commit 0b161b76dac289f4b7100916bac27961aed88120
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-07-19 13:24:53 +0200
+
+ make config variables readonly
+
+commit 4a715d24969a351ddd255fccee9dfd7e726d2555
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2016-05-25 12:36:29 +0200
+
+ plugins/psql: fix spelling in comment
+
+commit 5759da2f6316fccc56d722e06d6e4bdda26251be (tag: 0.6.2)
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2015-02-17 19:50:11 +0100
+
+ changelog for 0.6.2
+
+commit 43b1b4cbfb1aeabf3c9542c27c971790bf77cf91
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2015-02-17 19:39:41 +0100
@@ -6,7 +95,7 @@ Date: 2015-02-17 19:39:41 +0100
applied with care, the two remaining things are meant that way
-commit 0e971e742afad1669dbae0d75eead51e76af1899 (origin/master)
+commit 0e971e742afad1669dbae0d75eead51e76af1899
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2015-01-22 20:34:42 +0100