Change logs for adduser source package in Lucid

  • 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
  • adduser (3.110ubuntu7) karmic-proposed; urgency=low
    
      * deluser: Explicitly set $PATH, so that this also works when being called
        from programs/environment without $PATH (such as D-Bus activated
        backends). This fixes user deletion from gnome-system-tools. Thanks to
        Milan Bouchet-Valat! (LP: #458883)
     -- Martin Pitt <email address hidden>   Mon, 09 Nov 2009 10:34:58 +0100
  • adduser (3.110ubuntu6) karmic; urgency=low
    
      * deluser: add logic to prune new location of ecryptfs config data,
        in /home/.ecryptfs/$user
    
     -- Dustin Kirkland <email address hidden>   Mon, 03 Aug 2009 12:49:04 +0100