diff options
author | recht <recht> | 2004-06-24 21:05:44 +0000 |
---|---|---|
committer | recht <recht> | 2004-06-24 21:05:44 +0000 |
commit | b975f95d11664525726ad96d4a7ed0bec1780804 (patch) | |
tree | 2f0e287c60a7e3b849ef2018c24c1919bfc92dba /devel/roundup | |
parent | 37aff688721da42adbde03d68e533510ca239f01 (diff) | |
download | pkgsrc-b975f95d11664525726ad96d4a7ed0bec1780804.tar.gz |
update to 0.7.5
0.7.5 is a bug fix release, including:
- force lookup of journal props in anydbm filtering
- fixed lookup of "missing" Link values for new props in anydbm backend
- allow list of values for id, Number and Boolean filtering in anydbm
backend
- fixed some more mysql 0.6->0.7 upgrade bugs (sf bug 950410)
- fixed Boolean values in postgresql (sf bugs 972546 and 972600)
- fixed -g arg to roundup-server (sf bug 973946)
- better roundup-server usage string (sf bug 973352)
- include "context" always, as documented (sf bug 965447)
- fixed REMOTE_USER (external HTTP Basic auth) (sf bug 977309)
- fixed roundup-admin "find" to use better value parsing
- fixed RDBMS Class.find() to handle None value in multiple find
- export now stores file "content" in separate files in export directory
0.7.4 is a bug fix release, including:
- re-acquire the OTK manager when we re-open the database
- mailgw handler can close the database on us
- fixed grouping by a NULL Link value
- fixed anydbm import/export (sf bugs 965216, 964457, 964450)
- fix python 2.3.3 strftime deprecation warning (sf patch 968398)
- fix some column datatypes in postgresql and mysql (sf bugs 962611,
959177 and 964231)
- fixed RDBMS journal packing (sf bug 959177)
- fixed filtering by floats in anydbm (sf bug 963584)
Diffstat (limited to 'devel/roundup')
-rw-r--r-- | devel/roundup/Makefile | 4 | ||||
-rw-r--r-- | devel/roundup/PLIST | 19 | ||||
-rw-r--r-- | devel/roundup/distinfo | 6 |
3 files changed, 23 insertions, 6 deletions
diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile index 864335fe62f..3b41d25efaf 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2004/06/06 21:52:53 recht Exp $ +# $NetBSD: Makefile,v 1.18 2004/06/24 21:05:44 recht Exp $ -DISTNAME= roundup-0.7.3 +DISTNAME= roundup-0.7.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundup/} diff --git a/devel/roundup/PLIST b/devel/roundup/PLIST index 91c163de78f..26b567d4501 100644 --- a/devel/roundup/PLIST +++ b/devel/roundup/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/05/10 09:32:23 recht Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/06/24 21:05:44 recht Exp $ bin/roundup-admin bin/roundup-mailgw bin/roundup-server @@ -208,17 +208,25 @@ man/man1/roundup-mailgw.1 man/man1/roundup-server.1 share/doc/roundup/CHANGES.txt share/doc/roundup/COPYING.txt +share/doc/roundup/FAQ.html share/doc/roundup/FAQ.txt share/doc/roundup/README.txt share/doc/roundup/ZPL.txt +share/doc/roundup/admin_guide.html share/doc/roundup/admin_guide.txt +share/doc/roundup/announcement.html share/doc/roundup/announcement.txt +share/doc/roundup/customizing.html share/doc/roundup/customizing.txt share/doc/roundup/debugging.txt share/doc/roundup/default.css +share/doc/roundup/design.html share/doc/roundup/design.txt +share/doc/roundup/developers.html share/doc/roundup/developers.txt +share/doc/roundup/features.html share/doc/roundup/features.txt +share/doc/roundup/glossary.html share/doc/roundup/glossary.txt share/doc/roundup/images/edit.png share/doc/roundup/images/hyperdb.png @@ -227,17 +235,26 @@ share/doc/roundup/images/logo-codesourcery-medium.png share/doc/roundup/images/logo-software-carpentry-standard.png share/doc/roundup/images/roundup-1.png share/doc/roundup/images/roundup.png +share/doc/roundup/implementation.html share/doc/roundup/implementation.txt +share/doc/roundup/index.html share/doc/roundup/index.txt +share/doc/roundup/installation.html share/doc/roundup/installation.txt +share/doc/roundup/mysql.html share/doc/roundup/mysql.txt share/doc/roundup/original_overview.html share/doc/roundup/overview.txt +share/doc/roundup/postgresql.html share/doc/roundup/postgresql.txt share/doc/roundup/spec.html +share/doc/roundup/tracker_templates.html share/doc/roundup/tracker_templates.txt +share/doc/roundup/upgrading.html share/doc/roundup/upgrading.txt +share/doc/roundup/user_guide.html share/doc/roundup/user_guide.txt +share/doc/roundup/whatsnew-0.7.html share/doc/roundup/whatsnew-0.7.txt share/roundup/cgi-bin/roundup.cgi share/roundup/templates/classic/TEMPLATE-INFO.txt diff --git a/devel/roundup/distinfo b/devel/roundup/distinfo index 37601f13c58..7ea1a4fa774 100644 --- a/devel/roundup/distinfo +++ b/devel/roundup/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2004/06/06 21:52:53 recht Exp $ +$NetBSD: distinfo,v 1.15 2004/06/24 21:05:44 recht Exp $ -SHA1 (roundup-0.7.3.tar.gz) = 234a61349e88a879a227e66871310cc462a66a6c -Size (roundup-0.7.3.tar.gz) = 610956 bytes +SHA1 (roundup-0.7.5.tar.gz) = 671739fe8cd68af7cd2b3a3ccb0f18f0749ab993 +Size (roundup-0.7.5.tar.gz) = 718873 bytes |