From 65d50bad90d14f185018f6d81b0bb0a4801c3cfd Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Wed, 19 Oct 2005 22:00:29 +0000 Subject: [PATCH] Bugzilla 30962. cvschangelog problem with CVS version >= 1.12.x git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@326723 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 78540b001..77f9325e3 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -140,6 +140,9 @@ Fixed bugs: * closed System.out, disabling output on second and subsequent invocations. Bugzilla report 36302. +* was crashing with CVS versions >= 1.12.x due to change in + the date format. Bugzilla report 30962. + Other changes: -------------- * Fixed references to obsoleted CVS web site. Burzilla Report 36854.