File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog for Keychain
2
2
http://www.funtoo.org/Funtoo:Keychain
3
3
4
+ ## keychain 2.9.2 (2 May 2025)
5
+
6
+ This is primarily a bug fix release, but also introduces the new ` --extended `
7
+ option -- see below:
8
+
9
+ * Deprecate ` --confhost ` option and replace with ` --extended ` option. The old
10
+ ` --confhost myhost ` would now be ` --extended host:myhost ` . This also allows
11
+ specifying SSH keys (` sshk: ` prefix), GPG keys ( ` gpgk: ` prefix) and hosts
12
+ (` host: ` prefix) together without confusion.
13
+ * Well, I became intimately familiar with ` IFS ` the hard way. Fix 2.9.1 bug
14
+ [ #159 ] ( https://github.com/funtoo/keychain/issues/159 ) by reworking IFS settings and
15
+ adding proper documentation to the right places. This fixes the ` --timeout ` option
16
+ and also now allows ` --stop ` to work properly which was broken.
17
+ * Improve ` --agents ` deprecation warning.
18
+ * Have keychain properly adopt a currently-running gpg-agent providing ssh-agent
19
+ functionality when ` --ssh-use-gpg ` is specified.
20
+ * Explicitly clean up known-bad pidfiles during processing.
4
21
* Deprecate ` --confhost ` option and replace with new ` --extended ` option.
5
- * Rework code related to host-based key processing. Use ` ssh -G ` to officially extract
22
+ * Improve host-based key processing by using ` ssh -G ` to officially extract
6
23
host-based keys.
24
+ * Make ` Makefile ` BSD-compatible.
7
25
8
26
## keychain 2.9.1 (1 May 2025)
9
27
Original file line number Diff line number Diff line change 1
- 2.9.1
1
+ 2.9.2
You can’t perform that action at this time.
0 commit comments