From 1525fd39e60905021aec3eb74bbce11033af45ca Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Tue, 6 Feb 2024 07:42:37 +0100 Subject: [PATCH] Prepare changelog for release --- CHANGES.md | 6 ++---- docs/changes/2.12.1.md | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 docs/changes/2.12.1.md diff --git a/CHANGES.md b/CHANGES.md index 017a40135..4721dcc23 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,14 +26,12 @@ # [Version 2.11.0 to 2.12.0](./docs/changes/2.12.0.md) +# [Version 2.12.0 to 2.12.1](./docs/changes/2.12.1.md) + # Planned for next version ## Bug Fixes -* [GH-458](https://github.com/apache/mina-sshd/issues/458) Singleton thread pool for kex message handler flushing - -* [SSHD-1338](https://issues.apache.org/jira/browse/SSHD-1338) Restore binary compatibility with 2.9.2 - ## New Features ## Behavioral changes and enhancements diff --git a/docs/changes/2.12.1.md b/docs/changes/2.12.1.md new file mode 100644 index 000000000..18c9e0477 --- /dev/null +++ b/docs/changes/2.12.1.md @@ -0,0 +1,15 @@ +# Introduced in 2.12.1 + +## Bug Fixes + +* [GH-458](https://github.com/apache/mina-sshd/issues/458) Singleton thread pool for kex message handler flushing +* [SSHD-1338](https://issues.apache.org/jira/browse/SSHD-1338) Restore binary compatibility with 2.9.2 + +## New Features + +## Behavioral changes and enhancements + +## Potential compatibility issues + +## Major Code Re-factoring +