diff options
| author | Shulhan <ms@kilabit.info> | 2022-11-05 00:29:12 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-11-05 00:29:12 +0700 |
| commit | 859cc859fa74ddf7a79767114760db1a7840734c (patch) | |
| tree | e523e13e12b830322b9e1a7996e02645a2b73c55 /share.go | |
| parent | 542a11bc463dfaea70ba95fd089b4e1c820f2b38 (diff) | |
| download | pakakeh.go-0.41.3.tar.xz | |
Release share v0.41.3 (2022-11-05)v0.41.3
=== Bug fixes
* lib/http: sanitize ServerUrl and request path
* lib/ssh: try both ssh agent and IdentityFile
* ssh/sftp: set FileAttrs.name to filename
=== Enhancements
* lib/ssh: add private key to agent once client connected successfully
* ssh/config: change the method GenerateSigners to Signers
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.41.2` + Version = `0.41.3` ) |
