From 5c31da71b45e1b9a8cf9f533540d549d3c961eed Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 6 Nov 2002 04:17:12 +0000 Subject: [PATCH] ensured there's no zero-length files in source (sf bug 633622) git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1375 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 2 ++ roundup/cgi/__init__.py | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 2d29c38..3d42e2e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -17,6 +17,8 @@ are given with the most recent entry first. - 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 diff --git a/roundup/cgi/__init__.py b/roundup/cgi/__init__.py index e69de29..bfcbcfc 100644 --- a/roundup/cgi/__init__.py +++ b/roundup/cgi/__init__.py @@ -0,0 +1 @@ +' CGI interface modules ' -- 2.30.2