This is an automated email from the ASF dual-hosted git repository. rgoers pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/flume.git
commit b17bea649ba95cb54184301142e6edd070bf3f82 Author: Ralph Goers <[email protected]> AuthorDate: Sat Jul 30 17:09:03 2022 -0700 Changes for release --- CHANGELOG | 7 +++++++ RELEASE-NOTES | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index af5302dc..1206ecdd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +Release Notes - Flume - Version 1.10.1 + +** Bug + * [FLUME-3428] - Need better parameter validation + +** Improvement + * [FLUME-3427] - Add support for JPMS Release Notes - Flume - Version 1.10.0 diff --git a/RELEASE-NOTES b/RELEASE-NOTES index abdbe16c..6380b4d2 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,4 +1,4 @@ -Apache Flume 1.10.0 +Apache Flume 1.10.1 CONTENTS 1. What is Apache Flume @@ -17,8 +17,8 @@ simple, extensible data model that allows for online analytic application. 2. Status of this release -Apache Flume 1.10.0 is the 12th release of Flume as an Apache top-level -project (TLP). Apache Flume 1.10.0 is production-ready software. +Apache Flume 1.10.1 is the next GA release of Flume as an Apache top-level +project (TLP). Apache Flume 1.10.1 is production-ready software. 3. Major changes in this Release For a detailed list of changes, please see the CHANGELOG file included
