Change logs for update-notifier source package in Raring

  • update-notifier (0.134) raring; urgency=low
    
      * Updated translations for raring
     -- Sebastien Bacher <email address hidden>   Wed, 17 Apr 2013 11:53:09 +0200
  • update-notifier (0.133) raring; urgency=low
    
      * Add data/package-system-locked: Check if package system is locked. This
        mirrors what com.ubuntu.SystemService.is_package_system_locked() from
        ubuntu-system-service used to do.
      * data/com.ubuntu.update-notifier.policy.in: Allow local users to run
        package-system-locked through pkexec.
      * src/update.c, dpkg_lock_is_taken(): Drop D-BUS call to
        ubuntu-system-service, call package-system-locked instead. Drop
        ubuntu-system-service Suggests:. (LP: #1153567)
     -- Martin Pitt <email address hidden>   Tue, 09 Apr 2013 12:19:08 +0200
  • update-notifier (0.132) raring; urgency=low
    
      * data/apt-cdrom-check: correctly quote mount path given to the awk command,
        otherwise it hits an error with directories with spaces in their name,
        e.g "Ubuntu 12.10"
    
      [ Colin Watson ]
      * Switch from g_timeout_add to g_timeout_add_seconds everywhere, which
        should allow for better power use.
      * Remove unused TIMEOUT_APT_GET_UPDATE macro.
    
      [ Brian Murray ]
      * Remove unused firmware paths from uevent.c.
      * data/apt-cdrom-check: check that the release on the media is greater than
        the current release (LP: #887650).  Thanks to Andreas Altaïr Redmer for the
        patch.
    
      [ Michael Terry ]
      * Use synaptic-pkexec instead of gksu in backend_helper.py
      * Install a policykit policy file to replace last gksu use for
        cddistupgrader.
     -- Sebastien Bacher <email address hidden>   Fri, 15 Mar 2013 12:35:49 +0100
  • update-notifier (0.131) raring; urgency=low
    
      * Remove obsolete and unused data/dbus-helper.
      * Remove obsolete and unused data/upgrade-app.
      * Fix typo in upgrader-patches directory name in cddistupgrader.
      * Use g_clear_pointer/g_clear_object where appropriate.
      * Fix leak of a GDir every time update-notifier notices that dpkg was run.
      * Make debugging a bit more usable: correct type of control variables, and
        (for now) automatically set G_MESSAGES_DEBUG=all if any of
        update-notifier's debugging options are used.
      * Remove unnecessary trailing newlines from all debugging messages.
      * Adjust newest_log_file_timestamp to avoid an embedded newline in
        debugging messages.
      * Only create most indicators (or tray icons) when they're actually being
        used, to save memory when idle.
      * Tolerate hook files with a missing Terminal field, since it's documented
        as optional.
      * Don't call check_update_hooks from on_button_next_clicked; this is
        unnecessary (show_hooks already calls check_update_hooks after the
        dialog is closed) and causes recursive confusion.
     -- Colin Watson <email address hidden>   Fri, 01 Feb 2013 15:09:41 +0000
  • update-notifier (0.130) raring; urgency=low
    
      [ Colin Watson ]
      * Only create a single GSettings instance for com.ubuntu.update-notifier,
        rather than several.
      * Remove unused u_abort function.
      * Make several more functions static that aren't used from other
        compilation units.
      * Correct a number of imprecise prototypes.
      * Defer instantiating GtkBuilders until the corresponding user interfaces
        actually need to be displayed, saving memory when they don't.
      * Restore code to keep a handle to crash and reboot notifications, so that
        they can be closed by later code (at least for notification-daemon
        users).
      * Fix several leaks of NotifyNotification objects.
      * Don't call show_hooks (which now includes instantiating the
        corresponding GtkBuilder) if there are no unseen hooks to show.
    
      [ Brian Murray ]
      * Remove calls to gnome-app-install and addon CD support (LP: #722887)
     -- Colin Watson <email address hidden>   Thu, 31 Jan 2013 03:32:33 +0000
  • update-notifier (0.129) raring; urgency=low
    
      [ Colin Watson ]
      * Fix many typos for "running".
      * Fix a number of compiler warnings.
    
      [ Brian Murray ]
      * Switch from using gksu for apport crashes to pkexec (LP: #1098235)
     -- Brian Murray <email address hidden>   Wed, 30 Jan 2013 09:43:09 -0800
  • update-notifier (0.128) raring; urgency=low
    
      * Fix incorrect glib pkg-config requirement.
     -- Colin Watson <email address hidden>   Wed, 30 Jan 2013 01:11:22 +0000
  • update-notifier (0.127) raring; urgency=low
    
      [ Michael Vogt ]
      * Rebuild cache in memory to avoid race condition
        (LP: #1016040). Thanks to James Hunt
    
      [ Colin Watson ]
      * Exit GTK+ main loop on receiving SIGINT, to make it easier to debug
        update-notifier using valgrind.
      * Fix memory leak in init_already_seen_hooks.
      * Fix missing description field for "Start package manager" tray action.
      * Stop using deprecated gdk_app_launch_context_new function.
     -- Colin Watson <email address hidden>   Wed, 30 Jan 2013 00:47:31 +0000
  • update-notifier (0.126) quantal; urgency=low
    
      * Add build-dependencies on python, python-apt, and python-debian for the
        test suite; and add runtime dependencies on python-{apt,debian},
        unnoticed until now.
     -- Steve Langasek <email address hidden>   Tue, 09 Oct 2012 15:12:20 -0700