Remove cpptasks as a dependency
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>