forked from ms/transocks
1.5 KiB
1.5 KiB
Change Log
All notable changes to this project will be documented in this file.
1.1.4 - 2024-11-05
- Fixed
- Bug in method
Server.handleConnection
.
- Bug in method
1.1.3 - 2024-11-03
- Added
- Build linux-arm32 package.
1.1.2 - 2024-11-02
- Added
- Build debian packages.
1.1.1 - 2019-03-16
- Changed
- Replace
syscall
withgolang.org/x/sys/unix
, contributed by @otariidae (#14).
- Replace
1.1.0 - 2018-11-13
- Changed
- Update
github.com/cybozu-go/cmd
togithub.com/cybozu-go/well
(#7, #9). - Replace TravisCI with CircleCI.
- Update
1.0.0 - 2016-09-01
- Added
- transocks now adopts github.com/cybozu-go/well framework.
As a result, it implements the common spec including graceful restart.
- transocks now adopts github.com/cybozu-go/well framework.
- Changed
- The default configuration file path is now
/etc/transocks.toml
. - "listen" config option becomes optional. Default is "localhost:1081".
- Configuration items for logging is changed.
- The default configuration file path is now