[PR #403] [MERGED] bump version to v0.13.0 #4194

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/403
Author: @fatedier
Created: 7/16/2017
Status: Merged
Merged: 7/16/2017
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

  • bcaf51a Fix dockerfile
  • 8f071dd Merge pull request #375 from fangqiuming/fangqiuming-patch-1
  • 9f73655 fix backquote
  • 9c175d4 Merge pull request #380 from IanSmith123/fixbug
  • 171bc8d new proxy type: stcp(secret tcp)
  • 07fe05a update version to v0.13.0
  • b811a62 vhost: fix 404 page
  • aede4e5 close all proxies if protocol = kcp
  • b55a24a update mutex used in frpc control
  • 4cc1663 vhost: add real ip in first request of one connection

📊 Changes

44 files changed (+2958 additions, -270 deletions)

View changed files

📝 Dockerfile (+2 -2)
📝 Godeps/Godeps.json (+8 -0)
📝 README.md (+82 -26)
📝 README_zh.md (+95 -29)
client/admin.go (+60 -0)
client/admin_api.go (+78 -0)
📝 client/control.go (+224 -49)
📝 client/proxy.go (+34 -1)
📝 client/service.go (+18 -3)
client/vistor.go (+145 -0)
📝 cmd/frpc/main.go (+68 -3)
📝 conf/frpc_full.ini (+31 -0)
📝 conf/frps_full.ini (+4 -1)
📝 models/config/client_common.go (+34 -2)
📝 models/config/proxy.go (+225 -8)
📝 models/config/server_common.go (+13 -4)
📝 models/consts/consts.go (+1 -0)
📝 models/msg/msg.go (+31 -11)
models/plugin/socks5.go (+65 -0)
📝 server/control.go (+1 -0)

...and 24 more files

📄 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/403 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 7/16/2017 **Status:** ✅ Merged **Merged:** 7/16/2017 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`bcaf51a`](https://github.com/fatedier/frp/commit/bcaf51a6ad8e21d0fd7b44ba356b8681bfbfbc77) Fix dockerfile - [`8f071dd`](https://github.com/fatedier/frp/commit/8f071dd2c242ed75021fcd05c990b588536a35c3) Merge pull request #375 from fangqiuming/fangqiuming-patch-1 - [`9f73655`](https://github.com/fatedier/frp/commit/9f736558e26feac6d5c6bac1dc4b2eac8d94627f) fix backquote - [`9c175d4`](https://github.com/fatedier/frp/commit/9c175d4eb558b9c72da1b6d20dc9ea8367befbdf) Merge pull request #380 from IanSmith123/fixbug - [`171bc8d`](https://github.com/fatedier/frp/commit/171bc8dd223da4b28db7a3d237c148f4c4d8c69e) new proxy type: stcp(secret tcp) - [`07fe05a`](https://github.com/fatedier/frp/commit/07fe05a9d5e8937db98232b93eb1207207e6d8ec) update version to v0.13.0 - [`b811a62`](https://github.com/fatedier/frp/commit/b811a620c35eb98464fa3b45120c87eb8ae4b902) vhost: fix 404 page - [`aede4e5`](https://github.com/fatedier/frp/commit/aede4e54f8911a0496049dc3de1edc8f7dbebdde) close all proxies if protocol = kcp - [`b55a24a`](https://github.com/fatedier/frp/commit/b55a24a27e07fcb22c9d8c963cf6b4f84f5d8823) update mutex used in frpc control - [`4cc1663`](https://github.com/fatedier/frp/commit/4cc1663a5f9ce5c6f1db764a3799526221b92f09) vhost: add real ip in first request of one connection ### 📊 Changes **44 files changed** (+2958 additions, -270 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+2 -2) 📝 `Godeps/Godeps.json` (+8 -0) 📝 `README.md` (+82 -26) 📝 `README_zh.md` (+95 -29) ➕ `client/admin.go` (+60 -0) ➕ `client/admin_api.go` (+78 -0) 📝 `client/control.go` (+224 -49) 📝 `client/proxy.go` (+34 -1) 📝 `client/service.go` (+18 -3) ➕ `client/vistor.go` (+145 -0) 📝 `cmd/frpc/main.go` (+68 -3) 📝 `conf/frpc_full.ini` (+31 -0) 📝 `conf/frps_full.ini` (+4 -1) 📝 `models/config/client_common.go` (+34 -2) 📝 `models/config/proxy.go` (+225 -8) 📝 `models/config/server_common.go` (+13 -4) 📝 `models/consts/consts.go` (+1 -0) 📝 `models/msg/msg.go` (+31 -11) ➕ `models/plugin/socks5.go` (+65 -0) 📝 `server/control.go` (+1 -0) _...and 24 more files_ </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:37:28 -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#4194
No description provided.