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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd1ead97d188
branches:  trunk
changeset: 488933:bd1ead97d188
user:      recht <recht%pkgsrc.org@localhost>
date:      Sat Feb 12 17:32:25 2005 +0000

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

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

diffs (23 lines):

diff -r 79cea1634eb9 -r bd1ead97d188 devel/roundup/Makefile
--- a/devel/roundup/Makefile    Sat Feb 12 16:52:07 2005 +0000
+++ b/devel/roundup/Makefile    Sat Feb 12 17:32:25 2005 +0000
@@ -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 -r 79cea1634eb9 -r bd1ead97d188 devel/roundup/distinfo
--- a/devel/roundup/distinfo    Sat Feb 12 16:52:07 2005 +0000
+++ b/devel/roundup/distinfo    Sat Feb 12 17:32:25 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index