[PR #1359] [MERGED] [2.3.x] Prepare for v2.3.4 #1794

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

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/1359
Author: @p12tic
Created: 11/1/2021
Status: Merged
Merged: 11/1/2021
Merged by: @p12tic

Base: 2.3.xHead: 2.3-release


📝 Commits (4)

  • 5417a4e Document the releasing procedure
  • 342bb62 azure-pipelines: Use a different artifact name for each macOS image
  • 8883cfa Setup release notes build using towncrier tool
  • ad1a2c0 Release notes for v2.3.4

📊 Changes

10 files changed (+181 additions, -19 deletions)

View changed files

RELEASING.md (+59 -0)
📝 azure-pipelines.yml (+1 -1)
doc/newsfragments/README.md (+13 -0)
doc/newsfragments/close-failed-handshake-connections.bugfix (+0 -6)
doc/newsfragments/enforce-maximum-message-length.bugfix (+0 -6)
doc/newsfragments/fix-crash-on-ssl-hello.bugfix (+0 -4)
doc/newsfragments/ssl-corrupted-data.bugfix (+0 -2)
doc/release_notes/index.md (+32 -0)
doc/release_notes/index.template.jinja (+37 -0)
towncrier.toml (+39 -0)

📄 Description

This PR contains the following release management chores:

  • a document specifying the release procedure has been created
  • automatic release notes build is setup
  • release notes for v2.3.4 have been written

🔄 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/debauchee/barrier/pull/1359 **Author:** [@p12tic](https://github.com/p12tic) **Created:** 11/1/2021 **Status:** ✅ Merged **Merged:** 11/1/2021 **Merged by:** [@p12tic](https://github.com/p12tic) **Base:** `2.3.x` ← **Head:** `2.3-release` --- ### 📝 Commits (4) - [`5417a4e`](https://github.com/debauchee/barrier/commit/5417a4ece921a23276443dfa5904e238b278d56d) Document the releasing procedure - [`342bb62`](https://github.com/debauchee/barrier/commit/342bb6295f8d1322bc5b14ce9e6e41c786728535) azure-pipelines: Use a different artifact name for each macOS image - [`8883cfa`](https://github.com/debauchee/barrier/commit/8883cfae0f3e48d1b433015f3d7d8834b52d9d4c) Setup release notes build using towncrier tool - [`ad1a2c0`](https://github.com/debauchee/barrier/commit/ad1a2c0bd66f7ce5108598c5921185b48010abd6) Release notes for v2.3.4 ### 📊 Changes **10 files changed** (+181 additions, -19 deletions) <details> <summary>View changed files</summary> ➕ `RELEASING.md` (+59 -0) 📝 `azure-pipelines.yml` (+1 -1) ➕ `doc/newsfragments/README.md` (+13 -0) ➖ `doc/newsfragments/close-failed-handshake-connections.bugfix` (+0 -6) ➖ `doc/newsfragments/enforce-maximum-message-length.bugfix` (+0 -6) ➖ `doc/newsfragments/fix-crash-on-ssl-hello.bugfix` (+0 -4) ➖ `doc/newsfragments/ssl-corrupted-data.bugfix` (+0 -2) ➕ `doc/release_notes/index.md` (+32 -0) ➕ `doc/release_notes/index.template.jinja` (+37 -0) ➕ `towncrier.toml` (+39 -0) </details> ### 📄 Description This PR contains the following release management chores: - a document specifying the release procedure has been created - automatic release notes build is setup - release notes for v2.3.4 have been written --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 08:02:05 -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/barrier#1794
No description provided.