Skip to content

Commit 135f204

Browse files
committed
2.9.2 release.
1 parent 516df47 commit 135f204

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

ChangeLog.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
11
# ChangeLog for Keychain
22
http://www.funtoo.org/Funtoo:Keychain
33

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.
421
* 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
623
host-based keys.
24+
* Make `Makefile` BSD-compatible.
725

826
## keychain 2.9.1 (1 May 2025)
927

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.1
1+
2.9.2

0 commit comments

Comments
 (0)