diff options
author | recht <recht> | 2005-02-12 17:32:25 +0000 |
---|---|---|
committer | recht <recht> | 2005-02-12 17:32:25 +0000 |
commit | f29f405a08d428da9a043976b0ee0b5fa7425973 (patch) | |
tree | 91e79b6720a4d239065c74dbeb5f6a21293ba7c6 /devel/roundup | |
parent | 8af0c23e3beb4d5e91954eb130435af5c035d8b8 (diff) | |
download | pkgsrc-f29f405a08d428da9a043976b0ee0b5fa7425973.tar.gz |
update to roundup-0.7.11
2004-10-06 0.7.11
Fixed:
- index args URL generation broken in .10 (sf bug 1096027)
- handle NotModified for non-static files (sf patch 1095790)
- fix permission lookup in query editing
2005-01-04 0.7.10
Fixed:
- reset ID counters if the database is cleared (thanks William)
- apply IE caching "fix" to automatically serve up all pages expired
- fix typo (sf patch 1076629)
- fix hyperlinking of items (sf bug 1080251)
- fix roundup-admin find command handling of Multilinks
- fix some security assertions (sf bug 1085481) (see doc/upgrading.txt for
notes)
- don't set the title to nothing from incoming mail (thanks Bruce Guenter)
- fix py2.4 strftime() API change bug (sf bug 1087746)
- fix indexer searching with no valid words (sf bug 1086787)
- updated searching / indexing docs
- fix "(list)" popup when list is one item long (sf bug 1064716)
- have RDBMS full-text indexer do AND searching (sf bug 1055435)
- handle spaces in String index params in batching (sf bug 1054224)
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 cd5a4dff923..c1283b41d06 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2005/01/23 20:41:46 recht Exp $ +# $NetBSD: Makefile,v 1.22 2005/02/12 17:32:25 recht Exp $ -DISTNAME= roundup-0.7.9 +DISTNAME= roundup-0.7.11 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundup/} diff --git a/devel/roundup/distinfo b/devel/roundup/distinfo index 57e66e87b37..2baeae377b8 100644 --- a/devel/roundup/distinfo +++ b/devel/roundup/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.17 2004/11/28 16:26:50 recht Exp $ +$NetBSD: distinfo,v 1.18 2005/02/12 17:32:25 recht Exp $ -SHA1 (roundup-0.7.9.tar.gz) = 4b7bc788ebf325004a5451c83d6eb29273836b38 -Size (roundup-0.7.9.tar.gz) = 725743 bytes +SHA1 (roundup-0.7.11.tar.gz) = 78dcc06f914bd33cccf23586f2ad679b2f96bd50 +Size (roundup-0.7.11.tar.gz) = 726948 bytes |