跳到主要内容

Gitea 1.25.3 发布

· 阅读需 4 分钟
lunny
Technical Oversight Committee
本文由 AI 翻译,如有歧义请以 英文原文 为准。
1.25.3Release

我们很高兴地宣布 Gitea 1.25.3 正式发布!我们强烈建议所有用户升级到此版本,因为它包含重要的安全修复、大量错误修复以及整体稳定性的提升。

本次发行中,Gitea 已升级至 Go 1.25.5,该版本修复了 crypto/x509 中的两个安全漏洞:GO-2025-4175 和 GO-2025-4155。感谢 @silverwind 提供补丁。

本次发布包含 23 个已合并的合并请求,感谢社区贡献者的出色贡献。

如何安装或更新

Gitea 下载页面 下载我们的预编译二进制文件 — 请确保选择与您的平台兼容的版本。如需安装或升级的分步指南,请查看我们的 安装文档

特别感谢

我们还要感谢所有在 Open Collective 上给予我们资金支持的赞助者。


正在寻找无缝、省心的 Git 仓库管理方案? 了解 Gitea Cloud —— 一个全托管、可扩展的平台,旨在简化你的开发工作流。

以下 Changelog 保留英文原文,未作翻译,请与上游逐字核对。

Changelog

  • SECURITY
    • Bump toolchain to go1.25.5, misc fixes (#36082)
  • ENHANCEMENTS
  • BUGFIXES
    • Check user visibility when redirecting to a renamed user (#36148) (#36159)
    • Fix various bugs (#36139) (#36151)
    • Fix bug when viewing the commit diff page with non-ANSI files (#36149) (#36150)
    • Hide RSS icon when viewing a file not under a branch (#36135) (#36141)
    • Fix SVG size calulation, only use style attribute (#36133) (#36134)
    • Make Golang correctly delete temp files during uploading (#36128) (#36129)
    • Fix the bug when ssh clone with redirect user or repository (#36039) (#36090)
    • Use Golang net/smtp instead of gomail's smtp to send email (#36055) (#36083)
    • Fix edit user email bug in API (#36068) (#36081)
    • Fix bug when updating user email (#36058) (#36066)
    • Fix incorrect viewed files counter if file has changed (#36009) (#36047)
    • Fix container registry error handling (#36021) (#36037)
    • Fix webAuthn insecure error view (#36165) (#36179)
    • Fix some file icon ui (#36078) (#36088)
    • Fix Actions pull_request.paths being triggered incorrectly by rebase (#36045) (#36054)
    • Fix error handling in mailer and wiki services (#36041) (#36053)
    • Fix bugs when comparing and creating pull request (#36166) (#36144)

贡献者