summaryrefslogtreecommitdiff
path: root/devel/roundup/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2005-08-06 20:34:00 +0000
committerrecht <recht@pkgsrc.org>2005-08-06 20:34:00 +0000
commitcdc3d91b9c9c1e7d55b8a514643fb2b6c9a79386 (patch)
treebd984613d97b6fbb2f8739dddd9df4e79ebc490d /devel/roundup/Makefile
parent2065c61c76457884d6b47efdb52346e8ad44ec0e (diff)
downloadpkgsrc-cdc3d91b9c9c1e7d55b8a514643fb2b6c9a79386.tar.gz
update to roundup 0.8.4
2005-07-18 0.8.4 Fixed: - extra CRs in CSV export files on Windows platform (sf bug 1195742) - activity RDBMS columns were being reported in changes - fix name collision in roundup.cgi script (sf bug 1203795) - fix handling of invalid interval input - search locale files relative ro roundup installation path (sf bug 1219689) - use translation for boolean property rendering (sf bug 1225152) - enabled disabling of REMOTE_USER for when it's not a valid username (sf bug 1190187) - fix invocation of hasPermission from templating code (sf bug 1224172) - have 'roundup-admin security' display property restrictions (sf bug 1222135) - fixed templating menu() sort_on handling (sf bug 1221936) - allow specification of pagesize, sorting and filtering in "classhelp" popups (sf bug 1211800) - handle dropped properies in rdbms/metakit journal export (sf bug 1203569) - handle missing Subject lines better (sf bug 1198729) - sort/group by missing values correctly (sf bugs 1198623, 1176897) - discard, don't bounce messages to the mailgw when the messages's sender is invalid (ie. when we try to bounce, we get a 550 "unknown user account" response from the SMTP server) (sf bug 1190906) - removed debugging code from cgi/actions.py - refactored hyperdb.rawToHyperdb, allowing a number of improvements (thanks Ralf Schlatterbeck) - don't try to set a timeout for IMAPS (thanks Paul Jimenez) - present Reject exception messages to web users (sf bug 1237685)
Diffstat (limited to 'devel/roundup/Makefile')
-rw-r--r--devel/roundup/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile
index 7834141bad8..db83f3593e3 100644
--- a/devel/roundup/Makefile
+++ b/devel/roundup/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2005/07/13 21:57:01 recht Exp $
+# $NetBSD: Makefile,v 1.26 2005/08/06 20:34:00 recht Exp $
-DISTNAME= roundup-0.8.3
+DISTNAME= roundup-0.8.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundup/}
@@ -12,7 +12,7 @@ PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
USE_LANGUAGES=
-PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
+PYTHON_VERSIONS_ACCEPTED= 24 23
PYTHON_PATCH_SCRIPTS+= cgi-bin/roundup.cgi demo.py roundup/admin.py
PYTHON_PATCH_SCRIPTS+= roundup/backends/locking.py