mktemp 1.4 released
Todd C. Miller
Todd.Miller@courtesan.com
Mon, 12 Nov 2001 13:47:59 -0700
Portable mktemp version 1.4 has been released. There were some changes
made to the OpenBSD mktemp(1) before OpenBSD 3.0 was frozen.
mktemp 1.4 includes those changes:
o The template argument is now optional. If no template is specified
a default will be used and the -t option is implied. Users can
now run mktemp w/o any arguments and get a secure path back.
o config.h.in is now generated via autoheader
- todd