diff options
author | recht <recht@pkgsrc.org> | 2003-09-29 12:52:16 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-09-29 12:52:16 +0000 |
commit | 9b389e4fff2f621cb85879bd8d9f2812544cfc61 (patch) | |
tree | ab3c85b491b8d668942e2549b1d1c8c74070ee88 /devel | |
parent | 94aa53cd0e6806b782f79509ec7e41cce5a3a205 (diff) | |
download | pkgsrc-9b389e4fff2f621cb85879bd8d9f2812544cfc61.tar.gz |
Update to 0.6.2
Fixed:
- cleaned up, clarified internal caching API in *dbm backends
- stopped pyc writing to current directory! yay! (patch 800718 with changes)
- fixed file leak in detector initialisation (patch 800715)
- commented out example tracker homes (patch 800720)
- added note about hidden :template var in user.item (bug 799842)
- fixed Apply Error that was raised, when property was deleted from class and
we are trying to edit an instance
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 3db25fe6daf..24c168ac175 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2003/09/25 15:43:35 recht Exp $ +# $NetBSD: Makefile,v 1.9 2003/09/29 12:52:16 recht Exp $ -DISTNAME= roundup-0.6.1 +DISTNAME= roundup-0.6.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundup/} diff --git a/devel/roundup/distinfo b/devel/roundup/distinfo index 81bdfd881ba..b850c596160 100644 --- a/devel/roundup/distinfo +++ b/devel/roundup/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2003/09/14 17:30:18 recht Exp $ +$NetBSD: distinfo,v 1.6 2003/09/29 12:52:16 recht Exp $ -SHA1 (roundup-0.6.1.tar.gz) = 9b9aba61f633d10528cb86a07dfd2c2b9704e54b -Size (roundup-0.6.1.tar.gz) = 594119 bytes +SHA1 (roundup-0.6.2.tar.gz) = 6a3c079049377a76097677263668f4deb32ae148 +Size (roundup-0.6.2.tar.gz) = 605530 bytes |