[PR #766] [MERGED] bump version to 0.19.0 #4253

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/766
Author: @fatedier
Created: 5/14/2018
Status: Merged
Merged: 5/14/2018
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

  • a60be8f update Makefile
  • 60ecd1d cmd: change http_user and http_pwd default value to empty
  • 30af327 frpc: support connectiong frps by socks5 proxy
  • cd37d22 vendor: udpate golang.org/x/net
  • bebd1db Merge pull request #740 from fatedier/socks5
  • c5c89a2 doc: update
  • b0959b3 bump version to v0.19.0
  • f45283d disable yamux default log
  • e087301 Update frps_full.ini
  • 5db605c frps: vhost_http_port and vhost_https_port can be same with frps bind

📊 Changes

1285 files changed (+14796 additions, -309078 deletions)

View changed files

Gopkg.lock (+173 -0)
Gopkg.toml (+70 -0)
📝 Makefile (+0 -1)
📝 Makefile.cross-compiles (+0 -1)
📝 README.md (+7 -21)
📝 README_zh.md (+9 -23)
📝 assets/static/index.html (+1 -1)
📝 assets/static/index.js (+2 -2)
📝 assets/static/manifest.js (+1 -1)
📝 assets/static/vendor.js (+4 -4)
📝 assets/statik/statik.go (+3 -1)
📝 client/control.go (+11 -5)
📝 client/proxy.go (+4 -3)
📝 client/proxy_manager.go (+2 -1)
📝 client/visitor.go (+3 -2)
📝 cmd/frpc/main.go (+4 -0)
📝 cmd/frpc/sub/http.go (+2 -2)
📝 cmd/frps/main.go (+6 -0)
📝 conf/frpc_full.ini (+4 -3)
📝 conf/frps_full.ini (+2 -1)

...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/766 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/14/2018 **Status:** ✅ Merged **Merged:** 5/14/2018 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`a60be8f`](https://github.com/fatedier/frp/commit/a60be8f562064ddf7817d2dd88ff8c868f8809e5) update Makefile - [`60ecd1d`](https://github.com/fatedier/frp/commit/60ecd1d58c8356d8b3ca8cd90d03e25805917c01) cmd: change http_user and http_pwd default value to empty - [`30af327`](https://github.com/fatedier/frp/commit/30af32728ab75b1f47c455aaa8e0e49fe078791a) frpc: support connectiong frps by socks5 proxy - [`cd37d22`](https://github.com/fatedier/frp/commit/cd37d22f3b58e2697ddf5a9af883011ef8099b37) vendor: udpate golang.org/x/net - [`bebd1db`](https://github.com/fatedier/frp/commit/bebd1db22a4a8707d9ac1e06828ba2f8dc9abe82) Merge pull request #740 from fatedier/socks5 - [`c5c89a2`](https://github.com/fatedier/frp/commit/c5c89a251971186cbae60555be11b226277463ad) doc: update - [`b0959b3`](https://github.com/fatedier/frp/commit/b0959b3caa127852f1fa5bd27f9ea71d479a3db7) bump version to v0.19.0 - [`f45283d`](https://github.com/fatedier/frp/commit/f45283dbdb856d5dc216905d740d39f269c00402) disable yamux default log - [`e087301`](https://github.com/fatedier/frp/commit/e08730142595bfbdd449ba88759c759145467e3e) Update frps_full.ini - [`5db605c`](https://github.com/fatedier/frp/commit/5db605ca025a8480b91922db9bc7c44ee58dce44) frps: vhost_http_port and vhost_https_port can be same with frps bind ### 📊 Changes **1285 files changed** (+14796 additions, -309078 deletions) <details> <summary>View changed files</summary> ➕ `Gopkg.lock` (+173 -0) ➕ `Gopkg.toml` (+70 -0) 📝 `Makefile` (+0 -1) 📝 `Makefile.cross-compiles` (+0 -1) 📝 `README.md` (+7 -21) 📝 `README_zh.md` (+9 -23) 📝 `assets/static/index.html` (+1 -1) 📝 `assets/static/index.js` (+2 -2) 📝 `assets/static/manifest.js` (+1 -1) 📝 `assets/static/vendor.js` (+4 -4) 📝 `assets/statik/statik.go` (+3 -1) 📝 `client/control.go` (+11 -5) 📝 `client/proxy.go` (+4 -3) 📝 `client/proxy_manager.go` (+2 -1) 📝 `client/visitor.go` (+3 -2) 📝 `cmd/frpc/main.go` (+4 -0) 📝 `cmd/frpc/sub/http.go` (+2 -2) 📝 `cmd/frps/main.go` (+6 -0) 📝 `conf/frpc_full.ini` (+4 -3) 📝 `conf/frps_full.ini` (+2 -1) _...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:38:31 -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#4253
No description provided.