Subject: CVS commit: pkgsrc/devel/roundup
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 02/16/2004 20:43:27
Module Name:	pkgsrc
Committed By:	recht
Date:		Mon Feb 16 20:43:27 UTC 2004

Modified Files:
	pkgsrc/devel/roundup: Makefile PLIST distinfo

Log Message:
update to 0.65

The 0.6.5 release fixes some bugs:
- mailgw handling of subject-line errors
- allow serving of FileClass file content when the class isn't called
  "file" (eg. messages and other FileClasses)
- allowed negative ids (ie. new item markers) in HTMLClass.getItem,
  allowing "db/file_with_status/-1/status/menu" to generate a useful
  widget
- fixed content-type when templates are serving up xml (thanks Godefroid
  Chapelle)
- fixed IE double-submit when it shouldn't (sf bug 842254)
- fixed check for JS pop()/push() to make more general (sf bug 877504)
- fix re-enabling queries (sf bug 861940)
- use supplied content-type on file uploads before trying filename
- fixed roundup-reminder script to use default schema (thanks Klamer Schutte)
- fixed edit action / parsePropsFromForm to handle index-page edits better
- safer logging from HTTP server (sf bug 896917)


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/devel/roundup/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/roundup/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/roundup/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.