From eb22dc83322d59b460b6510a216a2ab935591e1c Mon Sep 17 00:00:00 2001
From: Neil Wilson
Date: Thu, 30 Nov 2023 09:14:23 -0600
Subject: [PATCH] Add a release note about dropping Java 7 support
Added a release note message indicating that the 6.0.11 release is
the last one that will support Java 7. Starting with the following
release, we will only support Java 8 or later.
---
docs/release-notes.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/release-notes.html b/docs/release-notes.html
index b57bd690a..b6ada73ac 100644
--- a/docs/release-notes.html
+++ b/docs/release-notes.html
@@ -13,6 +13,12 @@ Version 6.0.11
+ -
+ Note that this is the last release that will support Java 7. The next release
+ (expected to have a version number of 7.0.0) will only support Java 8 and later.
+
+
+
-
Updated the Filter methods for creating substring filters to better support empty
components. In LDAP filters, filters are transmitted using a binary encoding,