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 2020/02/09 20:20:22 UTC

[logging-log4cxx] 42/49: Remove cpptasks as a dependency

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

tschoening pushed a commit to branch ghpr_14_replace-ant-build-with-cmake
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit a261ca71c7f89db46c932500c209263df88d21d2
Author: Stephen Webb <sw...@gmail.com>
AuthorDate: Sun Feb 9 10:03:58 2020 +1100

    Remove cpptasks as a dependency
---
 pom.xml                 | 6 ------
 src/changes/changes.xml | 3 ++-
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 60ce98a..9f9d562 100644
--- a/pom.xml
+++ b/pom.xml
@@ -298,12 +298,6 @@
 						<artifactId>ant-contrib</artifactId>
 						<version>1.0b2</version>
 					</dependency>
-
-					<dependency>
-						<groupId>ant-contrib</groupId>
-						<artifactId>cpptasks</artifactId>
-						<version>1.0b5</version>
-					</dependency>
 				</dependencies>
 			</plugin>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7429846..52605a3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,13 +24,14 @@
 
 	<body>
 		<release	version="0.11.0"
-					date="2020-01-31"
+					date="2020-02-09"
 					description="Maintenance release.">
 			<action issue="LOGCXX-506" type="fix">CachedDateFormat reuses timestamps without updating milliseconds after formatting timestamp with ms == 654</action>
 			<action issue="LOGCXX-503" type="update">Checksums/Signatures don't match for log4cxx binaries</action>
 			<action issue="LOGCXX-502" type="update">appenderattachable.h function doc formatted "incorrectly"</action>
 			<action issue="LOGCXX-500" type="update">Logging in Timing-Critical Applications</action>
 			<action issue="LOGCXX-493" type="fix">Wrong usage of milli- vs. micro- and non- vs. milliseconds in some docs.</action>
+			<action issue="LOGCXX-494" type="fix">Provide a windows build environment for the project by replacing the ant build with a CMake build</action>
 			<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>