Return-Path: X-Original-To: apmail-velocity-commits-archive@minotaur.apache.org Delivered-To: apmail-velocity-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 05FDB6104 for ; Thu, 21 Jul 2011 17:56:53 +0000 (UTC) Received: (qmail 51146 invoked by uid 500); 21 Jul 2011 17:56:52 -0000 Delivered-To: apmail-velocity-commits-archive@velocity.apache.org Received: (qmail 51115 invoked by uid 500); 21 Jul 2011 17:56:52 -0000 Mailing-List: contact commits-help@velocity.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@velocity.apache.org Delivered-To: mailing list commits@velocity.apache.org Received: (qmail 51108 invoked by uid 99); 21 Jul 2011 17:56:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2011 17:56:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2011 17:56:50 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2A7CD2388A2C for ; Thu, 21 Jul 2011 17:56:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1149282 - /velocity/tools/branches/2.0.x/xdocs/changes.xml Date: Thu, 21 Jul 2011 17:56:28 -0000 To: commits@velocity.apache.org From: schultz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110721175629.2A7CD2388A2C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: schultz Date: Thu Jul 21 17:56:28 2011 New Revision: 1149282 URL: http://svn.apache.org/viewvc?rev=1149282&view=rev Log: Updated changelog. Modified: velocity/tools/branches/2.0.x/xdocs/changes.xml Modified: velocity/tools/branches/2.0.x/xdocs/changes.xml URL: http://svn.apache.org/viewvc/velocity/tools/branches/2.0.x/xdocs/changes.xml?rev=1149282&r1=1149281&r2=1149282&view=diff ============================================================================== --- velocity/tools/branches/2.0.x/xdocs/changes.xml (original) +++ velocity/tools/branches/2.0.x/xdocs/changes.xml Thu Jul 21 17:56:28 2011 @@ -36,6 +36,7 @@
  • fixed VELTOOLS-128 fix sync problems (ndb)
  • correct handling and better reporting of commited responses in error() (cb)
  • Added a custom number formats cache in ConversionUtils (cb)
  • +
  • fixed VELTOOLS-144 added localization of DateFormat format strings (schultz)