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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git


The following commit(s) were added to refs/heads/master by this push:
     new 8700a1ac Fix put time in JCSCache.put(K, V) #276.
8700a1ac is described below

commit 8700a1ac58e120f7130e898f02916f373ae36e1e
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 18 10:10:51 2024 -0400

    Fix put time in JCSCache.put(K, V) #276.
---
 src/changes/changes.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 80636f8a..45d28ef7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,6 +22,10 @@
        </properties>
        <body>
         <release version="4.0.0" date="YYYY-MM-DD">
+            <!-- FIX -->
+            <action type="fix" dev="ggregory" due-to="ammannmi">
+               Fix put time in JCSCache.put(K, V) #276.
+            </action>
             <!-- ADD -->
             <action type="add" dev="ggregory" due-to="Gary Gregory">
                Add Maven property project.build.outputTimestamp for build 
reproducibility.

Reply via email to