summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 470c84e)
raw | patch | inline | side by side (parent: 470c84e)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 6 Nov 2002 04:17:12 +0000 (04:17 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 6 Nov 2002 04:17:12 +0000 (04:17 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1375 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history | |
roundup/cgi/__init__.py | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index 2d29c38134c4db353c911cad39ddfbed272b3c15..3d42e2ea0fa8eb02f7edd1cbaab92afcbe1bf89e 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
- copied email address quoting from email v2.4.3 so we're consistent with 2.2
- email summary extraction now takes the first whole sentence or line -
whichever is longer
+- documented dependency on Active State (sf bug 623959)
+- ensured there's no zero-length files in source (sf bug 633622)
2002-10-16 0.5.1
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..bfcbcfcf8895c108176972d5338f48f1a1fb31fd 100644 (file)
--- a/roundup/cgi/__init__.py
+++ b/roundup/cgi/__init__.py
+' CGI interface modules '