[PR #549] [MERGED] bump version to v0.14.0 #4212

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/549
Author: @fatedier
Created: 12/4/2017
Status: Merged
Merged: 12/4/2017
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

  • 6320f15 typo for default config file name used for frpc
  • 36b58ab add Dockerfile_multiple_build
  • c48a897 Merge pull request #454 from GeorgeYuen/diamondyuan
  • 9ae69b4 travis: add 1.x to go versions
  • f83447c Merge pull request #461 from dvrkps/patch-1
  • df046bd doc: fix spelling error
  • bcbdfcb Merge pull request #473 from Hyduan/master
  • 3f1174a Update version.go
  • 4fc85a3 Merge pull request #486 from xiaox0321/patch-1
  • 0559865 support xtcp for making nat hole

📊 Changes

1150 files changed (+301556 additions, -463 deletions)

View changed files

📝 .travis.yml (+1 -0)
Dockerfile_multiple_build (+21 -0)
Godeps/Godeps.json (+0 -134)
📝 README.md (+54 -4)
📝 README_zh.md (+59 -3)
📝 client/admin_api.go (+2 -2)
📝 client/control.go (+49 -48)
📝 client/proxy.go (+110 -6)
📝 client/service.go (+2 -2)
client/visitor.go (+318 -0)
client/vistor.go (+0 -145)
📝 cmd/frpc/main.go (+3 -3)
📝 conf/frpc_full.ini (+26 -8)
📝 conf/frps_full.ini (+7 -1)
glide.lock (+75 -0)
glide.yaml (+73 -0)
📝 models/config/client_common.go (+2 -0)
📝 models/config/proxy.go (+98 -8)
📝 models/config/server_common.go (+19 -0)
📝 models/consts/consts.go (+1 -0)

...and 80 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/549 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 12/4/2017 **Status:** ✅ Merged **Merged:** 12/4/2017 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`6320f15`](https://github.com/fatedier/frp/commit/6320f15a7cf8aaf7208940c381024c6e4023f179) typo for default config file name used for frpc - [`36b58ab`](https://github.com/fatedier/frp/commit/36b58ab60cc693fec9f38574508e8ce6f63f21e6) add Dockerfile_multiple_build - [`c48a897`](https://github.com/fatedier/frp/commit/c48a89731a031285b51e4546f0da9438dcb79d5c) Merge pull request #454 from GeorgeYuen/diamondyuan - [`9ae69b4`](https://github.com/fatedier/frp/commit/9ae69b4aacefd81871b58e08a997c13ff8bf134e) travis: add 1.x to go versions - [`f83447c`](https://github.com/fatedier/frp/commit/f83447c6529da7c4d4ab9c67e88e0d1e1bf46862) Merge pull request #461 from dvrkps/patch-1 - [`df046bd`](https://github.com/fatedier/frp/commit/df046bdeeb5affecf3ba49a1c09fb32598352faa) doc: fix spelling error - [`bcbdfcb`](https://github.com/fatedier/frp/commit/bcbdfcb99b24fb6a9e232ef0a3e446554f25df91) Merge pull request #473 from Hyduan/master - [`3f1174a`](https://github.com/fatedier/frp/commit/3f1174a5199ebd5fda73f9b38eb574bb9122698c) Update version.go - [`4fc85a3`](https://github.com/fatedier/frp/commit/4fc85a36c2e4c9ba764f95b12a5d53b58752ef56) Merge pull request #486 from xiaox0321/patch-1 - [`0559865`](https://github.com/fatedier/frp/commit/0559865fe52b108b2ef1e2b62adf689208b88599) support xtcp for making nat hole ### 📊 Changes **1150 files changed** (+301556 additions, -463 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -0) ➕ `Dockerfile_multiple_build` (+21 -0) ➖ `Godeps/Godeps.json` (+0 -134) 📝 `README.md` (+54 -4) 📝 `README_zh.md` (+59 -3) 📝 `client/admin_api.go` (+2 -2) 📝 `client/control.go` (+49 -48) 📝 `client/proxy.go` (+110 -6) 📝 `client/service.go` (+2 -2) ➕ `client/visitor.go` (+318 -0) ➖ `client/vistor.go` (+0 -145) 📝 `cmd/frpc/main.go` (+3 -3) 📝 `conf/frpc_full.ini` (+26 -8) 📝 `conf/frps_full.ini` (+7 -1) ➕ `glide.lock` (+75 -0) ➕ `glide.yaml` (+73 -0) 📝 `models/config/client_common.go` (+2 -0) 📝 `models/config/proxy.go` (+98 -8) 📝 `models/config/server_common.go` (+19 -0) 📝 `models/consts/consts.go` (+1 -0) _...and 80 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: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#4212
No description provided.