CVS update: /cowiki/, /cowiki/htdocs/

[email protected] 2 Aug 2005 20:06:43 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: cmarble 
Date: 2005/08/02 13:06:43

Modified:
   cowiki/ChangeLog
   cowiki/htdocs/version.php

Log:
 Everybody happy?

File Changes:

Directory: /cowiki/
===================

File [changed]: ChangeLog
Url: http://cowiki.tigris.org/source/browse/cowiki/ChangeLog?r1=1.110&r2=1.111
Delta lines:  +4 -1
-------------------
--- ChangeLog	29 Jul 2005 20:25:20 -0000	1.110
+++ ChangeLog	2 Aug 2005 20:06:41 -0000	1.111
@@ -1,11 +1,14 @@
 #
 # coWiki change log
 #
-# $Id: ChangeLog,v 1.110 2005/07/29 20:25:20 dgorski Exp $
+# $Id: ChangeLog,v 1.111 2005/08/02 20:06:41 cmarble Exp $
 #
 
 Version 0.4.0 (Fullerene)                                    YET UNRELEASED
 ---------------------------------------------------------------------------
+* 2005-08-02 - Restorater protected from legacy missing 'origin' attribute.
+               Was bug #236. #237 is also fixed, legacy renaming problem.
+	       (cmarble)
 * 2005-07-27 - Greedy tag handling no longer suffers from cruft. (cmarble)
 * 2005-07-26 - #233 aggregations of brackets, round and square are treated
                as text unless they are well-formed links. Infinite loops 

Directory: /cowiki/htdocs/
==========================

File [changed]: version.php
Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/version.php?r1=1.146&r2=1.147
Delta lines:  +3 -3
-------------------
--- version.php	27 Jul 2005 22:30:31 -0000	1.146
+++ version.php	2 Aug 2005 20:06:41 -0000	1.147
@@ -2,7 +2,7 @@
 
 /**
  *
- * $Id: version.php,v 1.146 2005/07/27 22:30:31 cmarble Exp $
+ * $Id: version.php,v 1.147 2005/08/02 20:06:41 cmarble Exp $
  *
  * This file is part of coWiki. coWiki is free software under the terms of
  * the GNU General Public License (GPL). Read the LICENSE file. If you did
@@ -16,7 +16,7 @@
  * @author     Daniel T. Gorski, <[email protected]>
  * @copyright  (C) Daniel T. Gorski, {@link http://www.develnet.org}
  * @license    http://www.gnu.org/licenses/gpl.html
- * @version    $Revision: 1.146 $
+ * @version    $Revision: 1.147 $
  *
  */
 
@@ -99,7 +99,7 @@
      * ease the work of the developers. Please do not forget to add your
      * changes to the ChangeLog file too.
      */
-    define('COWIKI_VERSION_DATE', 'July 28 2005');
+    define('COWIKI_VERSION_DATE', 'Aug 02 2005');