[PR #188] [MERGED] bump version to 0.9.0 #4152

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/188
Author: @fatedier
Created: 12/21/2016
Status: Merged
Merged: 12/21/2016
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

  • 4dadaac Add basic auth to dashboard
  • 47c1a3e Merge pull request #74 from se77en/master
  • e262ac6 frpc: add support for connecting server through http proxies, see #67
  • 09624b5 Merge pull request #76 from fatedier/fatedier/support_http_proxy
  • a655f56 utils/version: change version to 0.9.0
  • 3fcf7ef Initial Docker support
  • 87c9b8f Merge pull request #78 from moul/add-docker
  • 6f40b1a build: use golang 1.7
  • ab9eff9 doc: update contributing
  • e1e18ba dockerfile: update

📊 Changes

56 files changed (+5926 additions, -190 deletions)

View changed files

.dockerignore (+5 -0)
📝 .travis.yml (+2 -2)
Dockerfile (+17 -0)
Dockerfile_alpine (+12 -0)
📝 Godeps/Godeps.json (+18 -3)
📝 Makefile.cross-compiles (+7 -1)
📝 README.md (+135 -16)
📝 README_zh.md (+150 -20)
📝 conf/frpc.ini (+21 -0)
conf/frpc_min.ini (+10 -0)
📝 conf/frps.ini (+26 -0)
conf/frps_min.ini (+14 -0)
📝 package.sh (+1 -1)
📝 src/cmd/frpc/control.go (+17 -3)
📝 src/cmd/frps/control.go (+47 -10)
📝 src/cmd/frps/main.go (+15 -3)
📝 src/models/client/client.go (+76 -20)
📝 src/models/client/config.go (+45 -14)
src/models/client/process_udp.go (+153 -0)
📝 src/models/config/config.go (+3 -0)

...and 36 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/188 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 12/21/2016 **Status:** ✅ Merged **Merged:** 12/21/2016 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`4dadaac`](https://github.com/fatedier/frp/commit/4dadaac905420bbf7329e1835123a64d3133deef) Add basic auth to dashboard - [`47c1a3e`](https://github.com/fatedier/frp/commit/47c1a3e52cda1cc09da18dbf70951afc8fd765ea) Merge pull request #74 from se77en/master - [`e262ac6`](https://github.com/fatedier/frp/commit/e262ac6abd448c043963963b8925a07d661b080f) frpc: add support for connecting server through http proxies, see #67 - [`09624b5`](https://github.com/fatedier/frp/commit/09624b56ca9a1c9a4b50961a9b6ef990a745a7db) Merge pull request #76 from fatedier/fatedier/support_http_proxy - [`a655f56`](https://github.com/fatedier/frp/commit/a655f5699bc1005911cb1d889a6946b6e4206eac) utils/version: change version to 0.9.0 - [`3fcf7ef`](https://github.com/fatedier/frp/commit/3fcf7efc5afbaba8c049e60c32f729b139880638) Initial Docker support - [`87c9b8f`](https://github.com/fatedier/frp/commit/87c9b8f5487f060b52c9f4203e0f58192c5c4abb) Merge pull request #78 from moul/add-docker - [`6f40b1a`](https://github.com/fatedier/frp/commit/6f40b1a70a326dd89fedb84e3a66603c2370d36e) build: use golang 1.7 - [`ab9eff9`](https://github.com/fatedier/frp/commit/ab9eff97a8dcc12fc377a6d757a300aac72da64b) doc: update contributing - [`e1e18ba`](https://github.com/fatedier/frp/commit/e1e18ba9d6974b71d4b5af2cdde2e9e283543088) dockerfile: update ### 📊 Changes **56 files changed** (+5926 additions, -190 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+5 -0) 📝 `.travis.yml` (+2 -2) ➕ `Dockerfile` (+17 -0) ➕ `Dockerfile_alpine` (+12 -0) 📝 `Godeps/Godeps.json` (+18 -3) 📝 `Makefile.cross-compiles` (+7 -1) 📝 `README.md` (+135 -16) 📝 `README_zh.md` (+150 -20) 📝 `conf/frpc.ini` (+21 -0) ➕ `conf/frpc_min.ini` (+10 -0) 📝 `conf/frps.ini` (+26 -0) ➕ `conf/frps_min.ini` (+14 -0) 📝 `package.sh` (+1 -1) 📝 `src/cmd/frpc/control.go` (+17 -3) 📝 `src/cmd/frps/control.go` (+47 -10) 📝 `src/cmd/frps/main.go` (+15 -3) 📝 `src/models/client/client.go` (+76 -20) 📝 `src/models/client/config.go` (+45 -14) ➕ `src/models/client/process_udp.go` (+153 -0) 📝 `src/models/config/config.go` (+3 -0) _...and 36 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:36:38 -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#4152
No description provided.