[PR #1157] [MERGED] bump version to v0.25.2 #4336

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1157
Author: @fatedier
Created: 3/25/2019
Status: Merged
Merged: 3/25/2019
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (7)

📊 Changes

128 files changed (+14546 additions, -2467 deletions)

View changed files

📝 client/health/health.go (+4 -0)
conf/systemd/frpc.service (+14 -0)
conf/systemd/frpc@.service (+14 -0)
conf/systemd/frps.service (+13 -0)
conf/systemd/frps@.service (+13 -0)
📝 go.mod (+3 -2)
📝 go.sum (+6 -2)
📝 utils/version/version.go (+1 -1)
📝 vendor/github.com/fatedier/kcp-go/.travis.yml (+3 -1)
📝 vendor/github.com/fatedier/kcp-go/README.md (+55 -43)
📝 vendor/github.com/fatedier/kcp-go/crypt.go (+549 -52)
vendor/github.com/fatedier/kcp-go/entropy.go (+52 -0)
📝 vendor/github.com/fatedier/kcp-go/fec.go (+49 -41)
📝 vendor/github.com/fatedier/kcp-go/kcp.go (+98 -84)
📝 vendor/github.com/fatedier/kcp-go/sess.go (+239 -229)
📝 vendor/github.com/fatedier/kcp-go/updater.go (+6 -7)
vendor/github.com/fatedier/kcp-go/xor.go (+0 -110)
📝 vendor/github.com/klauspost/cpuid/.gitignore (+0 -16)
vendor/github.com/klauspost/cpuid/.travis.yml (+23 -0)
vendor/github.com/klauspost/cpuid/CONTRIBUTING.txt (+35 -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/1157 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 3/25/2019 **Status:** ✅ Merged **Merged:** 3/25/2019 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (7) - [`fdcdccb`](https://github.com/fatedier/frp/commit/fdcdccb0c20386162935f803a0e7b70ddfeb30f1) update kcp-go package - [`c7df390`](https://github.com/fatedier/frp/commit/c7df39074cfa09fa2842a5b3db9ac1e00754263d) Merge pull request #1140 from fatedier/kcp - [`a4cfab6`](https://github.com/fatedier/frp/commit/a4cfab689a361900bfc84330911723e40a9f2a58) Add systemd unit - [`b2b5553`](https://github.com/fatedier/frp/commit/b2b55533b84369780ea08fe9d15466a129775012) Merge pull request #1147 from a-wing/dev - [`9ac8f2a`](https://github.com/fatedier/frp/commit/9ac8f2a047a5c4e4ec7e250efb34561eac0a8704) fix health check unclosed resp body, fix #1155 - [`8436326`](https://github.com/fatedier/frp/commit/84363266d2f7561df2542b253c1eba6b034dbd1a) Merge pull request #1156 from fatedier/new - [`f6d0046`](https://github.com/fatedier/frp/commit/f6d0046b5a6f53530f313f8dd266aef52107746e) bump version to v0.25.2 ### 📊 Changes **128 files changed** (+14546 additions, -2467 deletions) <details> <summary>View changed files</summary> 📝 `client/health/health.go` (+4 -0) ➕ `conf/systemd/frpc.service` (+14 -0) ➕ `conf/systemd/frpc@.service` (+14 -0) ➕ `conf/systemd/frps.service` (+13 -0) ➕ `conf/systemd/frps@.service` (+13 -0) 📝 `go.mod` (+3 -2) 📝 `go.sum` (+6 -2) 📝 `utils/version/version.go` (+1 -1) 📝 `vendor/github.com/fatedier/kcp-go/.travis.yml` (+3 -1) 📝 `vendor/github.com/fatedier/kcp-go/README.md` (+55 -43) 📝 `vendor/github.com/fatedier/kcp-go/crypt.go` (+549 -52) ➕ `vendor/github.com/fatedier/kcp-go/entropy.go` (+52 -0) 📝 `vendor/github.com/fatedier/kcp-go/fec.go` (+49 -41) 📝 `vendor/github.com/fatedier/kcp-go/kcp.go` (+98 -84) 📝 `vendor/github.com/fatedier/kcp-go/sess.go` (+239 -229) 📝 `vendor/github.com/fatedier/kcp-go/updater.go` (+6 -7) ➖ `vendor/github.com/fatedier/kcp-go/xor.go` (+0 -110) 📝 `vendor/github.com/klauspost/cpuid/.gitignore` (+0 -16) ➕ `vendor/github.com/klauspost/cpuid/.travis.yml` (+23 -0) ➕ `vendor/github.com/klauspost/cpuid/CONTRIBUTING.txt` (+35 -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:40:07 -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#4336
No description provided.