2
0
mirror of https://github.com/stefan01/transocks.git synced 2025-02-22 11:40:54 +07:00
transocks/CHANGELOG.md

27 lines
968 B
Markdown
Raw Normal View History

# Change Log
All notable changes to this project will be documented in this file.
## [Unreleased]
2016-09-01 21:58:12 +07:00
2018-11-13 09:45:11 +07:00
## [1.1.0] - 2018-11-13
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
### Added
- transocks now adopts [github.com/cybozu-go/cmd][cmd] framework.
As a result, it implements [the common spec][spec] including graceful restart.
### 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.
[cmd]: https://github.com/cybozu-go/cmd
[spec]: https://github.com/cybozu-go/cmd/blob/master/README.md#specifications
2018-11-13 09:45:11 +07:00
[Unreleased]: https://github.com/cybozu-go/transocks/compare/v1.1.0...HEAD
[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