This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push: new 1525fd39e Prepare changelog for release 1525fd39e is described below commit 1525fd39e60905021aec3eb74bbce11033af45ca Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Tue Feb 6 07:42:37 2024 +0100 Prepare changelog for release --- CHANGES.md | 6 ++---- docs/changes/2.12.1.md | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 4 deletions(-) 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 +