diff options
author | recht <recht@pkgsrc.org> | 2004-07-22 14:17:35 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-07-22 14:17:35 +0000 |
commit | 9d7168c3a1475aee4aff7aa4d4105d7dc82949cf (patch) | |
tree | f691a481f0284634f1b2dad5a323d3c2ba48be3a /devel | |
parent | 59456f73103d90d7a6fee3563897cef647645637 (diff) | |
download | pkgsrc-9d7168c3a1475aee4aff7aa4d4105d7dc82949cf.tar.gz |
update to roundup-0.7.6
2004-07-20 0.7.6
Fixed:
- rdbms backend full text search failure after import (sf bug 980314)
- rdbms backends not filtering correctly on link=None
- fix anydbm journal import (sf bug 983166)
- handle postgresql bug in SQL generation (sf bug 984591)
- fix dates-from-Dates (sf bug 984604)
- fix messageid generated when msgid is None for send_message (sf bug 987933)
- make user permissions check more sane (fix search page for anonymous)
- fixed RDBMS filter() for no matches from full-text search (sf bug 990778)
- fixed DateHTMLProperty for invalid date entry (sf bug 986538)
- fixed external password source example (sf bug 986601)
- document the STATIC_FILES config var
- implement the HTTP HEAD command (sf bug 992544)
- fix journal export of files to remove content from CSV files
- API clarification. Previously, the anydbm/bsddb/metakit filter() methods
had required exact matches to Multilink argument lists. The RDBMS
backends treated Multilink matches like all other data types - matching
any of the Multilink argument list is good enough. The latter behaviour
is implemented across the board now.
- fix metakit handling of filter on Link==None
Diffstat (limited to 'devel')
-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 3b41d25efaf..2795c926d51 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2004/06/24 21:05:44 recht Exp $ +# $NetBSD: Makefile,v 1.19 2004/07/22 14:17:35 recht Exp $ -DISTNAME= roundup-0.7.5 +DISTNAME= roundup-0.7.6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundup/} diff --git a/devel/roundup/distinfo b/devel/roundup/distinfo index 7ea1a4fa774..c7438c10772 100644 --- a/devel/roundup/distinfo +++ b/devel/roundup/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2004/06/24 21:05:44 recht Exp $ +$NetBSD: distinfo,v 1.16 2004/07/22 14:17:35 recht Exp $ -SHA1 (roundup-0.7.5.tar.gz) = 671739fe8cd68af7cd2b3a3ccb0f18f0749ab993 -Size (roundup-0.7.5.tar.gz) = 718873 bytes +SHA1 (roundup-0.7.6.tar.gz) = 1ff60798b68f39290dc35874d3b3b516bc3c7655 +Size (roundup-0.7.6.tar.gz) = 720827 bytes |