diff options
author | lukem <lukem@pkgsrc.org> | 2003-05-18 12:02:25 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2003-05-18 12:02:25 +0000 |
commit | 3bde2d93b2d205a83f08ce046ebedd8ffe91808f (patch) | |
tree | 65c78f5017b81499f9d23c6635a641ed37c25b4f /devel/roundup | |
parent | d3d4ffacf65762f6a6371916dcce996772b9a976 (diff) | |
download | pkgsrc-3bde2d93b2d205a83f08ce046ebedd8ffe91808f.tar.gz |
Update to roundup 0.5.7. Relevant changes:
2003-05-08 0.5.7
- fixed Interval maths (sf bug 665357)
- fixed sqlite rollback/caching bug (sf bug 689383)
- fixed rdbms table update detection logic (sf bug 703297)
- fixed detection of bad date specs (sf bug 691439)
- required String properties not being flagged (thanks Ajit George)
- only look for CSV files when importing (thanks Dan Grassi)
- can now unset values in CSV editing (sf bug 704788)
- fixed rdbms email address lookup (case insensitivity)
- email file attachments added to issue files list (sf bug 711501)
- added socket timeout to attempt to prevent stuck processes (sf bug 665487)
- email registered users shouldn't be able to log in (sf bug 714673)
- handle missing addresses on users (sf bug 724537)
Diffstat (limited to 'devel/roundup')
-rw-r--r-- | devel/roundup/Makefile | 4 | ||||
-rw-r--r-- | devel/roundup/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile index 7e29ac4151d..bd1aabbb3bb 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2003/03/02 07:27:51 lukem Exp $ +# $NetBSD: Makefile,v 1.4 2003/05/18 12:02:25 lukem Exp $ -DISTNAME= roundup-0.5.6 +DISTNAME= roundup-0.5.7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundup/} diff --git a/devel/roundup/distinfo b/devel/roundup/distinfo index 39bc5472655..a68986d61fa 100644 --- a/devel/roundup/distinfo +++ b/devel/roundup/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/03/02 07:27:51 lukem Exp $ +$NetBSD: distinfo,v 1.3 2003/05/18 12:02:26 lukem Exp $ -SHA1 (roundup-0.5.6.tar.gz) = 72b4043a36c151c955defe215adb867bd019a05f -Size (roundup-0.5.6.tar.gz) = 447716 bytes +SHA1 (roundup-0.5.7.tar.gz) = 4efc0a7a5bd6143b2c4411e40d38bfb1ded3cad7 +Size (roundup-0.5.7.tar.gz) = 450852 bytes |