[Zope-CVS] CVS: Products/ExternalEditor - CHANGES.txt:1.63 version.txt:1.10 zopeedit.py:1.56

Chris McDonough chrism at plope.com
Mon Jun 20 19:10:12 EDT 2005


Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv16275

Modified Files:
	CHANGES.txt version.txt zopeedit.py 
Log Message:
Prepare for 0.9 release.


=== Products/ExternalEditor/CHANGES.txt 1.62 => 1.63 ===
--- Products/ExternalEditor/CHANGES.txt:1.62	Thu Mar  3 19:21:27 2005
+++ Products/ExternalEditor/CHANGES.txt	Mon Jun 20 19:09:42 2005
@@ -1,6 +1,10 @@
 External Editor Change Log
 
-  Next Release
+  6/20/2005 - 0.9 Release
+
+    - When using the Excel plugin, errors were seen by users like
+      "TypeError: This object does not support enumeration".  We no
+      make the user deal with these.
 
     - When using the Excel plugin, errors were intermittently raised to the
       user in the form "Fatal error: <unknown>.Path" and the user could


=== Products/ExternalEditor/version.txt 1.9 => 1.10 ===
--- Products/ExternalEditor/version.txt:1.9	Tue Jul 13 10:42:45 2004
+++ Products/ExternalEditor/version.txt	Mon Jun 20 19:09:42 2005
@@ -1 +1 @@
-0.8
+0.9


=== Products/ExternalEditor/zopeedit.py 1.55 => 1.56 ===
--- Products/ExternalEditor/zopeedit.py:1.55	Fri Mar  4 14:39:40 2005
+++ Products/ExternalEditor/zopeedit.py	Mon Jun 20 19:09:42 2005
@@ -16,7 +16,7 @@
 
 $Id$"""
 
-__version__ = '0.8'
+__version__ = '0.9'
 
 import sys
 



More information about the Zope-CVS mailing list