1.38.1
-Fixed a bug that caused the check for passwords containing single
quotes not to work
--
1.38
-Fixed a bug that caused the entry in smbpasswd(5) only to be created
for the first user in the list of users
--
1.36
-backported the features of 1.35b (without the bugs from 1.35b ;-))
-backported the possibility to specify member groups for the users to be
created from 1.41b and cleaned that code up a bit.
-added a real[TM] manual page, cleaned up README and added installation
instructions
-fixed a bug from 1.3b and later that caused the script not to work on
perl 5.0053 (distributed with FreeBSD).
-included a check to prevent passwords containing single quotes from
being used if -r is given (these would cause problems in various places)
-Fixed a bug in the dupe engine that would cause it to try just once
appending random characters to an already existing username
--
1.35b
-Changed the format of the input file to a less rigid format that
allows for a arbitrary number of fields with arbitrary descriptors. See
README for details.
-added the possibility to specify the delimiter for the fields on the
command line as a perl regular expression
-cleaned up the code a bit
--
1.34
-fixed a bug that caused the error log not to be written if it's
location wasn't explicitly specified with -e
-Removed NetBSD support for now (see README for details)
--
1.33
-corrected some minor glitches (Mostly corrections to messages the
script prints)
-made the "dupe engine" (appending random characters to duplicate
usernames until they fit) optional
--
1.31
-Fixed the bug that caused the script to die after a Unix account is
created if smbpasswd(8) is not found
-The check for smbpasswd(8) didn't work at all because of a bracket in
the wrong place
--
1.3b
-Fixed the bug that caused double slashes to be put into /etc/passwd when
specifying the base directory for $HOME with a trailing slash
-Added the ability to read the user list from STDIN
-Made the creation of samba accounts optional
-Replaced all the global variables
-Included userquick.pl, a script to quickly create single user accounts
without having to write a list.
--
1.2b
-Added an option to generate real[TM] passwords
-Added an option to specify minimum and maximum password length
--
1.1b 
-Started with Linux support (Still beta, only tested on Slackware)
-Included NetBSD support. As the NetBSD user management tools won't
accept the password hash on standard input but only as command line
argument you only want to use this on a machine in single user mode with
the network cable disconnected.
-Fixed the creation of accounts so that password hashes no longer show
up in the output of ps(1)
-Removed some kludges
--
