Changelog
adduser (3.112ubuntu1) lucid; urgency=low
* Merge with Debian testing. Remaining Ubuntu changes:
- AdduserCommon.pm, adduser, adduser.8, adduser.conf.5: Allow uppercase
letters in the names of system users. This is done by having a separate
NAME_REGEX_SYSTEM configuration setting which applies when --system is
specified. (Soren Hansen)
- Add support for encrypting home directories:
+ adduser: Add --encrypt-home option, which calls ecryptfs-setup-private
for the hard work.
+ doc/adduser.8: document the --encrypt-home option
+ debian/control: suggest ecryptfs-utils >= 67-1
+ deluser: remove all of /var/lib/ecryptfs/$user with --remove-home
adduser (3.112) unstable; urgency=low
* deluser: --backup-to implies --backup, but only if passed on the command
line (addresses: #535857) (closes: #551929)
* deluser: explicitly set $PATH, patch from Martin Pitt
<email address hidden> (closes: #555307)
* Translations:
- ru: thanks Yuri Kozlov <email address hidden> (closes: #559661)
adduser (3.111) unstable; urgency=low
[ Joerg Hoh ]
* deluser: --backup-to implies --backup; thanks Zak Wilcox (closes: #535857)
* deluser: sockets should also be backupped and removed (closes: #545024),
thanks Christian Sievers for spotting.
* allow underscores again in usernames (closes: #520586)
* remove the "games" group from the EXTRA_GROUPS example (closes: #502150)
* really warn if a user is already present when creating a new system user
(closes: 515909)
* document the interaction between --system and --close (closes: #515909)
[ Stephen Gran ]
* Update po4a calls
* Translations:
- fr (thanks Nicolas FRANCOIS (Nekral) <email address hidden>
closes: #545475)
- sv (thanks Daniel Nylander <email address hidden> closes: #517505)
- zh_CN (thanks Aron Xu <email address hidden> closes: #544504)
* update standards version - no changes
-- Martin Pitt <email address hidden> Wed, 27 Jan 2010 09:47:08 +0100