2016-08-31 14:56:12 +07:00
|
|
|
# Change Log
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
## [Unreleased]
|
2016-09-01 21:58:12 +07:00
|
|
|
|
2019-03-16 13:25:07 +07:00
|
|
|
## [1.1.1] - 2019-03-16
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Replace `syscall` with `golang.org/x/sys/unix`, contriubted by @otariidae (#14).
|
|
|
|
|
2018-11-13 09:45:11 +07:00
|
|
|
## [1.1.0] - 2018-11-13
|
2019-03-16 13:25:07 +07:00
|
|
|
|
2018-11-13 09:28:53 +07:00
|
|
|
### Changed
|
|
|
|
- Update `github.com/cybozu-go/cmd` to `github.com/cybozu-go/well` (#7, #9).
|
|
|
|
- Replace TravisCI with CircleCI.
|
|
|
|
|
2016-09-01 21:58:12 +07:00
|
|
|
## [1.0.0] - 2016-09-01
|
2019-03-16 13:25:07 +07:00
|
|
|
|
2016-08-31 14:56:12 +07:00
|
|
|
### Added
|
2019-03-16 13:25:07 +07:00
|
|
|
- transocks now adopts [github.com/cybozu-go/well][well] framework.
|
2016-08-31 14:56:12 +07:00
|
|
|
As a result, it implements [the common spec][spec] including graceful restart.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- The default configuration file path is now `/etc/transocks.toml`.
|
2016-09-01 21:21:27 +07:00
|
|
|
- "listen" config option becomes optional. Default is "localhost:1081".
|
2016-08-31 14:56:12 +07:00
|
|
|
- Configuration items for logging is changed.
|
|
|
|
|
2019-03-16 13:25:07 +07:00
|
|
|
[well]: https://github.com/cybozu-go/well
|
|
|
|
[spec]: https://github.com/cybozu-go/well/blob/master/README.md#specifications
|
|
|
|
[Unreleased]: https://github.com/cybozu-go/transocks/compare/v1.1.1...HEAD
|
|
|
|
[1.1.1]: https://github.com/cybozu-go/transocks/compare/v1.1.0...v1.1.1
|
2018-11-13 09:45:11 +07:00
|
|
|
[1.1.0]: https://github.com/cybozu-go/transocks/compare/v1.0.0...v1.1.0
|
2016-09-01 21:58:12 +07:00
|
|
|
[1.0.0]: https://github.com/cybozu-go/transocks/compare/v0.1...v1.0.0
|