mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #1157] [MERGED] bump version to v0.25.2 #4336
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4336
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:dev📝 Commits (7)
fdcdccbupdate kcp-go packagec7df390Merge pull request #1140 from fatedier/kcpa4cfab6Add systemd unitb2b5553Merge pull request #1147 from a-wing/dev9ac8f2afix health check unclosed resp body, fix #11558436326Merge pull request #1156 from fatedier/newf6d0046bump version to v0.25.2📊 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.