update-notifier (0.40.15) breezy; urgency=low

  * debian/99update-notifier:
    - added if [ -d /var/lib/update-notifier/ ]; then 
      around the touch dpkg-was-run stamp file (makes a purge possible 
      without dpkg error). Thanks to Kamion for reviewing it.

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Oct 2005 14:02:48 +0200

update-notifier (0.40.14) breezy; urgency=low

  * debian/99update-notifier:
    - only touch the dpkg-run-stamp if /var/lib/update-notifier/ 
      actaully exists (makes a purge possible without dpkg error)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Oct 2005 09:50:52 +0200

update-notifier (0.40.13) breezy; urgency=low

  * src/hooks.c:
    - skip deleted hook files (ubuntu #17067, #17205)
    - fix a bug in the "supress-duplicates" logic that caused
      already seen hooks to be seen again and again (ubuntu #17091)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed,  5 Oct 2005 12:29:25 +0200

update-notifier (0.40.12) breezy; urgency=low

  * src/hooks.c:
    - fix a bug that prevented the summary to be displayed (thanks to 
      pitti for noticing)
    - make sure that the notification is shown after the upgrade
      (ubuntu #16759)
    - make sure to init the md5sums of already seen hooks to avoid
      showing duplicated entries (like e.g. from the kernel)
  * src/update.c:
    - if "show notifications" is unchecked hide a possible open 
      notification too (ubuntu #16803)
    - hide the notification bubble if the updates are finished 
      (ubuntu #14663, #16179)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  4 Oct 2005 12:24:58 +0200

update-notifier (0.40.11) breezy; urgency=low

  * src/hooks.c:
    - be even more carefull with the hook list managment

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 26 Sep 2005 23:28:35 +0200

update-notifier (0.40.10) breezy; urgency=low

  * po/hu.po:
    - added Hungarian translation (thanks to Gabor Kelemen)
  * src/update.c:
    - typo fix (malone #2464)
  * src/hal.c:
    - automatic upgrading from the cd disabled until this is properly
      speced 

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 21 Sep 2005 15:08:06 +0200

update-notifier (0.40.9) breezy; urgency=low

  * src/hooks.c:
    - be more carefull about the hook lists (ubuntu #14077)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 19 Sep 2005 10:37:54 +0200

update-notifier (0.40.8) breezy; urgency=low

  * src/update.c:
    - don't show a notification-bubble if the upgrade already finished
      (ubuntu #15550)
  * src/hooks.c:
    - don't show identical notifications more than once (e.g. it's common
      to have multiple kernel notifications)
  * debian/control:
    added dependencies to: hal, notification-daemon (ubuntu #15526)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 16 Sep 2005 13:28:23 +0200

update-notifier (0.40.7) breezy; urgency=low

  * src/update.c:
    - make the g_timeout for the update-bubble 5 secs (instead of 0.5s)
      (ubuntu #14479)
  * src/hooks.c:
    - added "DontShowAfterReboot" key to the hook file for e.g. 
      kernel notifications (ubuntu #13886)
    - type: "informations" -> "information" (ubuntu #7052)
  * typo fixes (ubuntu #15259)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 13 Sep 2005 20:11:59 +0200

update-notifier (0.40.6) breezy; urgency=low

  * added src/hal.c to po/POTFILES.in (thanks Kamion)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 31 Aug 2005 17:39:47 +0200

update-notifier (0.40.5) breezy; urgency=low

  * bugfixes:
    - improve the popup-notifications (thanks to mpt for his feedback)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 25 Aug 2005 18:15:24 +0200

update-notifier (0.40.4) breezy; urgency=low

  * bugfixes:
    - better dbus reconnect support 
    - typo fix (ubuntu #13391)
    - be more carefull about the placement of the notification send
      with libnotify

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 16 Aug 2005 10:29:08 +0200

update-notifier (0.40.3) breezy; urgency=low

  * gamin changed the semantic of FAMEvent.Filename, changed the
    code to deal with that

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 11 Aug 2005 15:14:40 +0200

update-notifier (0.40.2) breezy; urgency=low

  * report errors in the cache to the user
  * use libnotify to tell the user about updates

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 10 Aug 2005 13:07:00 +0200

update-notifier (0.40.1) breezy; urgency=low

  *  global already seen hook file in /etc/update-notifier/hooks_seen 
     added

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon,  4 Jul 2005 11:28:47 +0200

update-notifier (0.40) breezy; urgency=low

  * fixed various bugs in the hook display code

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 27 Jun 2005 15:02:05 +0200

update-notifier (0.39.2) breezy; urgency=low

  * fix in the md5sum check in preinst (apologies to keybuk 
    for suspecting the new dpkg) 
  * call intltool-update -v -p in build target to make
    langpack generation happy

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 14 Jun 2005 10:25:54 +0200

update-notifier (0.39.1) breezy; urgency=low

  * fixed a bug in apt-check (only happens on very new python-apt 
    versions)
  * ported the hal-reconnect bits to the new dbus api

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 10 Jun 2005 11:10:23 +0200

update-notifier (0.39) breezy; urgency=low

  * ported to libhal 0.5.1, build-depend on it,
    -> the reconnect bits still needs to be ported

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 10 May 2005 16:52:30 +0200

update-notifier (0.38.11) hoary; urgency=low

  * session icon and tray icon improved, no more blurry
    (thanks to Alexander Brausewetter) 
  * updated fi.po translation (thanks to Timo Jyrinki)
  * updated german translation

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 30 Mar 2005 12:39:13 +0200

update-notifier (0.38.10) hoary; urgency=low

  * fix for the pin file reading
  * work-around a problem in python-apt when reading the pin file
    (#8095)
  * fix for the nr of upgrades calculation

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 23 Mar 2005 14:54:53 +0100

update-notifier (0.38.9ubuntu1) hoary; urgency=low

  * fixed wrongly formated 20archive file 

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 23 Mar 2005 01:52:13 +0100

update-notifier (0.38.9) hoary; urgency=low

  * i18n fixes (missing translatable strings
  * fix for wrong upgrade count (#7907)
  * fix for a misdetection of a ubuntu cd
  * translation update (es)
  * setup /etc/apt/apt.conf.d/20archive with defaults 
    for archive size (500Mb) and archive age (30 days)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 23 Mar 2005 01:04:10 +0100

update-notifier (0.38.8) hoary; urgency=low

  * try harder not to identify the live cd as install cd (#7114)
  * try to keep the CD detected dialog above other window
  * detect downloads of packages (fix #6307)
  * show nice message when calling gksudo (fix #6671)
  * typo fix (#7052)
  * consider pined packages too (#7368)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri,  4 Mar 2005 11:55:32 +0100

update-notifier (0.38.7) hoary; urgency=low

  * fixed a problem with the i18n 

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 21 Feb 2005 23:10:32 +0100

update-notifier (0.38.6) hoary; urgency=low

  * work around a gamin problem with monitoring single files
  * added fi.po translation (thanks to Timo Jyrinki)
  * added es.po translation (thanks to Jorge Bernal)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  8 Feb 2005 10:16:26 +0100

update-notifier (0.38.5) hoary; urgency=low

  * fixed a problem that causes udpate-notifier not to update it's status
    when it was upgraded or re-installed
  * basic i18n support for the hooks added

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  1 Feb 2005 15:03:26 +0100

update-notifier (0.38.4) hoary; urgency=low

  * fixed missing gettext init (thanks to seb128!)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 28 Jan 2005 13:11:57 +0100

update-notifier (0.38.3) hoary; urgency=low

  * da.po added (thanks to Martin Willemoes Hansen)
  * some more code cleanups

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 27 Jan 2005 20:07:09 +0100

update-notifier (0.38.2) hoary; urgency=low

  * depend on update-manager now
  * better error reporting when hal/dbus/fam are not available
  * run "gnome-software-properties" by default if prefernces is clicked
  * save last action as default action on left click

 -- Michael Vogt <mvo@debian.org>  Mon, 24 Jan 2005 11:28:07 +0100

update-notifier (0.38.1) hoary; urgency=low

  * put the periodic entries in /etc/apt/apt.conf.d/99update-notifier 
    into /etc/apt/apt.conf.d/10periodic

 -- Michael Vogt <mvo@debian.org>  Wed, 19 Jan 2005 14:16:56 +0100

update-notifier (0.38) hoary; urgency=low

  * basic hook support added

 -- Michael Vogt <mvo@debian.org>  Wed, 12 Jan 2005 16:51:43 +0100

update-notifier (0.37.3) hoary; urgency=low

  * improved the detection of apt-get update conditions a lot
  * simplified the code that show/hides the icon
  * md5 check for left-over /etc/apt/apt.conf.d/99upgrade-notifer
    and delete it if unmodified

 -- Michael Vogt <mvo@debian.org>  Tue, 11 Jan 2005 14:28:29 +0100

update-notifier (0.37.2) hoary; urgency=low

  * fixed a missed name change in debian/S99update-notifier

 -- Michael Vogt <mvo@debian.org>  Fri,  7 Jan 2005 00:00:45 +0100

update-notifier (0.37.1) hoary; urgency=low

  * cdrom detection dialog improved
  * renamed to "update-notifier" 

 -- Michael Vogt <mvo@debian.org>  Thu,  6 Jan 2005 16:40:13 +0100

upgrade-notifier (0.37) hoary; urgency=low

  * hal support added, not-yet-scanned cdroms are automatically detected

 -- Michael Vogt <mvo@debian.org>  Wed, 29 Dec 2004 20:57:24 +0100

upgrade-notifier (0.36.1-1) hoary; urgency=low

  * new version that fixes a segfault

 -- Michael Vogt <mvo@debian.org>  Wed, 15 Dec 2004 17:27:12 +0100

upgrade-notifier (0.36-1) hoary; urgency=low

  * new upstream release

 -- Michael Vogt <mvo@debian.org>  Tue, 14 Dec 2004 17:23:21 +0100

upgrade-notifier (0.35-1) hoary; urgency=low

  * new upstream release
 
 -- Michael Vogt <mvo@debian.org>  Sun, 28 Nov 2004 13:56:33 +0100

upgrade-notifier (0.34-1) hoary; urgency=low

  * new upstream release

 -- Michael Vogt <mvo@debian.org>  Tue,  9 Nov 2004 12:36:07 +0100

upgrade-notifier (0.33-7) unstable; urgency=low

  * prepared cron.daily to run "apt-get update" (not enabled)

 -- Michael Vogt <mvo@debian.org>  Tue,  2 Nov 2004 14:43:52 +0100

upgrade-notifier (0.33-6) unstable; urgency=low

  * Build with update-manager.

 -- Michiel Sikkes <michiel@eyesopened.nl>  Mon, 25 Oct 2004 22:01:09 +0200

upgrade-notifier (0.33-5) unstable; urgency=low

  * Added build-depends.

 -- Michiel Sikkes <michiel@eyesopened.nl>  Mon, 25 Oct 2004 21:47:03 +0200

upgrade-notifier (0.33-4) unstable; urgency=low

  * Build against current glib.

 -- Michiel Sikkes <michiel@eyesopened.nl>  Mon, 25 Oct 2004 14:50:59 +0200

upgrade-notifier (0.33-3) unstable; urgency=low

  * Build against current gtk.

 -- Michiel Sikkes <michiel@eyesopened.nl>  Sun, 24 Oct 2004 04:39:53 +0200

upgrade-notifier (0.33-2) unstable; urgency=low

  * Added synaptic wrapper script.

 -- Michiel Sikkes <michiel@eyesopened.nl>  Sat, 23 Oct 2004 16:58:03 +0200

upgrade-notifier (0.33-1) unstable; urgency=low

  * Initial Release.

 -- Michiel Sikkes <michiel@eyesopened.nl>  Fri, 22 Oct 2004 22:55:25 +0200

