transocks/CHANGELOG.md

46 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

# Change Log
All notable changes to this project will be documented in this file.
2024-11-05 14:34:30 +07:00
## [1.1.4](https://git.mousesoft.ru/alexey/transocks/releases/tag/v1.1.4) - 2024-11-05
- **Fixed**
- Bug in method `Server.handleConnection`.
2024-11-03 18:28:40 +07:00
## [1.1.3](https://git.mousesoft.ru/alexey/transocks/releases/tag/v1.1.3) - 2024-11-03
- **Added**
- Build linux-arm32 package.
2024-11-02 21:31:43 +07:00
## [1.1.2](https://git.mousesoft.ru/alexey/transocks/releases/tag/v1.1.2) - 2024-11-02
- **Added**
- Build debian packages.
2016-09-01 21:58:12 +07:00
2019-03-16 13:25:07 +07:00
## [1.1.1] - 2019-03-16
2024-11-02 21:31:43 +07:00
- **Changed**
- Replace `syscall` with `golang.org/x/sys/unix`, contributed by @otariidae (#14).
2019-03-16 13:25:07 +07:00
2018-11-13 09:45:11 +07:00
## [1.1.0] - 2018-11-13
2019-03-16 13:25:07 +07:00
2024-11-02 21:31:43 +07:00
- **Changed**
- Update `github.com/cybozu-go/cmd` to `github.com/cybozu-go/well` (#7, #9).
- Replace TravisCI with CircleCI.
2018-11-13 09:28:53 +07:00
2016-09-01 21:58:12 +07:00
## [1.0.0] - 2016-09-01
2019-03-16 13:25:07 +07:00
2024-11-02 21:31:43 +07:00
- **Added**
- transocks now adopts [github.com/cybozu-go/well][well] framework.
As a result, it implements [the common spec][spec] including graceful restart.
2024-11-02 21:31:43 +07:00
- **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.
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
[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