r11640 - in /packages/experimental/update-notifier/debian: changelog changelog.ubuntu patches/001_all_linguas.diff

alanbach-guest at users.alioth.debian.org alanbach-guest at users.alioth.debian.org
Wed Jun 20 05:06:37 UTC 2007


Author: alanbach-guest
Date: Wed Jun 20 05:06:37 2007
New Revision: 11640

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11640
Log:
* Removed 001_all_linguas.diff, merged upstream, * Updated changelog.ubuntu

Removed:
    packages/experimental/update-notifier/debian/patches/001_all_linguas.diff
Modified:
    packages/experimental/update-notifier/debian/changelog
    packages/experimental/update-notifier/debian/changelog.ubuntu

Modified: packages/experimental/update-notifier/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/update-notifier/debian/changelog?rev=11640&op=diff
==============================================================================
--- packages/experimental/update-notifier/debian/changelog (original)
+++ packages/experimental/update-notifier/debian/changelog Wed Jun 20 05:06:37 2007
@@ -4,6 +4,8 @@
   * New upstream release (Closes: #422507).
   * Merged with the previous changelog entry.
   * Added 04_fix_desktop_file.diff, calls with gksu
+  * Removed 001_all_linguas.diff, merged upstream
+  * Updated changelog.ubuntu
 
   [ Loic Minier ]
   * Add a get-orig-source target to retrieve the upstream tarball.

Modified: packages/experimental/update-notifier/debian/changelog.ubuntu
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/update-notifier/debian/changelog.ubuntu?rev=11640&op=diff
==============================================================================
--- packages/experimental/update-notifier/debian/changelog.ubuntu (original)
+++ packages/experimental/update-notifier/debian/changelog.ubuntu Wed Jun 20 05:06:37 2007
@@ -1,3 +1,208 @@
+update-notifier (0.57.1) gutsy; urgency=low
+
+  * remove dbus-1-utils dependency
+  * use gtk-yes for restart notification (LP#103710)
+  * fix spelling mistakes (LP#64485)
+  * fix memory-leak in in_admin_group()
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed, 23 May 2007 13:00:45 +0200
+
+update-notifier (0.57) gutsy; urgency=low
+
+  * fix cdrom detection for cdrom mountpoints with spaces (LP#114593)
+  * implemented new "Title" key in the UpgradeHooks file 
+    (for IncreaseHardwareDatabasePariticipation spec)
+  
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu, 10 May 2007 15:55:19 +0200
+
+update-notifier (0.56.3) feisty; urgency=low
+
+  * data/update-notifier.schemas.in: Flip apport crash reporting default to
+    'false' for the release.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Mon,  9 Apr 2007 14:20:49 +0200
+
+update-notifier (0.56.2) feisty; urgency=low
+
+  * debian/control: Add X-Vcs-Bzr.
+  * Add data/update-notifier.schemas.in with a key to enable/disable apport
+    report displaying (/apps/update-notifier/show_apport_crashes). Add
+    necessary autotools infrastructure for i18n and installation.
+  * src/crash.c: Do not show apport crash reports if above gconf key is false.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Wed,  4 Apr 2007 17:47:50 +0200
+
+update-notifier (0.56.1) feisty; urgency=low
+
+  * src/update.c:
+    - pass the correct with_gksu flag on right-click (LP:#88825)
+    - fix software-properties call (LP#93909)
+    - fix race in file_monitor_periodic_check() (LP#91277)
+  * data/apt-check.py:
+    - use the system python (LP#94434)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu, 22 Mar 2007 10:15:51 +0100
+
+update-notifier (0.56) feisty; urgency=low
+
+  [ Jonathan Riddell ]
+  * src/crash.c: Fix spelling.
+
+  [ Martin Pitt ]
+  * src/update-notifier.c: Now that we have it, use apport's native icon
+    instead of the bomb.
+  * Remove pixmaps/16x16/crashreport-notifier.png, obsolete.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Thu, 22 Feb 2007 13:56:12 +0100
+
+update-notifier (0.55) feisty; urgency=low
+
+  * src/rfc822.c:
+    - fix the parser to deal with ' .\n' lines properly
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri, 16 Feb 2007 15:02:00 +0100
+
+update-notifier (0.54) feisty; urgency=low
+
+  * src/hooks.c:
+    - added Gettext-Domain key support 
+    - added DisplayIf command support
+     (IncreaseHardwareDatabaseParticipation)
+  * src/hwdb_client.[ch]: 
+    - removed, the notification will be done via the hooks
+  * src/update-notifier.c:
+    - remove hwdb_client_check() 
+    - "--debug-hooks" does not take a argument anymore
+  * HOOKS: updated the documentation 
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri, 16 Feb 2007 10:48:05 +0100
+
+update-notifier (0.53) feisty; urgency=low
+
+  * detection for addon CDs added (as speced in EdubuntuOnTwoCDs)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue,  6 Feb 2007 12:47:17 +0100
+
+update-notifier (0.52) feisty; urgency=low
+
+  * INSTALL: Update to automake 1.10 version.
+  * src/hwdb_client.c: Check for hwdb-gui before displaying notification.
+  * src/hwdb_client.c: Do not display notification if
+    /var/lib/hwdb-client-common/no-notification exists.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Mon,  5 Feb 2007 13:31:48 +0100
+
+update-notifier (0.51) feisty; urgency=low
+
+  * Add src/hwdb_client.[hc]: Implement notification bubble for hwdb-client.
+    The notification triggers on a live sytem (/proc/cmdline contains
+    "boot=casper") and the first time the user with uid=1000 logs in.
+  * INSTALL: Update to current FSF version.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Thu,  1 Feb 2007 16:16:09 +0100
+
+update-notifier (0.50.3) feisty; urgency=low
+
+  * src/crash.c: Only show a notification for system crash reports, do not
+    immediately throw gksu into the user's face unexpectedly and steal the
+    focus.
+  * src/update-notifier.h: Add a third argument to invoke_with_gksu which uses
+    'descr' as the complete message instead of just the desktop file name. Fix
+    all calls to it.
+  * src/crash.c: Use a more meaningful message for gksu'ing to access system
+    crash reports.
+  * autogen.sh: Call autoreconf/intltoolize/aclocal instead of
+    gnome-autogen.sh, since the latter just breaks randomly and doesn't
+    actually do anything useful for us.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Mon, 22 Jan 2007 15:24:20 +0100
+
+update-notifier (0.50.2) feisty; urgency=low
+
+  [Martin Pitt]
+  * src/crash.c: If the user is an admin, also check for crashes of system
+    programs (apport-checkreports --system) and invoke apport-gtk through gksu
+    for them. Closes: LP#62316
+  [Michael Vogt]
+  * data/apt-cdrom-check:
+    - fix bashism in detection code
+    - use gpgv instead of gpg for signature verification
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri, 12 Jan 2007 18:50:56 +0100
+
+update-notifier (0.50.1) feisty; urgency=low
+
+  * src/avahi.c: Fix string quotes to fix FTBFS on the buildds (worked just
+    fine on local feisty, duh).
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Tue, 12 Dec 2006 16:39:08 +0100
+
+update-notifier (0.50) feisty; urgency=low
+
+  * Add check for /var/run/avahi-daemon/disabled-for-unicast-local, which
+    indicates that Avahi was disabled due to an already existing unicast
+    .local domain. This is invalid and breaks that domain, thus Avahi gets
+    disabled in that case. Inform the user about it, as per
+    https://wiki.ubuntu.com/ZeroConfNetworking.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Tue, 12 Dec 2006 12:14:10 +0100
+
+update-notifier (0.43.3) UNRELEASED; urgency=low
+
+  * Add check for /var/run/avahi-daemon/disabled-for-unicast-local, which
+    indicates that Avahi was disabled due to an already existing unicast
+    .local domain. This is invalid and breaks that domain, thus Avahi gets
+    disabled in that case. Inform the user about it, as per
+    https://wiki.ubuntu.com/ZeroConfNetworking.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Tue, 12 Dec 2006 12:14:10 +0100
+
+update-notifier (0.43.2) edgy; urgency=low
+
+  * data/apt-cdrom-check:
+    - fix problem in the dist-upgrade cdrom detection
+  * po/POTFILES.in:
+    - missing missing file in POTFILES.in (lp: #63151)
+  * src/hooks.c:
+    - support for urls in the hooks
+  * ui/reboot.glade:
+    - fix typos (lp: #61537)
+  * ui/hooks-dialog.glade:
+    - make the string simpler (lp: #42733)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon,  2 Oct 2006 16:53:21 +0200
+
+update-notifier (0.43.1) edgy; urgency=low
+
+  * data/cddistupgrade, data/apt-cdrom-check:
+    - fixes in cdrom based dist-upgrade code 
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Sun,  3 Sep 2006 11:33:37 +0200
+
+update-notifier (0.43) edgy; urgency=low
+
+  * support for CDs with a dist-upgrader (see the CDRomBasedUpgradesSpec
+    for details)
+  * don't run update-manager as root (it works fine as user now)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri,  1 Sep 2006 17:22:48 +0200
+
+update-notifier (0.42.13build1) edgy; urgency=low
+
+  * Rebuild against dbus 0.90
+
+ -- Sebastian Dröge <slomo at ubuntu.com>  Mon, 28 Aug 2006 19:59:24 +0200
+
+update-notifier (0.42.13) edgy; urgency=low
+
+  * po/sv.po:
+    - new translation (thanks to Daniel Nylander and Gustavo N. Silva)
+  * really hide the crash icon after runing apport-gtk
+  * made the branding more neutral in the CD detection (thanks to 
+    Gustavo Noronha Silva)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 28 Aug 2006 17:07:23 +0200
+
 update-notifier (0.42.12) edgy; urgency=low
 
   * always hide the crash icon after runing apport-gtk




More information about the pkg-gnome-commits mailing list