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.7.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a924411baef
branches:  trunk
changeset: 478356:0a924411baef
user:      recht <recht%pkgsrc.org@localhost>
date:      Thu Jul 22 14:17:35 2004 +0000

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

 devel/roundup/Makefile |  4 ++--
 devel/roundup/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r b0b0790ac376 -r 0a924411baef devel/roundup/Makefile
--- a/devel/roundup/Makefile    Thu Jul 22 12:40:05 2004 +0000
+++ b/devel/roundup/Makefile    Thu Jul 22 14:17:35 2004 +0000
@@ -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 -r b0b0790ac376 -r 0a924411baef devel/roundup/distinfo
--- a/devel/roundup/distinfo    Thu Jul 22 12:40:05 2004 +0000
+++ b/devel/roundup/distinfo    Thu Jul 22 14:17:35 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index