Skip to content

Commit

Permalink
release v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Nov 11, 2021
1 parent dbb1dad commit 54e834a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 16 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadowsocks-rust"
version = "1.12.1-alpha.1"
version = "1.12.1"
authors = ["Shadowsocks Contributors"]
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
repository = "https://github.com/shadowsocks/shadowsocks-rust"
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
shadowsocks-rust (1.12.1) unstable; urgency=medium

## Features

- #669 ACL regular expression rules will try to convert to `||` (sub-domains) and `|` (exact match) rules.

## Bug Fixes

- #674 MIPS targets in pre-built releases binaries will be compressed by `upx`
- #670 Servers created by command line options in `ssserver` will have mode `tcp_only`

shadowsocks-rust (1.12.0) unstable; urgency=medium

## Features
Expand Down

0 comments on commit 54e834a

Please sign in to comment.