pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/roundup update to roundup 0.8.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5cc91dab5fef
branches:  trunk
changeset: 497888:5cc91dab5fef
user:      recht <recht%pkgsrc.org@localhost>
date:      Sat Aug 06 20:34:00 2005 +0000

description:
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:

 devel/roundup/Makefile |  6 +++---
 devel/roundup/PLIST    |  3 ++-
 devel/roundup/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r bc6cd7584338 -r 5cc91dab5fef devel/roundup/Makefile
--- a/devel/roundup/Makefile    Sat Aug 06 20:33:56 2005 +0000
+++ b/devel/roundup/Makefile    Sat Aug 06 20:34:00 2005 +0000
@@ -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 @@
 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
diff -r bc6cd7584338 -r 5cc91dab5fef devel/roundup/PLIST
--- a/devel/roundup/PLIST       Sat Aug 06 20:33:56 2005 +0000
+++ b/devel/roundup/PLIST       Sat Aug 06 20:34:00 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2005/07/13 21:57:01 recht Exp $
+@comment $NetBSD: PLIST,v 1.11 2005/08/06 20:34:00 recht Exp $
 bin/roundup-admin
 bin/roundup-demo
 bin/roundup-gettext
@@ -289,6 +289,7 @@
 ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/roundup.mo
 ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/roundup.mo
 ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/roundup.mo
+${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/roundup.mo
 share/roundup/cgi-bin/roundup.cgi
 share/roundup/templates/classic/TEMPLATE-INFO.txt
 share/roundup/templates/classic/detectors/messagesummary.py
diff -r bc6cd7584338 -r 5cc91dab5fef devel/roundup/distinfo
--- a/devel/roundup/distinfo    Sat Aug 06 20:33:56 2005 +0000
+++ b/devel/roundup/distinfo    Sat Aug 06 20:34:00 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2005/07/13 21:57:01 recht Exp $
+$NetBSD: distinfo,v 1.22 2005/08/06 20:34:00 recht Exp $
 
-SHA1 (roundup-0.8.3.tar.gz) = 76dd5f38b091018efea2181c2eae24e800138006
-RMD160 (roundup-0.8.3.tar.gz) = 63cde58227cbc155e831f512dec1b635e45ea887
-Size (roundup-0.8.3.tar.gz) = 899369 bytes
+SHA1 (roundup-0.8.4.tar.gz) = 4f62e8cea542a4920965bd255e75a72de5314edd
+RMD160 (roundup-0.8.4.tar.gz) = ab39d53e9414b88fb0cf01c2d8ef5e7c80e48b36
+Size (roundup-0.8.4.tar.gz) = 909600 bytes



Home | Main Index | Thread Index | Old Index