This is an automated email from the ASF dual-hosted git repository.

apurtell pushed a commit to annotated tag 2.5.10RC0
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 5786293f39ba7c2059b2654c3f195462eb55481a
Author: Andrew Purtell <apurt...@apache.org>
AuthorDate: Thu Jul 18 11:46:42 2024 -0700

    Preparing hbase release 2.5.10RC0; tagging and updates to CHANGES.md and 
RELEASENOTES.md
    
    Signed-off-by: Andrew Purtell <apurt...@apache.org>
---
 CHANGES.md      | 40 ++++++++++++++++++++++++++++++++++++++++
 RELEASENOTES.md | 13 +++++++++++++
 pom.xml         |  2 +-
 3 files changed, 54 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 83ed27e833a..69032a3eab0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -18,6 +18,46 @@
 -->
 # HBASE Changelog
 
+## Release 2.5.10 - 2024-07-26
+
+
+
+### IMPROVEMENTS:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [HBASE-28683](https://issues.apache.org/jira/browse/HBASE-28683) | Only 
allow one TableProcedureInterface for a single table to run at the same time 
for some special procedure types |  Critical | master, proc-v2 |
+| [HBASE-28717](https://issues.apache.org/jira/browse/HBASE-28717) | Support 
FuzzyRowFilter in REST interface |  Major | REST |
+| [HBASE-28718](https://issues.apache.org/jira/browse/HBASE-28718) | Should 
support different license name for 'Apache License, Version 2.0' |  Major | 
build, shading |
+| [HBASE-28685](https://issues.apache.org/jira/browse/HBASE-28685) | Support 
non-root context in REST RemoteHTable and RemodeAdmin |  Major | REST |
+
+
+### BUG FIXES:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [HBASE-28740](https://issues.apache.org/jira/browse/HBASE-28740) | Need to 
call parent class's serialization methods in CloseExcessRegionReplicasProcedure 
|  Blocker | proc-v2 |
+| [HBASE-28727](https://issues.apache.org/jira/browse/HBASE-28727) | 
SteppingSplitPolicy may not work when table enables region replication |  Minor 
| . |
+| [HBASE-28665](https://issues.apache.org/jira/browse/HBASE-28665) | WALs not 
marked closed when there are errors in closing WALs |  Minor | wal |
+| [HBASE-28364](https://issues.apache.org/jira/browse/HBASE-28364) | Warn: 
Cache key had block type null, but was found in L1 cache |  Major | . |
+| [HBASE-28714](https://issues.apache.org/jira/browse/HBASE-28714) | Hadoop 
check for hadoop 3.4.0 is failing |  Critical | dependencies, hadoop3 |
+
+
+### SUB-TASKS:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [HBASE-28737](https://issues.apache.org/jira/browse/HBASE-28737) | Add the 
slack channel related information in README.md |  Major | documentation |
+| [HBASE-28723](https://issues.apache.org/jira/browse/HBASE-28723) | [JDK17] 
TestSecureIPC fails under JDK17 |  Major | java, test |
+
+
+### OTHER:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [HBASE-28707](https://issues.apache.org/jira/browse/HBASE-28707) | Backport 
the code changes in HBASE-28675 to branch-2.x |  Major | . |
+
+
 ## Release 2.5.9 - Unreleased (as of 2024-07-05)
 
 
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 071f407b48c..7238adfb825 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -16,6 +16,19 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 -->
+# HBASE  2.5.10 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, 
important issues, features, and major improvements.
+
+
+---
+
+* [HBASE-28718](https://issues.apache.org/jira/browse/HBASE-28718) | *Major* | 
**Should support different license name for 'Apache License, Version 2.0'**
+
+Also accept "Apache-2.0" and "Apache Software License - Version 2.0" when 
aggregating license in resource bundle module.
+
+
+
 # HBASE  2.5.9 Release Notes
 
 These release notes cover new developer and user-facing incompatibilities, 
important issues, features, and major improvements.
diff --git a/pom.xml b/pom.xml
index ba1bedb14be..a58a0622c05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -521,7 +521,7 @@
     </site>
   </distributionManagement>
   <properties>
-    <revision>2.5.10-SNAPSHOT</revision>
+    <revision>2.5.10</revision>
     <!-- override on command line to have generated LICENSE files include
          diagnostic info for verifying notice requirements -->
     <license.debug.print.included>false</license.debug.print.included>

Reply via email to