Return-Path: Delivered-To: apmail-abdera-commits-archive@www.apache.org Received: (qmail 11434 invoked from network); 13 Jun 2010 07:00:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Jun 2010 07:00:34 -0000 Received: (qmail 40478 invoked by uid 500); 13 Jun 2010 07:00:34 -0000 Delivered-To: apmail-abdera-commits-archive@abdera.apache.org Received: (qmail 40431 invoked by uid 500); 13 Jun 2010 07:00:33 -0000 Mailing-List: contact commits-help@abdera.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@abdera.apache.org Delivered-To: mailing list commits@abdera.apache.org Received: (qmail 40419 invoked by uid 99); 13 Jun 2010 07:00:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jun 2010 07:00:32 +0000 X-ASF-Spam-Status: No, hits=-1574.0 required=10.0 tests=ALL_TRUSTED,AWL 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; Sun, 13 Jun 2010 07:00:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F258E2388A02; Sun, 13 Jun 2010 06:59:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r954176 - /abdera/java/trunk/changes.txt Date: Sun, 13 Jun 2010 06:59:48 -0000 To: commits@abdera.apache.org From: antelder@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100613065948.F258E2388A02@eris.apache.org> Author: antelder Date: Sun Jun 13 06:59:48 2010 New Revision: 954176 URL: http://svn.apache.org/viewvc?rev=954176&view=rev Log: Update changes.txt with recent updates Modified: abdera/java/trunk/changes.txt Modified: abdera/java/trunk/changes.txt URL: http://svn.apache.org/viewvc/abdera/java/trunk/changes.txt?rev=954176&r1=954175&r2=954176&view=diff ============================================================================== --- abdera/java/trunk/changes.txt (original) +++ abdera/java/trunk/changes.txt Sun Jun 13 06:59:48 2010 @@ -1,6 +1,25 @@ Apache Abdera: Changes in XXX Release --------------------------------------- +r941259: Add a changes file listing the changes since 1.0 +r944143: Remove old KEYS files, the actual one thats used is at: http://www.apache.org/dist/abdera/KEYS +r944731: minor refactoring of unit tests; adopt test structure to src structure +r944740: removing all occurences of 'extend Testcase' +r944745 and others: replaced all occurences of 'extends Assert' with static imports +r944780: update to junit 4.8.1 +r944792: easymock version update +r944803: fix for ABDERA-102 - Unit tests equality assertions, params in wrong order +r944810: removed unnecessary try/catch from Unit Test +r944813 and others: fix for ABDERA-102 +r944883: updated jetty version +r945376: fix for ABDERA-242 - Failing to convert some big capital letters from HTML escape characters to UTF-8 +r946755: added FOMParserOptionsTest; fixed OElig +r946759: added license header +r946769: added Testcase for HTML special characters +r947102: minor version updates +r947450: extended and refactored unit tests in core +r948204: patch for ABDERA-250 (the original patch couldn't be applied as there was a refactoring in the meantime) +r951666: Reformat codebase using the template at https://svn.apache.org/repos/asf/abdera/etc/ r940380: ABDERA-102: Apply patch from Christine Koppelt for Unit tests equality assertions, params in wrong order r940218: Fix GeoRSS extension from Nathan Reese on ML - http://www.mail-archive.com/dev@abdera.apache.org/msg00259.html r940215: ABDERA-233: initBaseUri() in the class ServletRequestContext will append the port 443 to https requests, fixed as suggested in JIRA by J G @@ -11,7 +30,7 @@ r936027: fixing a bug initializing provi r916287: fixes redundant assignation of mimeType. Thanks to Pascal Christoph r914998: fixing providers discovering errors. Now we just need to fix the failing tests r782732: Don't use the discovery mechanism for cache impls. for now, this means the AbderaClient is hard coded to use the LRUCache in-memory cache implementation. The original design meant for the cache implementation to be pluggable. Ideally, however, the HttpClient would incorporate some kind of cache so we wouldn't have to do this at all. I'm wondering if there's some way we could separate all the http client related stuff out to a distinct subproject? -r782570: Applied patch from ABDERA-236 +r782570: Applied patch from ABDERA-236 - Create OSGi Bundles for Abdera using the Maven Felix plugin r780662: LRUCacheFactory needs a constructor that takes an Abdera parameter r780661: Added dependency on commons-codec for i18n build r774027: avoid potential NPE