[PR #89] [MERGED] release v0.8.1 #4138

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/89
Author: @fatedier
Created: 8/23/2016
Status: Merged
Merged: 8/23/2016
Merged by: @fatedier

Base: masterHead: release0.8


📝 Commits (3)

  • 2b1c39e cmd/frps: a bug of status display in dashboard, fix #80
  • c8e5096 utils/pcrypto: fix the bug of using aes
  • 94c7f57 dep: fix a log file deleted bug caused by beego.logs

📊 Changes

13 files changed (+1004 additions, -131 deletions)

View changed files

📝 Godeps/Godeps.json (+2 -2)
📝 src/cmd/frps/control.go (+6 -0)
📝 src/utils/pcrypto/pcrypto.go (+47 -15)
📝 src/utils/pcrypto/pcrypto_test.go (+16 -1)
vendor/github.com/astaxie/beego/logs/color.go (+28 -0)
vendor/github.com/astaxie/beego/logs/color_windows.go (+428 -0)
📝 vendor/github.com/astaxie/beego/logs/conn.go (+1 -1)
📝 vendor/github.com/astaxie/beego/logs/console.go (+1 -1)
📝 vendor/github.com/astaxie/beego/logs/file.go (+69 -25)
📝 vendor/github.com/astaxie/beego/logs/log.go (+267 -56)
📝 vendor/github.com/astaxie/beego/logs/logger.go (+137 -28)
📝 vendor/github.com/astaxie/beego/logs/multifile.go (+1 -1)
📝 vendor/github.com/astaxie/beego/logs/smtp.go (+1 -1)

📄 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/89 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 8/23/2016 **Status:** ✅ Merged **Merged:** 8/23/2016 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `release0.8` --- ### 📝 Commits (3) - [`2b1c39e`](https://github.com/fatedier/frp/commit/2b1c39e03ddcd4ceb0dd5a815febb1f6f9d69593) cmd/frps: a bug of status display in dashboard, fix #80 - [`c8e5096`](https://github.com/fatedier/frp/commit/c8e5096f48e0afb682462173ec5aefab3de0d43a) utils/pcrypto: fix the bug of using aes - [`94c7f57`](https://github.com/fatedier/frp/commit/94c7f57949ed694888df525ffe93e34a4464dde7) dep: fix a log file deleted bug caused by beego.logs ### 📊 Changes **13 files changed** (+1004 additions, -131 deletions) <details> <summary>View changed files</summary> 📝 `Godeps/Godeps.json` (+2 -2) 📝 `src/cmd/frps/control.go` (+6 -0) 📝 `src/utils/pcrypto/pcrypto.go` (+47 -15) 📝 `src/utils/pcrypto/pcrypto_test.go` (+16 -1) ➕ `vendor/github.com/astaxie/beego/logs/color.go` (+28 -0) ➕ `vendor/github.com/astaxie/beego/logs/color_windows.go` (+428 -0) 📝 `vendor/github.com/astaxie/beego/logs/conn.go` (+1 -1) 📝 `vendor/github.com/astaxie/beego/logs/console.go` (+1 -1) 📝 `vendor/github.com/astaxie/beego/logs/file.go` (+69 -25) 📝 `vendor/github.com/astaxie/beego/logs/log.go` (+267 -56) 📝 `vendor/github.com/astaxie/beego/logs/logger.go` (+137 -28) 📝 `vendor/github.com/astaxie/beego/logs/multifile.go` (+1 -1) 📝 `vendor/github.com/astaxie/beego/logs/smtp.go` (+1 -1) </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:20 -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#4138
No description provided.