summaryrefslogtreecommitdiff
path: root/share.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-08-04 18:08:23 +0700
committerShulhan <ms@kilabit.info>2023-08-04 18:25:39 +0700
commit75d59dff238b78076ca8c7f12fc660e6e75da288 (patch)
tree3427f281082e8dcbd6f774051b63776008c51a26 /share.go
parenta144541051452c8c910ca0c8bbd7919e2d597249 (diff)
downloadpakakeh.go-0.49.0.tar.xz
Release share v0.49.0 (2023-08-04)v0.49.0
In this release we refactoring lib/ssh, ssh/config; bug fixes in lib/http.HandleFS, lib/os.Extract, lib/smtp.NewMailTx; new functions Environments, PathFold, and PathUnfold in lib/os, LoadPrivateKeyInteractive in lib/ssh. In lib/ssh, we rename NewClientFromConfig into NewClientInteractive and make only the valid SSH key added to the agent automatically once connected, not all of SSH keys from IdentityFile. In ssh/config, we simplify the struct Config by using a Field, a map of key and value, instead of multiple fields with different types. As a helper, we provide method FieldBool, FieldInt, Hostname, User, and Port. The fix in http.HandleFS related to missing request query when the requested resource is directory. The fix in os.Extract related to Zip Slip vulnerability.
Diffstat (limited to 'share.go')
-rw-r--r--share.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/share.go b/share.go
index d2c02c71..69a72b47 100644
--- a/share.go
+++ b/share.go
@@ -8,5 +8,5 @@ package share
var (
// Version of this module.
- Version = `0.48.1-dev`
+ Version = `0.49.0`
)