Change logs for gnome-system-tools source package in Lucid

  • gnome-system-tools (2.30.0-0ubuntu3) lucid-proposed; urgency=low
    
      [ Milan Bouchet-Valat ]
      * Add 91_shares_services_detection.patch: Work around missing Upstart
        support by checking for installed files instead of SysV init scripts which
        no longer exist. (LP: #574046)
     -- Martin Pitt <email address hidden>   Fri, 26 Nov 2010 11:47:01 +0100
  • gnome-system-tools (2.30.0-0ubuntu2) lucid; urgency=low
    
      * debian/patches/82_gst-packages-time-admin.patch:
        - Switch time combobox to "Keep synchronized with Internet servers" after
          having installed NTP support (Xiegai Shan) (LP: #551936)
     -- Didier Roche <email address hidden>   Wed, 14 Apr 2010 21:27:37 +0200
  • gnome-system-tools (2.30.0-0ubuntu1) lucid; urgency=low
    
      * New upstream release:
        - Fix a few compiler warnings (Andre Klapper, Bug 612805)
        - Only update Real name in case of success
        - Force updating groups when showing groups dialog
        - Fix hang when new and old password only differ in case
        - Fix hang when changing empty password to something else
        - Fix hiding "encrypt home folder" option when not supported
        - Fix "Reload config?" dialog shown after creating a group
        - Remove duplicate deletion of groups
        - Replace UTF-8 characters escaped by Glade (Gabor Kelemen, Bug 613115)
        - Remove placeholder strings
        - Mark a string as translatable
        - Fix warning when NO_PASSWD_LOGIN group doesn't exist
     -- Robert Ancell <email address hidden>   Thu, 01 Apr 2010 11:07:35 +1100
  • gnome-system-tools (2.29.92-0ubuntu1) lucid; urgency=low
    
      * New upstream release:
        - Update main view fields after changing settings
        - Gracefully handle non-existent groups listed in user profiles
        - Work around an adduser limitation that makes it fail when a group using the new login already exists
        - Support account password locking/unlocking
      * debian/control.in:
        - Bump build-depends on systems-tools-backends-dev to 2.9.4
        - Bump gnome-system-tools depends on systems-tools-backends to 2.9.4
     -- Robert Ancell <email address hidden>   Thu, 25 Mar 2010 17:39:34 +1100
  • gnome-system-tools (2.29.91-0ubuntu2) lucid; urgency=low
    
      * debian/patches/26_user_profiles_conf.patch:
        - Don't add users to the audio group. This is consistent with
          user-setup and fixes an issue with sound device permissions when
          switching between users. Thanks to Igor Wojnicki for spotting
          this (LP: #433654)
     -- Chris Coulson <email address hidden>   Sun, 07 Mar 2010 11:56:59 +0000
  • gnome-system-tools (2.29.91-0ubuntu1) lucid; urgency=low
    
      * New upstream version
      * Common
        - Add nfs-common and nfs-server to the services list
      * Users
        - Fix crash when main group isn't set
        - Fix hang when configuration files are updated while the tool is running
        - Fix selecting current user on start, and ensure we always show it in the list
        - Always make new users own their home directory, if it already existed
        - Unreference users and groups on exit to allow them to clear their data
        - Small cosmetic improvements
      * Time
        - Fix time-admin crash due to broken callbacks
        - Don't update NTP configuration on every start
      * debian/control:
        - Bump liboobs-dev build-dep to 2.29.91
      * Refreshed patches:
        - 10_disable_interfaces.patch
        - 82_gst-packages-time-admin.patch
        - 90_relibtoolize.patch
     -- Chris Coulson <email address hidden>   Thu, 18 Feb 2010 02:07:10 +0000
  • gnome-system-tools (2.29.90-0ubuntu1) lucid; urgency=low
    
      * New upstream version
      * Users
        - Fix hangs when changing own password with some PAM setups
        - Update password field to indicate whether password is empty and/or
          asked on login
        - Support disabled accounts, waiting for the backends to report this
        - Sort users and groups list, implement search (LP: #477324)
        - Don't resize window with long user names (LP: #514298)
        - Improve buttons string to be "Change..."
        - Fix "Reload Changes?" dialog shown after creating an user
        - Fix a few leaks of OobsUsers and OobsGroups
      * Services
        - Only commit changes to one service at a time, to avoid many harmful
          issues
        - Remove unlock button, ask for authentication on-the-fly
        - Improve appearance of services list, use some additional icons and
          known services
      * Shares
        - Don't create an OobsIfacesConfig object since it's not used and
          consumes memory
      * Fixes LP: #200105
      * Refreshed patches:
        - 81_gst-packages-shares-admin.patch
        - 90_relibtoolize.patch
      * debian/control:
        - Bump liboobs-dev build-depend to 2.29.90
        - Update Standards-Version to 3.8.4. No other changes required
     -- Chris Coulson <email address hidden>   Sun, 14 Feb 2010 18:03:45 +0000
  • gnome-system-tools (2.29.3-0ubuntu2) lucid; urgency=low
    
      * debian/patches/26_user_profiles_conf.patch:
        - Delete "scanner" group from user profiles. This group doesn't exist
          on Ubuntu, and the presence of it here makes it impossible to apply
          the profiles
     -- Chris Coulson <email address hidden>   Sat, 06 Feb 2010 14:51:47 +0000
  • gnome-system-tools (2.29.3-0ubuntu1) lucid; urgency=low
    
      * New upstream release (LP: #506365)
        - Move to new System Tools Backends protocol (new liboobs API).
          We now only commit changes to one user at a time, reducing the
          risk for dangerous bugs.
        - Include default profiles configuration file (user-profiles.conf).
          Distributors should modify it to suit their needs and send them
          back for inclusion.
        - When creating an user, don't force UID, main group, home directory
          and shell: these parameters are now handled (better) by the platform
          tools (LP: #488158, LP: #313990)
        - Allow removing home directory when deleting an user (LP: #426125).
        - Don't allow deleting the last administrator account, and warn when
          the user is losing its own admin rights. Same for active users
          (LP: #25947, LP: #349453)
        - Don't allow creating a group with an existing GID (LP: #491434)
        - Use UID and GID ranges defined by liboobs, depending on the platform's
          abilities.
        - Clear suggested login entry when Real name is emptied in the new user
          dialog.
        - Change GConf "showall" option to apply only on users. System groups are
          always shown, since they are the most interesting ones.
        - Various UI and string improvements.
        - Change password for current user by running 'passwd', to avoid
          breaking keyrings and encrypted dirs
        - Ask for PolicyKit authentication when it most makes sense, i.e.
          when showing dialogs
        - Option to set encrypted home directories when creating users (on
          platforms that support it) (LP: #302870)
        - When editing one group, only commit changes to that group
        - When changing Real name, update it in the users list (LP: #498970)
        - Select current user on start, and the first one after selected user
          has been deleted
        - Don't force updating configuration twice on start
      * Also fixes LP: #344182, LP: #208057, LP: #188757, LP: #372695,
        LP: #99276, LP: #160862
      * debian/control:
        - Bump liboobs-dev build-dep to 2.29.3
      * debian/gnome-system-tools.install:
        - Don't install debian/profile
        - Install upstream user-profiles.conf instead
      * Delete debian/profiles
      * Refreshed patches:
        - 25_sambashare_group_definition.patch
        - 90_relibtoolize.patch
      * Dropped debian/patches/85_user_gnome_about_me_for_password.patch:
        - The change is obsolete in the new version
      * debian/patches/82_gst-packages-time-admin.patch:
        - Updated to remove superfluous UI file changes, causing focus issues
          in the users-admin password change dialog. Thanks to Will for
          spotting this (LP: #501976)
     -- Chris Coulson <email address hidden>   Fri, 05 Feb 2010 15:30:10 +0000
  • gnome-system-tools (2.29.1-0ubuntu2) lucid; urgency=low
    
      * debian/patches/85_user_gnome_about_me_for_password.patch:
        - Updated to fall-back to using system-tools-backends to change
          active users password when gnome-about-me isn't available
          (LP: #484559)
      * debian/control: Suggest gnome-control-center rather than depending
        on it (LP: #497441)
     -- Chris Coulson <email address hidden>   Mon, 04 Jan 2010 00:43:00 +0000
  • gnome-system-tools (2.29.1-0ubuntu1) lucid; urgency=low
    
      * New upstream version (LP: #493855):
        - Users:
          + Complete rework of the user interface
          + Fix empty shells combo box
          + Fix GID wrongly set to 0 in group settings dialog
          + Add privilege groups from Debian
          + Always show system groups
        - Time:
          + Remove obsolete time servers
        - Network:
          + Bring back PPP connection type combo box, which was empty since
            the migration to GtkBuilder
        - debian/control:
          + Bump liboobs build-dep to 2.29.1
          + Add build-dep on libpango1.0-dev
        - Dropped patches merged upstream:
          + 02_dont_check_for_nautilus_when_not_building_it.patch
          + 03_duplicated_field_desktop_file.patch
          + 40_more-groups.patch
        - Refreshed patches:
          + 01_wait_for_backends.patch
          + 10_disable_interfaces.patch
        - Move network-admin manpage to gnome-network-admin package and
          update conflicts/replaces
      * Sync with Debian unstable, remaining changes:
        - debian/control:
          + Add Vcs-Bzr URL info.
          + Depend on gnome-control-center so that gnome-about-me is available
        - Split network-admin in to separate gnome-network-admin package
        - Don't build services-admin
        - debian/patches/25_sambashare_group_definition.patch:
          + Add sambashare to known groups
        - debian/patches/81_gst-packages-shares-admin.patch:
          + Install nfs-kernel-server and samba on demand
        - debian/patches/82_gst-packages-time-admin.patch:
          + Install ntp on demand
        - debian/patches/80_gst-packages-common.patch:
          + Used by previous 2 patches
        - debian/patches/85_user_gnome_about_me_for_password.patch:
          + Use gnome-about-me to change the active users password.
            gnome-about-me doesn't force the change as root, and so allows
            things (e.g. ecryptfs) in the PAM stack to access the old password
            as it is changed. (LP: #307019)
        - debian/profiles: Add profiles - see
          http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488256
        - debian/rules: i18n magic
        - debian/watch: Watch unstable series
     -- Chris Coulson <email address hidden>   Sun, 06 Dec 2009 23:25:18 +0000
  • gnome-system-tools (2.28.1-0ubuntu2) karmic; urgency=low
    
      * Add debian/patches/85_user_gnome_about_me_for_password.patch to
        use gnome-about-me to change the active users password. gnome-about-me
        doesn't force the change as root, and so allows things (e.g. ecryptfs)
        in the PAM stack to access the old password as it is changed.
        (LP: #307019)
        - Depend on gnome-control-center so that gnome-about-me is available.
        - Also include translations taken from gnome-control-center so that
          the change doesn't mean that the new button is untranslated for
          most users.
    
     -- James Westby <email address hidden>   Wed, 21 Oct 2009 15:34:58 +0100