You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2020/08/09 15:41:17 UTC

[logging-log4cxx] 01/02: Set release date to today.

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

rmiddleton pushed a commit to annotated tag v0.11.0-RC2
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit 7b7e79fe988e3fac3939df885ba1e733fe902d55
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Sun Aug 9 11:37:27 2020 -0400

    Set release date to today.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fb2f76f..4cb4b03 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 
 	<body>
 		<release	version="0.11.0"
-					date="XXXX-XX-XX"
+					date="2020-08-09"
 					description="Maintenance release.">
 			<action issue="LOGCXX-512" type="fix">cmake and autotools generate different versioned binaries</action>
 			<action issue="LOGCXX-506" type="fix">CachedDateFormat reuses timestamps without updating milliseconds after formatting timestamp with ms == 654</action>