[PR #17] [MERGED] Release v0.3.0 #4105

Closed
opened 2026-05-05 14:35:46 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/17
Author: @fatedier
Created: 4/6/2016
Status: Merged
Merged: 4/6/2016
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

  • 5700101 doc: typo
  • 931c102 fix bug in Dockerfile
  • 6e57135 typo
  • 20afe25 modified: src/frp/models/client/client.go
  • 580e75f Merge pull request #8 from vashstorm/master
  • 49975c4 fix crypto
  • b6212af Merge pull request #11 from vashstorm/new
  • 45c21b2 utils/conn: add func joinMore
  • 52f99bb all: some optimization
  • 80fc76d all: now messages between frps and frpc can be encryped when use_encryption set true

📊 Changes

20 files changed (+526 additions, -295 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 Dockerfile (+2 -2)
📝 README.md (+13 -4)
README_zh.md (+40 -0)
📝 conf/frpc.ini (+4 -1)
📝 conf/frps.ini (+2 -2)
📝 doc/quick_start_en.md (+5 -2)
📝 doc/quick_start_zh.md (+5 -2)
📝 src/frp/cmd/frpc/control.go (+86 -69)
📝 src/frp/cmd/frps/control.go (+144 -112)
📝 src/frp/models/client/client.go (+21 -9)
📝 src/frp/models/client/config.go (+20 -4)
📝 src/frp/models/consts/consts.go (+8 -13)
📝 src/frp/models/msg/msg.go (+11 -10)
📝 src/frp/models/server/config.go (+2 -2)
📝 src/frp/models/server/server.go (+27 -19)
📝 src/frp/utils/conn/conn.go (+93 -1)
📝 src/frp/utils/pcrypto/pcrypto.go (+36 -22)
📝 src/frp/utils/pcrypto/pcrypto_test.go (+5 -19)
📝 src/frp/utils/version/version.go (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/17 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 4/6/2016 **Status:** ✅ Merged **Merged:** 4/6/2016 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`5700101`](https://github.com/fatedier/frp/commit/5700101c0e9093e1bba5477f6b7d12c08c43eeab) doc: typo - [`931c102`](https://github.com/fatedier/frp/commit/931c102668150aa7990bd2a3d9bcdeb26d4f1b7a) fix bug in Dockerfile - [`6e57135`](https://github.com/fatedier/frp/commit/6e5713553389c469f9a6b9c2db1cdc46875d5141) typo - [`20afe25`](https://github.com/fatedier/frp/commit/20afe25ef12713fbedef5c904a885f75f8235fcc) modified: src/frp/models/client/client.go - [`580e75f`](https://github.com/fatedier/frp/commit/580e75f6333cb1fddee45e2e5ded8c602e8c7370) Merge pull request #8 from vashstorm/master - [`49975c4`](https://github.com/fatedier/frp/commit/49975c4c1b5651a9e49e088d8e854184b46e27a9) fix crypto - [`b6212af`](https://github.com/fatedier/frp/commit/b6212afb03f6e728b7f107ba39e392cc18059c20) Merge pull request #11 from vashstorm/new - [`45c21b2`](https://github.com/fatedier/frp/commit/45c21b2705d51502aa5d26404d0b7982752dae95) utils/conn: add func joinMore - [`52f99bb`](https://github.com/fatedier/frp/commit/52f99bbc00e525af33771114662f726b933b777d) all: some optimization - [`80fc76d`](https://github.com/fatedier/frp/commit/80fc76da52a422b3620f5cceec29bfd6b88bb226) all: now messages between frps and frpc can be encryped when use_encryption set true ### 📊 Changes **20 files changed** (+526 additions, -295 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `Dockerfile` (+2 -2) 📝 `README.md` (+13 -4) ➕ `README_zh.md` (+40 -0) 📝 `conf/frpc.ini` (+4 -1) 📝 `conf/frps.ini` (+2 -2) 📝 `doc/quick_start_en.md` (+5 -2) 📝 `doc/quick_start_zh.md` (+5 -2) 📝 `src/frp/cmd/frpc/control.go` (+86 -69) 📝 `src/frp/cmd/frps/control.go` (+144 -112) 📝 `src/frp/models/client/client.go` (+21 -9) 📝 `src/frp/models/client/config.go` (+20 -4) 📝 `src/frp/models/consts/consts.go` (+8 -13) 📝 `src/frp/models/msg/msg.go` (+11 -10) 📝 `src/frp/models/server/config.go` (+2 -2) 📝 `src/frp/models/server/server.go` (+27 -19) 📝 `src/frp/utils/conn/conn.go` (+93 -1) 📝 `src/frp/utils/pcrypto/pcrypto.go` (+36 -22) 📝 `src/frp/utils/pcrypto/pcrypto_test.go` (+5 -19) 📝 `src/frp/utils/version/version.go` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:35:46 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4105
No description provided.