mktemp 1.1 released

Todd C. Miller Todd.Miller@courtesan.com
Wed, 23 May 2001 21:12:07 -0600


Changes between versions 1.0 and 1.1:
	Use srandomdev(3) if it exists instead of seeding by hand from
		the random device.
	Added -V (version) flag.
	Fixed an off by one error in mkdtemp.c.  This is only used if the
		user specified --with-libc to configure and libc lacks
		mkdtemp(3) so should not affect many people.
	Sync manual page with OpenBSD one.
	Mention new mktemp-announce mailing list.

FTP sites:
	ftp://ftp.courtesan.com/pub/mktemp/mktemp-1.1.tar.gz
	ftp://ftp.cs.colorado.edu/pub/mktemp/mktemp-1.1.tar.gz
	ftp://ftp.usa.openbsd.org/pub/mktemp/mktemp-1.1.tar.gz

 - todd