[PR #322] [MERGED] bump version to 0.10.0 #4173

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/322
Author: @fatedier
Created: 5/18/2017
Status: Merged
Merged: 5/18/2017
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

  • 1325148 build: support 32 bit of mips, remove darwin 32
  • aafa96d Disable the "CGO" mode ,fix the "./frpc not found" problem,fix #262
  • e655f07 Merge branch 'dev' into master
  • b006540 Merge pull request #266 from fsyxhua/master
  • a22440a start refactoring
  • 88083d2 start refactoring
  • 6ee0b25 update
  • f00a285 github: add issue template
  • 307b74c build: add go1.8 and remove go1.5
  • f83a2a7 test: update

📊 Changes

193 files changed (+11817 additions, -5409 deletions)

View changed files

.github/ISSUE_TEMPLATE (+26 -0)
📝 .travis.yml (+2 -3)
📝 Dockerfile_alpine (+3 -3)
📝 Godeps/Godeps.json (+30 -7)
📝 Makefile (+24 -31)
📝 Makefile.cross-compiles (+24 -18)
📝 README.md (+42 -139)
📝 README_zh.md (+52 -150)
📝 assets/assets.go (+1 -1)
assets/static/b02bdc1b846fd65473922f5f62832108.ttf (+0 -0)
assets/static/favicon.ico (+0 -0)
assets/static/index.html (+1 -0)
assets/static/index.js (+25 -0)
assets/static/manifest.js (+1 -0)
assets/static/vendor.js (+6 -0)
assets/statik/statik.go (+10 -0)
client/control.go (+432 -0)
client/proxy.go (+266 -0)
client/service.go (+43 -0)
📝 cmd/frpc/main.go (+35 -24)

...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/322 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/18/2017 **Status:** ✅ Merged **Merged:** 5/18/2017 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`1325148`](https://github.com/fatedier/frp/commit/1325148cd3ce42ec77e64ef9fc1a011c0e5db147) build: support 32 bit of mips, remove darwin 32 - [`aafa96d`](https://github.com/fatedier/frp/commit/aafa96db587d8d586e00c2fad06bfdc0aed9802c) Disable the "CGO" mode ,fix the "./frpc not found" problem,fix #262 - [`e655f07`](https://github.com/fatedier/frp/commit/e655f0767472b59456182dacab9a7d080aa954f1) Merge branch 'dev' into master - [`b006540`](https://github.com/fatedier/frp/commit/b00654014130a12febc8931df5b362f383aec521) Merge pull request #266 from fsyxhua/master - [`a22440a`](https://github.com/fatedier/frp/commit/a22440aade49d9dfa355b8538631477826a70600) start refactoring - [`88083d2`](https://github.com/fatedier/frp/commit/88083d21e88b5a90875fc21963c7a189e5f8f0e9) start refactoring - [`6ee0b25`](https://github.com/fatedier/frp/commit/6ee0b2578223d9ae6daa9cd88472049926e13a8b) update - [`f00a285`](https://github.com/fatedier/frp/commit/f00a28598f64809d5e88ea8306174640387e4a89) github: add issue template - [`307b74c`](https://github.com/fatedier/frp/commit/307b74cc13ccf944a60c0955f22422293e577077) build: add go1.8 and remove go1.5 - [`f83a2a7`](https://github.com/fatedier/frp/commit/f83a2a73aba5e3badd82d5a60927cb0c1c6b82b4) test: update ### 📊 Changes **193 files changed** (+11817 additions, -5409 deletions) <details> <summary>View changed files</summary> ➕ `.github/ISSUE_TEMPLATE` (+26 -0) 📝 `.travis.yml` (+2 -3) 📝 `Dockerfile_alpine` (+3 -3) 📝 `Godeps/Godeps.json` (+30 -7) 📝 `Makefile` (+24 -31) 📝 `Makefile.cross-compiles` (+24 -18) 📝 `README.md` (+42 -139) 📝 `README_zh.md` (+52 -150) 📝 `assets/assets.go` (+1 -1) ➕ `assets/static/b02bdc1b846fd65473922f5f62832108.ttf` (+0 -0) ➕ `assets/static/favicon.ico` (+0 -0) ➕ `assets/static/index.html` (+1 -0) ➕ `assets/static/index.js` (+25 -0) ➕ `assets/static/manifest.js` (+1 -0) ➕ `assets/static/vendor.js` (+6 -0) ➕ `assets/statik/statik.go` (+10 -0) ➕ `client/control.go` (+432 -0) ➕ `client/proxy.go` (+266 -0) ➕ `client/service.go` (+43 -0) 📝 `cmd/frpc/main.go` (+35 -24) _...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:02 -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#4173
No description provided.