You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/10/28 15:52:18 UTC

svn commit: r329203 - in /incubator/roller/trunk: CHANGES.txt README.txt

Author: snoopdave
Date: Fri Oct 28 06:52:15 2005
New Revision: 329203

URL: http://svn.apache.org/viewcvs?rev=329203&view=rev
Log:
Updated for 1.3 release

Modified:
    incubator/roller/trunk/CHANGES.txt
    incubator/roller/trunk/README.txt

Modified: incubator/roller/trunk/CHANGES.txt
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/CHANGES.txt?rev=329203&r1=329202&r2=329203&view=diff
==============================================================================
--- incubator/roller/trunk/CHANGES.txt (original)
+++ incubator/roller/trunk/CHANGES.txt Fri Oct 28 06:52:15 2005
@@ -2,6 +2,18 @@
 ROLLER CHANGE LOG
 -----------------
 
+Roller 1.3 - Bug fix release
+
+    Bug fixes
+    * [ROL-760] - multi language search string corrupted in resin2.1.x and tomcat4.x
+    * [ROL-766] - Internationalization broken in #showNewsfeed() macro
+    * [ROL-782] - Weblog Editor plug-ins broken or won't load altogether
+
+    Improvements
+    * [ROL-613] - Support other system property expansion in file paths in Roller configuration
+    * [ROL-775] - Updated ApplicationResources for DE locale
+
+------------------------------------------------------------------------------
 Roller 1.2 - New feature release
 
 Also, changed license to Apache License v2.0

Modified: incubator/roller/trunk/README.txt
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/README.txt?rev=329203&r1=329202&r2=329203&view=diff
==============================================================================
--- incubator/roller/trunk/README.txt (original)
+++ incubator/roller/trunk/README.txt Fri Oct 28 06:52:15 2005
@@ -6,13 +6,13 @@
 
    To use Roller, follow the instructions in the Users Guide:
    http://www.rollerweblogger.org/wiki/Wiki.jsp?page=UserGuide
-   
-       
+          
 CREDITS AND COPYRIGHT NOTICES
 
    Roller is Copyright (c) by 
        David M Johnson
        Anil Gangolli
+       Allen Gilliland
        Mindaguas Idzelis 
        Lance Lanvandowska 
        Matt Raible 
@@ -20,26 +20,26 @@
        Henri Yandell
        Sun Microsystems, Inc
    	   
-   Roller is licensed under the Apache 1.0 license (s/Apache/Roller)
+   Roller is licensed under the Apache Licence Version 2.0
 
    Additionally, Roller contains a number of third-party software components
    and source code from other open source projects with compatible licenses.
 
    * Roller includes software developed by the Apache Software Foundation
-     Copyright (c) 2001 The Apache Software Foundation. 
+     Copyright (c) The Apache Software Foundation. 
      All rights reserved.
 
    * Roller includes software developed by The OpenSymphony Group
-     Copyright (c) 2001 The OpenSymphony Group. All rights reserved.
+     Copyright (c) The OpenSymphony Group. All rights reserved.
 
    * Roller includes the Hibernate persistence library, LGPL license
 
    * Roller includes code from Blojsom
-        Copyright (c) 2003, David A. Czarnecki & Mark Lussier.
+        Copyright (c) David A. Czarnecki & Mark Lussier.
         All rights reserved
         
    * Roller includes JDOM
-        Copyright (c) 2000-2002 Brett McLaughlin & Jason Hunter.
+        Copyright (c) Brett McLaughlin & Jason Hunter.
         All rights reserved.
 
    * Roller includes the Ekit HTML editor by Howard Kistler, LGPL license
@@ -51,7 +51,7 @@
    * Roller includes the Radeox Wiki Engine, LGPL license
 
    * Roller includes Jython
-     Copyright (c) 2000, Jython Developers
+     Copyright (c) Jython Developers