Skip to content

Commit

Permalink
release v1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Apr 7, 2021
1 parent 1bc978e commit fff5600
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.10.2"
version = "1.10.3"
authors = ["Shadowsocks Contributors"]
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
repository = "https://github.com/shadowsocks/shadowsocks-rust"
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
shadowsocks-rust (1.10.2) unstable; urgency=medium

## BUG Fixed

- #472 Fixed `SO_INCOMING_CPU` when building on some Linux targets. rust-lang/socket2#213

shadowsocks-rust (1.10.2) unstable; urgency=medium

## BUG Fixed

- `mode` in basic configuration format doesn't work for local instance

shadowsocks-rust (1.10.1) unstable; urgency=medium

## BUG Fixed
Expand Down
4 changes: 2 additions & 2 deletions homebrew/shadowsocks-rust.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class ShadowsocksRust < Formula
desc "shadowsocks is a fast tunnel proxy that helps you bypass firewalls"
homepage "https://github.com/shadowsocks/shadowsocks-rust"
url "https://github.com/shadowsocks/shadowsocks-rust/archive/refs/tags/v1.10.2.tar.gz"
version "1.10.2"
url "https://github.com/shadowsocks/shadowsocks-rust/archive/refs/tags/v1.10.3.tar.gz"
version "1.10.3"
sha256 "00fb90b6f80d01c6b40f6cfeb49d70fbec9f659bfa268d6834e79fe1f670d55e"
license "MIT"

Expand Down

0 comments on commit fff5600

Please sign in to comment.