This repository was archived by the owner on Apr 21, 2023. It is now read-only.
File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -4,23 +4,31 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.1.1] - 2019-03-16
8
+
9
+ ### Changed
10
+ - Replace ` syscall ` with ` golang.org/x/sys/unix ` , contriubted by @otariidae (#14 ).
11
+
7
12
## [ 1.1.0] - 2018-11-13
13
+
8
14
### Changed
9
15
- Update ` github.com/cybozu-go/cmd ` to ` github.com/cybozu-go/well ` (#7 , #9 ).
10
16
- Replace TravisCI with CircleCI.
11
17
12
18
## [ 1.0.0] - 2016-09-01
19
+
13
20
### Added
14
- - transocks now adopts [ github.com/cybozu-go/cmd ] [ cmd ] framework.
21
+ - transocks now adopts [ github.com/cybozu-go/well ] [ well ] framework.
15
22
As a result, it implements [ the common spec] [ spec ] including graceful restart.
16
23
17
24
### Changed
18
25
- The default configuration file path is now ` /etc/transocks.toml ` .
19
26
- "listen" config option becomes optional. Default is "localhost:1081".
20
27
- Configuration items for logging is changed.
21
28
22
- [ cmd ] : https://github.com/cybozu-go/cmd
23
- [ spec ] : https://github.com/cybozu-go/cmd/blob/master/README.md#specifications
24
- [ Unreleased ] : https://github.com/cybozu-go/transocks/compare/v1.1.0...HEAD
29
+ [ well ] : https://github.com/cybozu-go/well
30
+ [ spec ] : https://github.com/cybozu-go/well/blob/master/README.md#specifications
31
+ [ Unreleased ] : https://github.com/cybozu-go/transocks/compare/v1.1.1...HEAD
32
+ [ 1.1.1 ] : https://github.com/cybozu-go/transocks/compare/v1.1.0...v1.1.1
25
33
[ 1.1.0 ] : https://github.com/cybozu-go/transocks/compare/v1.0.0...v1.1.0
26
34
[ 1.0.0 ] : https://github.com/cybozu-go/transocks/compare/v0.1...v1.0.0
You can’t perform that action at this time.
0 commit comments