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

[03/25] logging-log4cxx git commit: Revert "No 0.11.1 yet."

Revert "No 0.11.1 yet."

This reverts commit 0c6a833234141892e6cdb9dbfd36fb325570a5f8.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/cef8058d
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/cef8058d
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/cef8058d

Branch: refs/heads/next_stable
Commit: cef8058dd81be050f664a3fe7248f1ba18b19438
Parents: 0c6a833
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 16:44:21 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 16:44:21 2017 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/cef8058d/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 934185f..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,9 +23,9 @@
 	</properties>
 
 	<body>
-
-
-
+		<release	version="0.11.0"
+					date="2017-08-17"
+					description="Maintenance release">
 			<action issue="LOGCXX-488" type="fix">Space after log level hides messages</action>
 			<action issue="LOGCXX-484" type="fix">Spelling error s/excute/execute</action>
 			<action issue="LOGCXX-482" type="fix">Build failure with GCC-6</action>
@@ -102,10 +102,10 @@
 			<action type="update">Behavior of StringHelper::startsWith and endsWith synced</action>
 			<action type="update">Documented C (class) and M (method) log format keywords.</action>
 			<action type="add">Locationinfo for Borland C++ Builder and successors improved</action>
-
+		</release>
 
 		<release	version="0.10.0"
-					date="XXXX-XX-XX"
+					date="2008-04-03"
 					description="First Apache release">
 			<action issue="LOGCXX-259" type="fix">Several appenders fail to compile in Visual Studio 2008</action>
 			<action issue="LOGCXX-258" type="fix">unable to build from make dist package due to missing doxygen file</action>