From da585626f837e7cb37bb963aa3a8716220df3a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D0=B4=D1=8F=D0=B5=D0=B2?= Date: Sat, 2 Nov 2024 21:31:43 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cc09ce..722f4ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,33 +2,34 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [1.1.2](https://git.mousesoft.ru/alexey/transocks/releases/tag/v1.1.2) - 2024-11-02 + +- **Added** + - Build debian packages. ## [1.1.1] - 2019-03-16 -### Changed -- Replace `syscall` with `golang.org/x/sys/unix`, contriubted by @otariidae (#14). +- **Changed** + - Replace `syscall` with `golang.org/x/sys/unix`, contributed by @otariidae (#14). ## [1.1.0] - 2018-11-13 -### Changed -- Update `github.com/cybozu-go/cmd` to `github.com/cybozu-go/well` (#7, #9). -- Replace TravisCI with CircleCI. +- **Changed** + - Update `github.com/cybozu-go/cmd` to `github.com/cybozu-go/well` (#7, #9). + - Replace TravisCI with CircleCI. ## [1.0.0] - 2016-09-01 -### Added -- transocks now adopts [github.com/cybozu-go/well][well] framework. +- **Added** + - transocks now adopts [github.com/cybozu-go/well][well] 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. +- **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. [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 [1.1.0]: https://github.com/cybozu-go/transocks/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/cybozu-go/transocks/compare/v0.1...v1.0.0