adduser (3.8) unstable; urgency=low

  * Depend on perl-base instead of perl (16008).
  * Allow single letter names (16200).

 -- Guy Maor <maor@ece.utexas.edu>  Sun, 11 Jan 1998 02:11:25 -0800

adduser (3.7) unstable; urgency=low

  * Add --conf option.

 -- Guy Maor <maor@ece.utexas.edu>  Sat, 23 Aug 1997 13:52:25 -0500

adduser (3.6) stable unstable; urgency=high

  * Fixed adduser --system. (#11627)

 -- Guy Maor <maor@ece.utexas.edu>  Wed, 30 Jul 1997 22:34:50 -0500

adduser (3.5) stable unstable; urgency=HIGH

  * Changes since 3.2: (3.4 didn't make it to stable)
        * fixed behavior when grouphomes=yes (#10422, #11345).
        * don't do shell expansion on system() calls (#10425).
        * copy to skel copies entire file (#10399, #10806)
  * Turned debugging flag off (oops). (#10963)
  * Clean up on interrupts and errors. (#10965)

 -- Guy Maor <maor@ece.utexas.edu>  Fri, 25 Jul 1997 02:09:29 -0500

adduser (3.4) stable unstable; urgency=HIGH

  * fixed behavior when grouphomes=yes (#10422).
  * don't do shell expansion on system() calls (#10425).
  * copy to skel copies entire file (#10399)

 -- Guy Maor <maor@ece.utexas.edu>  Tue, 10 Jun 1997 10:45:30 -0500

adduser (3.2) frozen unstable; urgency=low

  * Corrected bug exposed by perl 5.004 (#10010).
  * Setting SKEL="" will prevent skeleton file copy. (#9997).

 -- Guy Maor <maor@ece.utexas.edu>  Fri, 23 May 1997 15:29:46 -0500

adduser (3.1) frozen unstable; urgency=high

  * Calls passwd utilities to actually do the work (so works with shadow).
  * Conforms to new UID & GID allocation standard.
  * Removed deluser, delgroup, adduserperm.  Use userdel and groupdel.
  * /etc/skel can deal with symlinks.  directories are g+s if usergroups=yes.
  * Has support for quotas.

 -- Guy Maor <maor@ece.utexas.edu>  Sat, 17 May 1997 12:21:46 -0500

adduser (2.13) stable unstable; urgency=high

  * /etc/adduser.conf added as a conffile

 -- Christoph Lameter <clameter@debian.org>  Tue, 17 Dec 1996 10:42:10 -0800

adduser (2.12) stable unstable; urgency=high

  * debmakisiert.
  * Fixed dependencies. Removed stupid script.
  * Maintainer address changed to maor@debian.org

 -- Christoph Lameter <clameter@debian.org>  Tue, 17 Dec 1996 07:36:16 -0800

adduser (2.11) unstable; urgency=high

  * Some fixes to the deluser and delgroup scripts
  * More fixes to the adduserperm script

 -- Christoph Lameter <clameter@debian.org>  Wed, 25 Sep 1996 09:00:00 +0800

adduser (2.10) unstable; urgency=medium

  * These are severe changes to adduser. Please test before using!
  * Manpage adduser.8 updated to describe the purpose of /usr/local/sbin/adduser.local
  * Add --gecos and --passwd option for adduser
  * Add --uid and --gid options for adduser and addgroup
  * Add a script called adduserperm to set up the permissions on who can
    create new users.
  * Bug: addgroup left the password field in /etc/group empty.
  * Added deluser and delgroup scripts. Very primitive right now.

 -- Christoph Lameter <clameter@debian.org>  Tue, 24 Sep 1996 09:00:00 +0800

adduser (2.00) unstable; urgency=medium

  * New Maintainer
  * New Standards 2.1.0.0 simplifying and reducing files
  * Removed obsolete stuff
  * Fix bug #3878, #3794, #3879, #3861, #3490

 -- Christoph Lameter <clameter@debian.org>  Sun, 22 Sep 1996 09:00:00 +0800

Wed May 29 10:11:38 CDT 1996	Steve Phillips  <sjp@cvfn.org>  

	* Added part of patch from Miquel van Smoorenburg
		<miquels@cistron.nl> that I missed somehow.

Fri May 17 16:48:28 CDT 1996  	Steve Phillips  <sjp@cvfn.org>  

	* Added patch from Miquel van Smoorenburg <miquels@cistron.nl> 
		Fixes Bug#2286 and Bug#3017

	* Updated adduser manpage for --ingroup option

	* Added --ingroup option to addsysuser task as well as
		adduser.

Thu May 16 14:31:42 MET DST 1996  Miquel van Smoorenburg <miquels@cistron.nl>

	* Added new command line option --ingroup

	* Added options to adduser.conf to allow homedirectory
	  construct of /home/u/user or /home/users/user

	* Default NIS entry (+::::::) was not kept at the end

Tue May  7 14:09:30 CDT 1996	Steve Phillips	<sjp@cvfn.org>

	* Finished fixing Bug #1534

	* Fixed Bug #2285

	* Fixed Bug #2361

	* Changed man pages so they get their version numbers plugged
	  in from the makefile

	* Fixed some minor perl syntax errors

Tue Oct 24 22:21:29 1995  Sven Rudolph  <sr1@inf.tu-dresden.de>

	* uploaded files were incorrect, therefore reuploading

	* debian.Changelog: corrected a description

	* debian.control: added Section: field

Mon Oct 23 22:16:19 1995  Sven Rudolph  <sr1@inf.tu-dresden.de>

	* Makefile: moved symlink creation from postinst/prerm into 
		    the build stage

	* debian.postinst, debian.prerm: deleted
	
	* adduser.8: changed documentation for --home feature

	* adduser.pl: fixed some file locking races (Bug#1720)

	* adduser.pl: create home directory with setgid bit when 
		      using usergroups (Bug#1544)

	* adduser.pl: corrected permissions for copies of /etc/skel
		      files (Bug#1544)

	* adduser.pl: run /usr/local/sbin/adduser.local if it exists
		      (patch for this feature provided in Bug#1544)

	* adduser.pl: now always does chown before chmod
		      (Bug#1544, Bug#1720)

	* adduser.pl: now correctly copies dot files from /etc/skel
		      (Bug#1500)

	* adduser.pl: now gives informative message when called from
		      a non-root user (Bug#1350)

	* adduser.pl: enforces that user names are never longer than
                      8 characters (Bug#1241)

	* adduser.pl: now copies everything below /etc/skel (Bug#1542)

Local variables:
mode: debian-changelog
End:
