diff options
| author | Shulhan <ms@kilabit.info> | 2023-09-02 00:34:03 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-09-02 00:58:15 +0700 |
| commit | ed962926fd02987a1ba98c538e292d94a1a4894b (patch) | |
| tree | cf5d96271fb6af70b2ff0f03438b4731d7ccec32 /share.go | |
| parent | e9de137bd7dd0e8396172d4152fafe168b4607cc (diff) | |
| download | pakakeh.go-0.49.1.tar.xz | |
Release share v0.49.1 (2023-09-02)v0.49.1
=== Bug fixes
* lib/dns: fix leaking internal zone
=== Enhancements
* lib/dns: update the SOA Serial when record added or removed from Zone
* lib/dns: add method AddAuthority to Message
* lib/dns: add method to populate internal caches by Zone
* ssh/config: handle key UserKnownHostsFile
* lib/ssh: use UserKnownHostFile from configuration in
NewClientInteractive
Diffstat (limited to 'share.go')
| -rw-r--r-- | share.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,5 +8,5 @@ package share var ( // Version of this module. - Version = `0.49.0` + Version = `0.49.1` ) |
