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 | efbe2fc757e0c3d424cbc66b8f0bc487f64c726b (patch) | |
tree | ab3c85b491b8d668942e2549b1d1c8c74070ee88 /devel/roundup/Makefile | |
parent | 27348fb1e8585ba4456200c6a0c5897e65e87083 (diff) | |
download | pkgsrc-efbe2fc757e0c3d424cbc66b8f0bc487f64c726b.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/roundup/Makefile')
-rw-r--r-- | devel/roundup/Makefile | 4 |
1 files changed, 2 insertions, 2 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/} |