1
update-notifier (0.131) UNRELEASED; urgency=low
4
* Remove obsolete and unused data/dbus-helper.
5
* Remove obsolete and unused data/upgrade-app.
6
* Fix typo in upgrader-patches directory name in cddistupgrader.
9
* Use synaptic-pkexec instead of gksu in backend_helper.py
10
* Install a policykit policy file to replace last gksu use for
13
-- Colin Watson <cjwatson@ubuntu.com> Thu, 31 Jan 2013 14:08:22 +0000
15
update-notifier (0.130) raring; urgency=low
18
* Only create a single GSettings instance for com.ubuntu.update-notifier,
20
* Remove unused u_abort function.
21
* Make several more functions static that aren't used from other
23
* Correct a number of imprecise prototypes.
24
* Defer instantiating GtkBuilders until the corresponding user interfaces
25
actually need to be displayed, saving memory when they don't.
26
* Restore code to keep a handle to crash and reboot notifications, so that
27
they can be closed by later code (at least for notification-daemon
29
* Fix several leaks of NotifyNotification objects.
30
* Don't call show_hooks (which now includes instantiating the
31
corresponding GtkBuilder) if there are no unseen hooks to show.
34
* Remove calls to gnome-app-install and addon CD support (LP: #722887)
36
-- Colin Watson <cjwatson@ubuntu.com> Thu, 31 Jan 2013 03:32:33 +0000
38
update-notifier (0.129) raring; urgency=low
41
* Fix many typos for "running".
42
* Fix a number of compiler warnings.
45
* Switch from using gksu for apport crashes to pkexec (LP: #1098235)
47
-- Brian Murray <brian@ubuntu.com> Wed, 30 Jan 2013 09:43:09 -0800
49
update-notifier (0.128) raring; urgency=low
51
* Fix incorrect glib pkg-config requirement.
53
-- Colin Watson <cjwatson@ubuntu.com> Wed, 30 Jan 2013 01:11:22 +0000
55
update-notifier (0.127) raring; urgency=low
58
* Rebuild cache in memory to avoid race condition
59
(LP: #1016040). Thanks to James Hunt
62
* Exit GTK+ main loop on receiving SIGINT, to make it easier to debug
63
update-notifier using valgrind.
64
* Fix memory leak in init_already_seen_hooks.
65
* Fix missing description field for "Start package manager" tray action.
66
* Stop using deprecated gdk_app_launch_context_new function.
68
-- Colin Watson <cjwatson@ubuntu.com> Wed, 30 Jan 2013 00:47:31 +0000
70
update-notifier (0.126) quantal; urgency=low
72
* Add build-dependencies on python, python-apt, and python-debian for the
73
test suite; and add runtime dependencies on python-{apt,debian},
76
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 09 Oct 2012 15:12:20 -0700
78
update-notifier (0.125) quantal; urgency=low
80
* There are other buggy translations, revert those as well.
81
* Make sure our tests are actually run at build time.
82
* Add a new test for broken translations, and fix the test for the notifier
83
output which had not been kept in sync with the source.
85
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 09 Oct 2012 20:59:55 +0000
87
update-notifier (0.124) quantal; urgency=low
89
* Revert buggy translation of a variable name, addressing bug #1003100.
91
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 09 Oct 2012 12:39:38 -0700
93
update-notifier (0.123) quantal; urgency=low
95
* Updated launchpad translations
97
-- Sebastien Bacher <seb128@ubuntu.com> Tue, 09 Oct 2012 18:05:11 +0200
99
update-notifier (0.122) quantal; urgency=low
101
* Tell python-dbus to use glib's mainloop so it doesn't throw an exception
104
-- Michael Terry <mterry@ubuntu.com> Fri, 07 Sep 2012 09:11:53 -0400
106
update-notifier (0.121ubuntu1) quantal; urgency=low
109
* lp:~nathwill/update-notifier/lp-934517:
110
- improve wording (LP: #934517), thanks to Nathan Williams
113
* replace dict.has_key with key in dict (LP: #1040380)
115
-- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com> Sat, 25 Aug 2012 15:16:34 +0100
117
update-notifier (0.120ubuntu2) quantal; urgency=low
119
* Add dependency on patch to update-notifier-common as it's called
120
from the cddistupgrader script when doing upgrades from an external
121
media. (LP: #1029531)
123
-- Stéphane Graber <stgraber@ubuntu.com> Wed, 08 Aug 2012 17:24:38 -0400
125
update-notifier (0.120ubuntu1) quantal; urgency=low
127
* Convert from libgdu to gio's GVolumeMonitor (LP: #1028040)
129
-- Michael Terry <mterry@ubuntu.com> Mon, 23 Jul 2012 13:34:43 -0400
131
update-notifier (0.119ubuntu15) quantal; urgency=low
133
* Undo the Python 3 conversion until python3-debian is ready
135
-- Michael Terry <mterry@ubuntu.com> Mon, 02 Jul 2012 13:00:46 -0400
137
update-notifier (0.119ubuntu14) quantal-proposed; urgency=low
141
- Use the new python-apt API since the legacy API is not available
143
- Various and pyflakes, whitespace, style, line length fixes.
146
* Update to use new update-manager command line and
147
ubuntu-release-upgrader paths.
149
-- Michael Terry <mterry@ubuntu.com> Fri, 29 Jun 2012 11:05:06 -0400
151
update-notifier (0.119ubuntu13) quantal; urgency=low
154
- modernize a bit for the 0.8 API
156
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 12 Jun 2012 11:08:52 +0200
158
update-notifier (0.119ubuntu12) quantal; urgency=low
160
* src/uevent.c: Drop Jockey handling. This was only used for missing DVB
161
firmware, but the firmware is now shipped by default in linux-firmware.
162
Also, Jockey is being obsoleted.
164
-- Martin Pitt <martin.pitt@ubuntu.com> Wed, 30 May 2012 15:06:17 +0200
166
update-notifier (0.119ubuntu11) quantal; urgency=low
168
* po/*.po: the string '$packages' must not be translated, but we currently
169
have no way to mark the string as such in the input files. LP: #1003100.
171
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 22 May 2012 21:35:02 +0000
173
update-notifier (0.119ubuntu10) quantal; urgency=low
175
* Merge in changes from 0.119ubuntu8.1 which had been uploaded to
178
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 15 May 2012 16:20:43 -0700
180
update-notifier (0.119ubuntu9) quantal; urgency=low
182
* fix data/Makefile.am to clean up all generated files.
183
* fix wrong intltool-merge invocation.
184
* data/package-data-downloads-failed{,-permanently}.in: work around a bug in
185
intltool-merge rfc822deb handling that causes wrong syntax when the first
186
line in the file is a translated field. LP: #993672.
187
* use po2debconf instead of the upstream intltool-merge, since the latter
188
doesn't actually handle multi-paragraph description fields correctly.
189
* Fix package-data-downloader to do a correct timestamp comparison. Thanks
190
to Loïc Minier for catching this. LP: #986183.
191
* data/package-data-downloads-failed.in: use pkexec instead of gksudo, for
192
compatibility with Kubuntu. Thanks to Jonathan Thomas for pointing out
193
the correct fix. LP: #982032.
195
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 15 May 2012 16:16:08 -0700
197
update-notifier (0.119ubuntu8.1) precise; urgency=low
199
* data/notify-reboot-required: echo notification if gettext is not available
200
thanks to Richard Laager for the patch (LP: #644578)
202
-- Brian Murray <brian@ubuntu.com> Thu, 19 Apr 2012 13:58:50 -0700
204
update-notifier (0.119ubuntu8) precise; urgency=low
207
- updated to latest LP export to ensure that the translation-missing
208
window information is actually translated (LP: #562900)
210
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 17 Apr 2012 16:32:08 +0200
212
update-notifier (0.119ubuntu7) precise; urgency=low
214
* Use <proto>_proxy environment variables to choose the proxy to use for
215
data downloads, not the apt proxy settings, because apt may be
216
configured to point at a package-specific proxy. This makes proxy
217
configuration a little less convenient than before for the
218
flashplugin-installer package, but it at least it makes it possible to
219
have a different proxy setting for packages vs. arbitrary data
220
downloads, which otherwise we don't have any way to support.
222
* Stop processing after a fatal download error, not just a transient one,
223
so that we can't be tricked into feeding a partial list of files to a
224
handler. Thanks to Kees Cook for spotting the bug. LP: #979426.
225
* Flush stdout before calling subprocess, so that log output makes more
227
* Print a more meaningful status message when downloading, instead of just
229
* Check for existence of /usr/lib/update-notifier/package-data-downloader
230
before trying to run it from our cron job, so that the package doesn't
231
generate error messages when removed but not purged.
232
* The action for our notification should call gksu instead of trying to
233
run the command directly without root access. This is imperfect because
234
kubuntu won't have gksudo available by default, but it's an improvement
235
over failing for everybody. LP: #976761.
237
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 13 Apr 2012 03:49:10 +0000
239
update-notifier (0.119ubuntu6) precise; urgency=low
241
* data/package-data-downloader: Set urllib._urlopener to an instance of
242
urllib.FancyURLopener rather than urllib.URLopener, since the former
243
handles redirects (LP: #977812).
245
-- Colin Watson <cjwatson@ubuntu.com> Tue, 10 Apr 2012 12:15:08 +0100
247
update-notifier (0.119ubuntu5) precise; urgency=low
249
* Make sure /usr/lib/update-notifier/package-data-downloader is called on
250
package configuration as well, since a trigger is not guaranteed to
251
happen if the triggering package is configured first. LP: #977178.
253
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 09 Apr 2012 20:48:14 +0000
255
update-notifier (0.119ubuntu4) precise; urgency=low
257
* Fix conffile removal handling for /etc/update-motd.d/20-cpu-checker; we
258
were deleting the file but it was still registered in dpkg's database as
259
obsolete. dpkg-maintscript-helper can help with this.
261
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 09 Apr 2012 11:26:57 -0700
263
update-notifier (0.119ubuntu3) precise; urgency=low
265
* data/package-data-downloader: add support for a 'should-download' field
266
pointing to a debconf question that tells us whether or not the files
267
for this package should actually be downloaded. Otherwise, we'll
268
always download the files for msttcorefonts even when the user hasn't
269
accepted the license. LP: #876298.
271
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 09 Apr 2012 05:36:00 +0000
273
update-notifier (0.119ubuntu2) precise; urgency=low
275
* data/package-data-downloader, data/package-data-downloads-failed.in,
276
data/package-data-downloads-failed-permanently.in,
277
debian/update-notifier-common.{postinst,triggers}: add a new handler and
278
dpkg trigger to let packages queue data for download after package
279
install, so that network connectivity problems don't make installs
280
and upgrades unreliable. LP: #876298.
281
* debian/update-notifier-common.cron.daily: add a cronjob to periodically
282
retry any failed downloads.
283
* src/update-notifier.c: when there are new hooks, check them whether or
284
not dpkg has run; this allows other packages to send us notifications
285
by ways other than running a package maintainer script.
287
-- Steve Langasek <steve.langasek@ubuntu.com> Thu, 05 Apr 2012 22:04:05 -0700
289
update-notifier (0.119ubuntu1) precise; urgency=low
291
* src/update-notifier.c: Consider both the "sudo" and "admin" groups as
292
administrator. (LP: #893842)
294
-- Martin Pitt <martin.pitt@ubuntu.com> Sun, 11 Mar 2012 10:29:28 +0100
296
update-notifier (0.118.1ubuntu1) precise; urgency=low
298
* add support to apply patches when running the release upgrader
299
* change default release upgrade check interval to 14 days
302
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 18 Jan 2012 09:36:47 +0100
304
update-notifier (0.118ubuntu1) precise; urgency=low
306
* fix "fsck doesn't update system info on login" LP: #692355
307
Thanks to Paul McEnery
309
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 09 Jan 2012 12:58:55 +0100
311
update-notifier (0.117ubuntu3.1) oneiric-proposed; urgency=low
313
* src/trayappletui.c:
314
- fix overlong menu entries (LP: #871691)
316
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Oct 2011 09:27:26 +0200
318
update-notifier (0.117ubuntu3) oneiric; urgency=low
320
* add #include "trayappletui.h" to ensure the prototypes are
321
correct (fixes FTBFS)
324
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 Oct 2011 20:56:14 +0200
326
update-notifier (0.117ubuntu2) oneiric; urgency=low
328
* port to libappindicator (LP: #779382) to ensure its visible
329
under unity{,-2d} for users with the auto_open key set to
332
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 Oct 2011 12:18:49 +0200
334
update-notifier (0.117ubuntu1) oneiric; urgency=low
336
* data/backend-helper.py: add helper that can dynamically
337
choose what package manager to use
338
* switch recommends to python-aptdaemon.gtk3widgets | synpatic
340
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 10 Aug 2011 15:50:40 +0200
342
update-notifier (0.116ubuntu1) oneiric; urgency=low
344
* Fixed restart required notification wording. (LP: #680685)
346
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 27 Jul 2011 14:24:37 +0200
348
update-notifier (0.115ubuntu2) oneiric; urgency=low
350
* set the default release-upgrade check time to 7 days
351
to be in line with the updates check interval
352
(foundations-o-update-manager-release-announcements spec)
354
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Jul 2011 09:00:29 +0200
356
update-notifier (0.115ubuntu1) oneiric; urgency=low
359
* port to gtk3/gsettings/gdbus
361
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 14 Jul 2011 09:36:56 +0200
363
update-notifier (0.112ubuntu2) oneiric; urgency=low
365
* data/update-notifier.desktop.in:
366
- Don't show in "Startup Applications" (LP: #803917)
368
-- Michael Terry <mterry@ubuntu.com> Fri, 01 Jul 2011 13:42:50 +0100
370
update-notifier (0.112ubuntu1) oneiric; urgency=low
372
* Port to current libnotify 0.7 API. Bump libnotify-dev build dependency.
374
-- Martin Pitt <martin.pitt@ubuntu.com> Wed, 08 Jun 2011 09:22:22 +0200
376
update-notifier (0.111ubuntu2) natty; urgency=low
380
- HP laser printers which require firmware can also have the
381
product ID "xx2a" now. (LP: #734822)
383
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 31 Mar 2011 11:21:51 +0200
385
update-notifier (0.111ubuntu1) natty; urgency=low
387
* data/apt-cdrom-check, data/cddistupgrader:
388
- support upgrades from filesystems without the "stable" and
389
"ubuntu" symlinks (like vfat)
391
- check all removable devices for a upgrader
392
- when detecting a upgrade CD skip the "Run package manager"
393
step as its recommended to use the release upgrader
395
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 09 Mar 2011 16:00:19 +0100
397
update-notifier (0.110.4ubuntu1) natty; urgency=low
400
- use x-terminal-emulator instead of hardcoding gnome-terminal
403
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 16 Feb 2011 19:37:04 +0100
405
update-notifier (0.110.3ubuntu3) natty; urgency=low
407
* data/update-motd-fsck-at-reboot: fix logic for getting mount list,
408
add defensive 0 sets, add "never check" special cases (LP: #718469).
410
-- Kees Cook <kees@ubuntu.com> Sun, 13 Feb 2011 16:46:32 -0800
412
update-notifier (0.110.3ubuntu2) natty; urgency=low
414
* src/reboot.c: use consolekit instead of hal when gnome-session is
415
not available. lp: #716905
417
-- Lionel Le Folgoc <mrpouit@ubuntu.com> Sun, 13 Feb 2011 13:39:15 +0100
419
update-notifier (0.110.3ubuntu1) natty; urgency=low
421
* merged lp:~brian-murray/update-notifier/error-message-string-fix,
424
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 25 Jan 2011 11:32:56 +0100
426
update-notifier (0.110.2ubuntu1) natty; urgency=low
428
* debian/90-updates-available, debian/98-fsck-at-reboot,
429
debian/98-reboot-required:
430
- check if the scripts exist before using them (thanks to
433
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Jan 2011 19:01:35 +0100
435
update-notifier (0.110.1ubuntu3) natty; urgency=low
438
- add dialog when system crashes are detected to avoid fullscreen
440
- fix incorrect bits from the previous merge (thanks to Sebastien Bacher)
441
- honor the /apps/update-notifier/auto_launch gconf key, if that is
442
set never display a notifcation area icon but instead always fire
443
up apport, if set, do the opposite and always show notifcation
444
area icon and never fire up apport automatically
446
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 04 Jan 2011 14:20:33 +0100
448
update-notifier (0.110.1ubuntu2) natty; urgency=low
451
* src/crash.c: if there is no systray report at least the user issues.
452
The code should still be ported to use an indicator later on.
453
* src/crash.c: Don't spam the session log with the crash names either.
454
* src/crash.c, src/reboot.c, src/update-notifier.c:
455
- clear some debug calls to keep the session log clean
458
* src/update-notifier.c:
459
- move debug calls into g_debug and hide that by default
460
- add new --debug-misc call that is a catch-all bucket for
461
uncategorized messages
463
- use g_spawn_sync() instead of g_spawn_sync_command_line and
464
pass G_SPAWN_STDOUT_TO_DEV_NULL|G_SPAWN_STDERR_TO_DEV_NULL
466
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 04 Jan 2011 09:14:03 +0100
468
update-notifier (0.110.1ubuntu1) natty; urgency=low
471
* data/update-motd-fsck-at-reboot:
472
- fix small issues in the script that I introduced in the
474
* add recommends to aptdaemon (thanks to Michael Terry)
478
* data/update-motd-cpu-checker, data/Makefile.am, debain/control,
479
debian/20-cpu-checker, debian/update-notifier-common.{install,postinst}:
480
drop cpu-checker since kernel will unmask BIOS filtering of NX now.
482
-- Kees Cook <kees@ubuntu.com> Wed, 17 Nov 2010 11:35:00 -0800
484
update-notifier (0.110ubuntu1) natty; urgency=low
487
* Update description to not mention adept/adept-notifier anymore, but "other
488
packages" and "server use cases" as adept doesn't exist anymore.
491
* Add --disable-deprecations configure flag to test for deprecated API use
492
* Don't use deprecated API, and update required version of GTK+ to match
496
* merged lp:~shiyee/update-notifier/fsck-at-reboot, thanks to
499
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 Nov 2010 10:11:11 +0100
501
update-notifier (0.105ubuntu1) maverick; urgency=low
504
- avoid triggering a aptdaemon launch when checking for
505
pending transactions (LP: #587004)
507
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 03 Sep 2010 10:00:54 +0200
509
update-notifier (0.104ubuntu1) maverick; urgency=low
513
- fix missing init of GError
514
* updated to use xdg config dirs (thanks to Christian Klein)
517
* move hooks file over to the new location if
520
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 25 Aug 2010 21:16:28 +0200
522
update-notifier (0.103ubuntu1) maverick; urgency=low
525
* add /usr/share/update-notifier/plugins/cache-changed dir
526
that can be used to trigger scripts on cache change (update,
527
install, remove, upgrade) that are run within the users
528
context (e.g. oneconf)
531
* sort and launch scripts one after another in async mode on cache change
533
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 21 Jul 2010 15:01:58 +0200
535
update-notifier (0.102ubuntu1) maverick; urgency=low
537
* Generalize firmware backend to be more easily extensible for other types
539
- Rename firmware.{h,c} to uevent.{h,c} and rename the functions
541
- configure.in, src/Makefile.am, src/update-notifier.c: Fix references for
543
- uevent.c: Split out the "missing general firmware" specific bits into a
544
new function deal_with_missing_firmware(). This makes the on_uevent()
545
function very small and clean, and easy to extend.
546
* src/uevent.c: Add new function deal_with_scp() to launch
547
system-config-printer when a printer is added or present at startup, and
548
s-c-p is not running yet. This must explicitly enabled with the new
549
--enable-system-config-printer configure option, and is disabled by
550
default. OEMs and derivatives can enable it easily and drop s-c-p's
551
autostart .desktop file.
552
* src/uevent.c: Fix a memory leak, properly free the list items and list
553
from g_udev_client_query_by_subsystem().
554
* debian/control: Bump Standards-Version to 3.8.4 (no changes necessary).
555
* Add debian/source/format: 3.0 (native).
557
-- Martin Pitt <martin.pitt@ubuntu.com> Fri, 25 Jun 2010 12:19:04 +0200
559
update-notifier (0.101ubuntu1) maverick; urgency=low
562
- run apt-check with nice and ionice (thanks to dbarth)
564
- updated, add information on /etc/apt/apt.conf.d/10periodic,
565
/etc/apt/apt.conf.d/20archive. Thanks to Michael Schuerig
568
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Jun 2010 15:06:12 +0200
570
update-notifier (0.100ubuntu1) maverick; urgency=low
572
* properly integrate with check-release-upgrade-gtk and support
574
* merged from debian, many thanks to Julian Andres Klode
575
* switch back to auto-open mode
577
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 01 Jun 2010 15:38:26 +0200
579
update-notifier (0.99.3debian4) unstable; urgency=low
581
* Show the tray icon instead of running update-manager (Closes: #578717),
582
the update-manager mode does not even work currently due to Bug#579789.
584
-- Julian Andres Klode <jak@debian.org> Wed, 05 May 2010 12:11:01 +0200
586
update-notifier (0.99.3debian3) unstable; urgency=low
588
* Do not ship /var/crash as it is not needed.
589
* debian/update-notifier-common.install:
590
- Install /etc/apt/apt.conf.d/ files here instead of using debian/rules.
591
* debian/rules: Simplify and remove unneeded parts.
592
* autogen.sh: Run intltool-update -p here.
594
- Detect security updates for Debian [and gNewSense] (Closes: #493653).
595
* Run notify-reboot-required in kernel postinst.d (Closes: #502396).
596
* data/notify-reboot-required: Also work if /var/run is no mountpoint,
597
it will be cleaned up on boot anyway (Closes: #462002).
598
* Recommend synaptic and software-properties-gtk and only use them if
599
they are installed (Closes: #559000, #448534).
600
* Recommend anacron to have up-to-data package lists (Closes: #414155).
601
* debian/99update-notifier: Fix syntax.
602
* Update translations from Launchpad and create ALL_LINGUAS dynamically.
603
* data/Makefile.am: Do not run gconftool-2, it just prints warnings.
604
* Fix compiler warnings.
606
-- Julian Andres Klode <jak@debian.org> Sun, 18 Apr 2010 18:18:36 +0200
608
update-notifier (0.99.3debian2) unstable; urgency=low
610
* configure.in: Remove gdu and gudev-1.0 from the common module list.
612
-- Julian Andres Klode <jak@debian.org> Sat, 17 Apr 2010 13:19:56 +0200
614
update-notifier (0.99.3debian1) unstable; urgency=low
616
* Rebase packaging on Ubuntu's one (Closes: #568476); differences:
617
- Depend on update-manager-gnome instead of update-manager.
618
- Only recommend cpu-checker as it's not in the archive (yet).
619
* data/apt_check.py: Upgrade to new python-apt API (Closes: #572351).
620
* Disable gudev and gdu stuff on non-Linux architectures.
621
* debian/control: Update Standards-Version and have -common depend on python.
622
* debian/update-notifier-common.preinst: Add missing #DEBHELPER# line.
624
-- Julian Andres Klode <jak@debian.org> Fri, 16 Apr 2010 19:41:27 +0200
626
update-notifier (0.99.2) lucid; urgency=low
628
* 20-cpu-checker, 90-updates-available, 98-reboot-required,
629
update-notifier-common.install, update-notifier-common.links:
630
symlinking scripts into /etc/update-motd.d causes them *not*
631
to be considered conffiles, so admins can't really edit or
632
remove them to their liking; instead, install simple "exec"
633
shell wrappers, LP: #559194
635
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 09 Apr 2010 12:44:13 -0500
637
update-notifier (0.99.1) lucid; urgency=low
640
* data/notify-reboot-required:
641
- make sure to record the maintainer script that requested the
642
reboot in /var/run/reboot-required.pkgs (LP: #538253)
643
* silence debug messages by default (unless one of the
644
--debug switches is used)
646
- point Vcs-Bzr to lucid branch
649
* debian/update-notifier-common.links: move reboot-required
650
from update-motd position 99 to 98, since 99 is now a (typically
651
empty) admin-controlled footer
653
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 24 Mar 2010 14:59:04 +0100
655
update-notifier (0.99) lucid; urgency=low
658
- move hplip firmware loading here and watch for udev
659
events from printers that need to load a firmware. Call
660
hp-plugin-ubuntu in this case automatically.
662
- dropped in favor of doing this in the firmware.c code
664
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 19 Mar 2010 17:21:04 +0100
666
update-notifier (0.98) lucid; urgency=low
668
* data/update-motd-cpu-checker: update path to the now external checker.
670
-- Kees Cook <kees@ubuntu.com> Thu, 11 Mar 2010 01:16:49 -0800
672
update-notifier (0.97) lucid; urgency=low
674
* debian/control, data/update-motd-cpu-checker: move motd updater into
675
the data/ tree and add to build system now that check-bios-nx is part
676
of the external cpu-checker package.
678
-- Kees Cook <kees@ubuntu.com> Wed, 10 Mar 2010 23:03:25 -0800
680
update-notifier (0.96) lucid; urgency=low
682
* debian/cpu-checker/check-bios-nx: adjust informational URL, eliminate
683
"filter" language in favor of "disable".
685
-- Kees Cook <kees@ubuntu.com> Thu, 18 Feb 2010 12:23:28 -0800
687
update-notifier (0.95) lucid; urgency=low
689
* debian/cpu-checker/*, debian/rules, debian/update-notifier-common.links:
690
add NX bit sanity checker to be included in motd updates.
692
-- Kees Cook <kees@ubuntu.com> Wed, 17 Feb 2010 15:05:16 -0800
694
update-notifier (0.94) lucid; urgency=low
696
* Add src/hplip.{h,c}:
697
- listen to com.hp.hplip.NeedPlugin events
699
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 Feb 2010 13:34:08 +0100
701
update-notifier (0.93) lucid; urgency=low
703
* data/update-notifier.desktop:
704
- drop the --startup-delay command line option and use the new
705
X-GNOME-Autostart-Delay autostart key instead
707
-- Sebastien Bacher <seb128@ubuntu.com> Mon, 01 Feb 2010 15:36:10 -0800
709
update-notifier (0.92) lucid; urgency=low
711
* Add src/firmware.{h,c}: Listen to "firmware" subsystem events, check if
712
requested firmware is present, and call jockey --check if not.
713
(LP: #425821, UbuntuSpec:desktop-lucid-jockey-hotplug-support)
715
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 26 Nov 2009 11:09:42 +0100
717
update-notifier (0.91) lucid; urgency=low
721
- do not auto-open restart required dialog, do this check in
722
the calling clients (like update-manager) instead
725
* Drop a couple of useless AC_SUBSTs.
726
* src/Makefile.am: use $(PACKAGE_CFLAGS) and _LIBS instead of
727
@PACKAGE_CFLAGS@ and _LIBS to allow overriding on the cmdline.
728
* configure.in: add "x11" to pkg_modules since src/clipboard.c calls X11
729
functions directly; fixes build issue with binutils-gold; thanks Peter
730
Fritzsche for the report; Debian #556515.
731
* Build-dep on libx11-dev explicitly.
732
* Wrap build-deps and deps to get cleaner diffs.
733
* Cleanup rules, mostly dropping boilerplate.
734
* Pass -s to dh_* in binary-arch.
735
* Don't overwrite CFLAGS from the env.
736
* Don't set INSTALL_PROGRAM, not needed with dh_strip.
737
* Only pass --host to configure if DEB_BUILD_GNU_TYPE and DEB_HOST_GNU_TYPE
739
* Pass LDFLAGS down to configure.
740
* Build-dep on autotools-dev to ensure config.sub and config.guess are
742
* Don't ignore errors from distclean.
743
* Update FSF address in copyright and misc src/*.[ch] files.
744
* "set -e" in debian/preinst, postinst, and postrm.
745
* Cleanup and simplify debian/update-notifier-common.postinst.
746
* Use Vcs-Bzr instead of XS-Vcs-Bzr.
747
* Bump up Standards-Version to 3.8.3.
748
* Comment out --with-pkg-manager= configure flag as it's dnl-ed out in
750
* Drop useless DEBVER from rules.
751
* Move to debhelper 7; bump bdep and compat.
753
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 Nov 2009 09:19:46 +0100
755
update-notifier (0.90) karmic; urgency=low
757
* data/update-notifier.schemas.in:
758
- fix typo (LP: #400214)
759
* debian/update-notifier-common.dirs:
760
- do not ship /var/crash here (LP: #449738)
762
- create /var/crash with the right permissions
763
* debian/update-notifier-common.postinst:
764
- fixup if permissions of /var/crash are incorrect due to
765
update-notifier-common (LP: #449738)
766
* data/apt-cdrom-check:
767
- only offer addon-cd if gnome-app-install is installed
768
(software-center does not yet support addon CDs)
770
- use gtk-dialog-warning-panel by default and use gtk
771
fallback mechanism to use the gtk-dialog-warning stock icon
773
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 15 Oct 2009 17:15:35 +0200
775
update-notifier (0.89) karmic; urgency=low
777
[ Mario Limonciello ]
779
- Fallback to HAL if possible to reboot (LP: #437333)
783
- wait for pending aptdaemon transactions before showing
784
the reboot required dialog (LP: #445634)
788
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 09 Oct 2009 16:40:44 +0200
790
update-notifier (0.88) karmic; urgency=low
792
* ui/reboot-dialog.ui:
793
- simplify text in the restart required UI (LP: #397324),
794
thanks to Scott Ritchie
796
- more robustness again failure in gdu_pool_new()
797
* src/upate-notifier.c:
798
- when gdu can not be initialized, do not fail but log a
799
warning instead (LP: #418691)
800
* data/update-notifier.schemas.in:
801
- fix typo (LP: #411511), thanks to Rakesh 'arky' Ambati
803
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Sep 2009 18:41:30 +0200
805
update-notifier (0.87) karmic; urgency=low
808
* debian/control: recommend libpam-modules rather than update-motd,
811
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Jul 2009 17:18:45 -0500
813
update-notifier (0.86) karmic; urgency=low
817
- build using --as-needed to reduce the depends
820
* debian/update-notifier-common.dirs: update-notifier-common
821
needs /etc/update-motd.d, rather than /etc/update-motd.d/hourly;
822
causes this directory to *not* be removed on update-motd package
826
* src/update-notifier.c:
827
- if display can not be opened, show a propper error message
828
and do not crash (LP: #317745)
830
- count security updates correctly even when they are "shadowed"
831
by a regular update (LP: #394958)
832
- fix typo (thanks to Hew McLachlan)
833
* data/update-motd-updates-available, debian/99update-notifier:
834
- move updates available from /var/run to /var/lib/update-notifier
835
to make it persistent over reboots
836
* src/update-notifier.c:
837
- make the timeout for no-activity from apt bigger (LP: #274001)
838
* data/update-notifier.desktop.in:
839
- better description for the auto startup (LP: #146918)
840
* src/update-notifier.c:
841
- use GAppInfo/GAppLaunchContext to provide startup notification
844
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Jul 2009 16:50:46 +0200
846
update-notifier (0.85) karmic; urgency=low
849
- use the gnome-session dbus interface for reboots
850
* src/hal.c -> src/gdu.c:
851
- ported from hal to gnome-disk-utils (libgdu-dev)
852
* drop libgnome from the build-depends and switch to
853
the new gnome-session dbus interface entirely
855
- drop libgnome-dev, libhal-dev
857
- when checking for apt/dpkg logs, ignore empty ones,
858
they are most likely caused by logrotate (thanks to
860
- when checking apt/dpkg logs, glob() for the old(er)
861
ones too (thanks to Dan Kegel)
863
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Jul 2009 17:25:16 +0200
865
update-notifier (0.80) karmic; urgency=low
867
* add /apps/update-notifier/hide_reboot_notification
868
gconf key to hide the reboot required messages
869
(as suggested by tjaalton)
870
* when running in auto-launch mode, check if security
871
updates are installed unattended and if so, use the normal
872
launch interval (LP: #369706)
874
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 06 Jul 2009 13:23:06 +0200
876
update-notifier (0.79) karmic; urgency=low
879
* ported from glade to gtkbuilder
883
- ensure that updates in both -updates and -security are
884
only counted once (thanks to Emmet)
886
- add strict dependency on update-notifier-common
888
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 29 Jun 2009 14:11:25 +0200
890
update-notifier (0.78) karmic; urgency=low
893
- better debug output
894
- add AUTOLAUNCH_MINIMAL_SECURITY_INTERVAL (LP: #369198)
895
* src/update-notifier.c:
898
- check for security updates in the current running
899
distro release (deals with cases where people have
900
two distros in their sources.list)
901
* remove some debug output
903
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 24 Apr 2009 15:39:34 +0200
905
update-notifier (0.76.7) jaunty; urgency=low
907
* fix crash in --debug mode (LP: #348883, #348110)
909
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Mar 2009 11:01:09 +0100
911
update-notifier (0.76.6) jaunty; urgency=low
914
- do not auto-launch if the dpkg lock is taken
915
by another process (LP: #334935)
916
* rework the debug options and support --debug-inotify,
917
--debug-updates, --debug-hooks
919
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 11 Mar 2009 14:11:12 +0100
921
update-notifier (0.76.5) jaunty; urgency=low
923
* debian/99update-notifier: write an empty /var/run/updates-available,
924
rather than removing it; empty indicates that we *know* that there are
925
no updates available, whereas missing/remove indicates that the status
926
is unknown, LP: #339066
928
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 07 Mar 2009 00:32:56 -0600
930
update-notifier (0.76.4) jaunty; urgency=low
932
* fix corner cases when the update icon still
933
appears even if run in auto launch mode (thanks to
936
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 04 Mar 2009 09:37:20 +0100
938
update-notifier (0.76.3) jaunty; urgency=low
940
* use the gconf /apps/update-manager/launch_time key
941
to detect the last lauch time. this means the autolaunch
942
time is reset on each manual update-manager run too
944
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 03 Mar 2009 14:57:27 +0100
946
update-notifier (0.76.2) jaunty; urgency=low
949
- show the reboot required dialog only once per
950
session (thanks to mdz for the report)
952
- when checking if update-manager needs to be auto launched,
953
take the time of the last package installs/removals into
954
consideration as well (as requested by the DX team)
955
- when auto launching update-manager, run with nice and
957
* src/update-notifier.c:
958
- add --debug-autolaunch switch
960
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 02 Mar 2009 15:38:28 +0100
962
update-notifier (0.76.1) jaunty; urgency=low
964
* ui/reboot-reqruied.glade:
965
- add dialog title for auto-launching
966
* data/update-notifier.schemas.in:
967
- set default launch interval to 7 days now (as asked for
970
- fix i18n plural forms (LP: #325251)
972
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 Feb 2009 20:47:37 +0100
974
update-notifier (0.76) jaunty; urgency=low
976
* make "auto_launch" update-manager mode the default (as asked
978
* set "regular_auto_launch_interval" to 2 days for the development
979
release. this default will change to 7 days for the stable
981
* run update-manager with "--no-focus-on-map" when in
983
* add "/apps/update-notifier/regular_auto_launch_interval" gconf
984
key that controls at what intervals (in days) update-manager is
985
automatically launched for regular updates (security updates
986
will be launched immediately). This only affects users that use
987
"/apps/update-notifier/auto_launch"
988
* make the interactive upgrade hooks dialog open up immediately
989
if "auto_launch" is enabled
990
* make the reboot required dialog open up immediately if "auto_launch"
993
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 16 Feb 2009 17:06:56 +0100
995
update-notifier (0.75.10) jaunty; urgency=low
997
* add gconf "/apps/update-notifier/auto_launch" option that
998
can automatically launch update-manager (defaults to
999
"false" for now until focus it not stolen)
1001
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 06 Feb 2009 14:33:06 +0100
1003
update-notifier (0.75.9) jaunty; urgency=low
1005
* debian/99update-notifier:
1006
- remove /var/run/updates-available after package installation
1009
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 04 Feb 2009 16:36:27 +0100
1011
update-notifier (0.75.8) jaunty; urgency=low
1013
* debian/update-notifier.docs:
1014
- fix filename and use it again (LP: #319194)
1015
* fix reboot action (LP: #314409)
1017
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 23 Jan 2009 15:21:02 +0100
1019
update-notifier (0.75.7) jaunty; urgency=low
1023
- fix incorrect capitalization (LP: #186594)
1026
* src/update-notifier.c:
1027
- Revert an earlier change to call gnome_program_init()
1028
again. reboot.c still depends on this (LP: #302326)
1030
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 20 Jan 2009 19:59:20 +0100
1032
update-notifier (0.75.6) jaunty; urgency=low
1034
* data/update-notifier.desktop.in:
1035
- work with other DEs than gnome,xfce (LP: #300463)
1037
- add missing file (LP: #298806)
1038
* src/update-notifier.c:
1039
- make "--force" start u-n even for system users (LP: #294569)
1040
- add gconf-key /apps/update-notifier/end_system_uids to make
1042
* src/update.{cc,h}:
1043
- show amount of updates available in notification
1044
(LP: #243695) as well
1046
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 25 Nov 2008 21:24:31 +0100
1048
update-notifier (0.75.5) jaunty; urgency=low
1050
* data/notify-reboot-required:
1051
- fix breakage when gettext-base is not installed
1054
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Nov 2008 09:57:35 +0100
1056
update-notifier (0.75.4) jaunty; urgency=low
1059
* data/Makefile.am: install
1060
- update-motd-reboot-required and
1061
- update-motd-updates-available
1062
* data/notify-reboot-required:
1063
- write human-readable, translatable output to /var/run/reboot-required
1064
* data/update-motd-reboot-required:
1065
- standalone shell script for use in update-motd
1066
* data/update-motd-updates-available:
1067
- standalone shell script to call apt-check with --human-readable option;
1068
hook for use in update-motd
1070
- recommend update-motd (>= 1.9), which contains fine grained motd
1071
update frequency control
1075
- add data/notify-reboot-required
1076
* data/update-motd-updates-available:
1077
- add checks so that apt-check only runs if the sources.list or the
1078
package lists changed
1080
- byebye arch-build target
1081
* .bzr-builddeb/default.conf:
1082
- welcome "[HOOKS]\npre-build"
1084
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Nov 2008 16:52:31 +0100
1086
update-notifier (0.75.3) jaunty; urgency=low
1088
* data/apt_check.py:
1089
- add "--human-readable" that gives the output
1090
in a human readable format (useful for e.g. scripts)
1093
- re-run make update-po
1095
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Nov 2008 20:59:04 +0100
1097
update-notifier (0.75.2) jaunty; urgency=low
1099
* data/apt_check.py:
1100
- make it a module so that it be shared with
1102
- rename so that it can be imported by update-notifier-kde
1103
- create compat symlink
1104
- use dgettext() so that it can be used from a different
1105
gettext domain that update-notifier
1106
- move the option parser out of run()
1109
* debian/update-notifier-common.install:
1110
- move the translations into this package
1112
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Nov 2008 20:15:11 +0100
1114
update-notifier (0.75.1) jaunty; urgency=low
1116
* debian/update-notifier-common.install:
1117
- move apt-check, apt-cdrom-check and cdromdistupgrade
1118
into update-notifier-common
1120
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Nov 2008 18:59:24 +0100
1122
update-notifier (0.75) jaunty; urgency=low
1124
* debian/15update-stamp:
1125
- make it cooperate with other update-success hooks
1126
* data/cddistupgrader:
1127
- fix quoting issues
1128
* src/update-notifier.c:
1129
- honor "--force" again and show the update-notifications
1130
then even for users not in the admin group (LP: #288099)
1131
- merge the gio branch
1132
- change statup delay to be calculated in seconds
1133
- change default to 5
1134
* data/update-notifier.desktop.in:
1135
- set delay to 60 sec
1136
* do not use GnomeClient anymore on all places where this is
1137
possible - we can not remove it entirely (yet) because
1138
reboot.c depends on it to do a cross desktop session exit
1140
* src/update-notifier.c:
1141
- move package manager to foreground if possible (LP: #274562),
1142
thanks to Muhammad Ameen
1143
* use the glib checksum functions instead of home grown
1144
implementation (thanks to Bruce Cowan)
1146
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 Nov 2008 10:24:01 +0100
1148
update-notifier (0.71.8) intrepid; urgency=low
1151
- when looking for inline translations in the notes file,
1152
check for keys with the CODESET added too to match what
1153
intltool-debian outputs (LP: #287556)
1155
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 22 Oct 2008 22:34:50 +0200
1157
update-notifier (0.71.7) intrepid; urgency=low
1159
* src/update-notifier.c:
1160
- check for all system user UIDs and do not start in this case
1163
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 20 Oct 2008 15:13:27 +0200
1165
update-notifier (0.71.6) intrepid; urgency=low
1167
* ui/hooks-dialog.glade:
1168
- make it avaialble via alt-tab
1169
* src/update.c, src/update-notifier.c:
1170
- allow running for non-admin users so that they can
1171
see the hook notifications too (LP: #281837)
1172
- ensure that its not run for the gdm guest user
1174
- add optional "OnlyAdminUsers" key (defaults to "true")
1175
so that non-admin users get not swamped with old
1176
notifications after the ugprade to intrepid
1178
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 16 Oct 2008 18:27:43 +0200
1180
update-notifier (0.71.5) intrepid; urgency=low
1182
* data/apt-cdrom-check:
1183
- fix incorrect quoting in release upgrade disk
1186
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Oct 2008 16:51:51 +0200
1188
update-notifier (0.71.4) intrepid; urgency=low
1191
- support "ButtonText" tag in note
1192
- deal with empty "Name" tag
1194
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 10 Oct 2008 20:00:52 +0200
1196
update-notifier (0.71.3) intrepid; urgency=low
1199
- check for already mounted CDs when starting up (LP: #276728)
1201
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 01 Oct 2008 16:53:41 +0200
1203
update-notifier (0.71.2) intrepid; urgency=low
1206
- do not start two update-managers on double click
1208
- wording fixes (LP: #254313), thanks to Gabor Kelemen
1210
- change the way gnome_client_request_save() is run
1211
to work with the latest gnome-session (LP: #214446)
1212
- better wording in the reboot dialog (LP: #211616)
1213
* data/apt-cdrom-check:
1214
- fix edubuntu addon CD detection
1216
- new translation (thanks to Deng Xiyue, closes: #497957)
1218
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 05 Sep 2008 21:05:08 +0200
1220
update-notifier (0.71.1) intrepid; urgency=low
1223
- make the "repository-outdated" nag message more clear
1224
and mention that unavailable repositores may cause the
1225
problem (LP: #243876)
1227
- fix incorrect display of number of updates (LP: #251494)
1229
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 28 Jul 2008 14:32:47 +0200
1231
update-notifier (0.71) intrepid; urgency=low
1234
- check for intermediate version when checking if a upgrade
1235
is security releated or not. its possible that a upgrade
1236
is available in -security and a newer one in -updates that
1237
has the security fixes applied as well but shows up in
1238
update-notifier as a normal update instead of a security
1239
releated one (LP: #239673)
1241
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 Jun 2008 17:37:20 +0200
1243
update-notifier (0.70.7.debian-7) unstable; urgency=low
1245
[ Emilio Pozuelo Monfort ]
1246
* debian/control.in: Depend on dbus-x11 rather than dbus-1-utils.
1250
* debian/patches/08_gksu_preserve_environment.diff: Added patch that makes
1251
gksu preserve its environment (-k switch). Fixes an issue with
1252
update-manager-gnome.
1254
-- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 21 Sep 2009 19:04:50 +0200
1256
update-notifier (0.70.7.debian-6) unstable; urgency=low
1259
* Use lt-nl instead of lt in README.reboot-required.Debian for robustness.
1261
[ Emilio Pozuelo Monfort ]
1262
* Depend on update-manager-gnome rather than update-manager since it's
1263
been renamed. Closes: #544325.
1265
-- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 30 Aug 2009 22:04:01 +0200
1267
update-notifier (0.70.7.debian-5) unstable; urgency=low
1270
* debian/update-notifier-common.install
1271
- add localized message
1272
(as /usr/share/locale/*/LC_MESSAGES/update-notifier.mo)
1273
* debian/patches/002_i18n_update.diff
1275
* debian/patches/04_fix_gksu_usage.diff
1276
- remove unnecessary patch line for src/update-notifier.c.orig.rej
1278
[ Josselin Mouette ]
1279
* Add version mangling to watch file.
1280
* Require debhelper 5.0.51 for dh_icons.
1281
* Make update-notifier-common depend on python for the scripts.
1282
* update-notifier.1:
1285
* Add set -e to preinst, postinst, postrm.
1287
+ Don’t use -a in the test.
1288
+ Remove the stamp directory after purge.
1289
* Fix spelling of Xfce.
1291
+ Remove unused arch-build target.
1292
+ Don’t ignore errors in make distclean.
1293
+ Move dh_icons to the appropriate place.
1294
+ Correctly split binary-arch and binary-indep targets.
1295
+ Remove the config.{sub,guess} dance, it’s handled by cdbs.
1296
* Add -g to CFLAGS for gdm-signal.
1297
* gdm-logout-action.[ch]: updated from gnome-panel, so that they are
1298
adapted to the new GDM protocol.
1299
* autodown.c: remove references to hibernate.
1300
* Install gdm-signal with the 755 permissions (lol).
1301
* 002_i18n_update.diff: update fr.po.
1303
-- Josselin Mouette <joss@debian.org> Wed, 22 Oct 2008 13:59:28 +0200
1305
update-notifier (0.70.7.debian-4) unstable; urgency=low
1307
* 002_i18n_update.diff:
1308
+ updated Spanish translation from Javier Fernández-Sanguino Peña.
1310
+ updated Finnish translation from Timo Jyrinki. Closes: #497716.
1311
+ simplified Chinese translation from Deng Xiyue. Closes: #497957.
1312
* Remove useless build-dependency on libgamin-dev.
1314
-- Josselin Mouette <joss@debian.org> Thu, 18 Sep 2008 18:25:36 +0200
1316
update-notifier (0.70.7.debian-3) unstable; urgency=low
1318
[ Emilio Pozuelo Monfort ]
1319
* debian/control.in:
1320
- update-notifier-common replaces update-manager, as it's
1321
now shipping /etc/apt/apt.conf.d/10periodic.
1322
- Remove Conflicts in update-notifier-common, they are not needed.
1325
* Bump standards version to 3.8.0, no extra change is needed
1326
* Updated 07_improve_readme.diff to fix examples reference
1327
* Fixed wrong executable check in update-notifier.cron.daily example
1328
script. Closes: #489954.
1330
-- Alan Baghumian <alan@technotux.org> Wed, 09 Jul 2008 09:05:22 +0200
1332
update-notifier (0.70.7.debian-2) unstable; urgency=low
1334
* debian/control.in:
1335
- Fix Conflicts/Replaces versioning. Closes: #489592.
1337
-- Emilio Pozuelo Monfort <pochu@ubuntu.com> Tue, 08 Jul 2008 02:33:42 +0200
1339
update-notifier (0.70.7.debian-1) unstable; urgency=low
1342
* New upstream stable releases
1343
* debian/changelog.ubuntu:
1344
- updated from the Ubuntu package
1346
- bump standards version to 3.7.3
1347
- bump minimum libgtk2.0-dev build-dep to >= 2.10.0
1348
- bump minimum libdbus-glib-1-dev build-dep to >= 0.60
1349
- added update-notifier-common to put shared things there
1350
- added update-notifier-common to update-notifier's deps
1351
- updated my email address
1352
- updated uploaders/maintainers
1353
* Added debian/15update-stamp:
1354
- move the update stamp hook into its own configuration
1356
* Updated debian/*.install for proper locations
1358
- merged upstream changes
1359
- extra space clean-ups
1360
* Updated 04_fix_gksu_usage.diff:
1361
- call update-manager with gksu
1362
- refreshed to be applied correctly
1363
* Rename upgrade-notifier.cron.daily to update-notifier.cron.daily
1364
as mentioned in the manpage
1365
* Removed debian/install: obsolete, merged with
1366
update-notifier-common.install
1369
* Dropped 05_fix_monitored_dirs.diff, merged upstream
1370
* Refreshed 02_reboot_use_my_gdm_signal, 002_i18n_update,
1371
04_fix_gksu_usage and 06_port_to_gtk2.10 to be applied
1374
[ Gustavo Noronha Silva ]
1376
- Make GNOME team the maintainer, I can no longer be involved
1377
- Add VCS information
1379
-- Alan Baghumian <alan@technotux.org> Sun, 06 Apr 2008 17:06:41 +0200
1381
update-notifier (0.70.7) hardy; urgency=low
1383
* src/update-notifier.c:
1384
- support running for non-admin users too
1385
- support forcing gksu
1387
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 04 Apr 2008 23:15:31 +0200
1389
update-notifier (0.70.6) hardy; urgency=low
1391
* src/update-notifier.c:
1392
- monitor the apt-get update stamp file too (LP: #206360)
1394
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 01 Apr 2008 16:49:48 +0200
1396
update-notifier (0.70.5) hardy; urgency=low
1398
* src/update-notifier.c:
1399
- delay statup checks for updates etc for 60s to avoid
1400
slowing down the desktop startup (for Seb128)
1401
- fix typo in monitored directories (LP: #188201)
1402
* src/update.c, src/crash.c, src/hooks.c:
1403
- ensure to not show notification if the icon is already
1406
- setup sensible default actions (LP: #186595)
1407
- do not keep the cdrom detected window on top of
1408
other windows (LP: #186593) and make sure it appears
1411
- use bigger icon (LP: #149380)
1413
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Mar 2008 18:24:07 +0100
1415
update-notifier (0.70.4) hardy; urgency=low
1417
* src/update.c, debian/15update-stamp:
1418
- run in the new APT::Update::Post-Invoke-Success slot
1419
- use /var/lib/apt/periodic/update-success-stamp stamp
1421
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 06 Feb 2008 19:16:58 +0100
1423
update-notifier (0.70.3) hardy; urgency=low
1426
- string fix (thanks to Brian Murray, LP: #181375)
1427
- do not display a error when running on the live-cd
1428
and apt-check is symlinked to /bin/true
1430
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Jan 2008 22:16:15 +0100
1432
update-notifier (0.70.2) hardy; urgency=low
1435
- fix typo in Vcs-Bzr header (thanks to Brian Murray)
1437
- remove debug output
1439
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 09 Jan 2008 09:45:14 +0100
1441
update-notifier (0.70.1) hardy; urgency=low
1443
* debian/15update-stamp:
1444
- move the update stamp hook into its own configuration
1447
- do not spam .xsession-erors if no cdrom can be found
1450
- fix incorrect initialization of GString
1451
- always show icon when apt is working (LP: #173149)
1452
- fix in the insensitve code
1453
* src/update-notifier.h:
1454
- fix timeouts for outdated repository information
1456
- remove unused ui/upgrade-dialog.glade (LP: #157416)
1458
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 08 Jan 2008 15:14:35 +0100
1460
update-notifier (0.70) hardy; urgency=low
1462
* use icon theme names "software-update-available" and
1463
"software-update-urgent" to show that updates are
1464
available and use the "-urgent" icon on security
1466
* show a warning icon if the last refresh of the
1467
repository information is older than 7 days
1468
* debian/10periodic:
1469
- install APT::Update::Post-Invoke handler so that the
1470
update-stamp is always updated after a successful update
1472
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 04 Jan 2008 16:27:34 +0100
1474
update-notifier (0.67) hardy; urgency=low
1476
* Call this *#(*$# arch-build to generate the autotools files.
1478
-- Martin Pitt <martin.pitt@ubuntu.com> Wed, 28 Nov 2007 12:48:27 +0100
1480
update-notifier (0.66) hardy; urgency=low
1482
* data/update-notifier.schemas.in: Enable apport for Hardy.
1484
-- Martin Pitt <martin.pitt@ubuntu.com> Wed, 28 Nov 2007 12:46:56 +0100
1486
update-notifier (0.65) hardy; urgency=low
1488
* use getgroups() instead of getgrouplist() to work better
1489
with stuff from pam_groups (thanks to Sebastian Dröge)
1490
* add 22x22 and 24x24 icons (thanks to Alan Baghumian)
1492
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 16 Nov 2007 10:18:09 +0100
1494
update-notifier (0.61) gutsy; urgency=low
1496
* data/update-notifier.schemas.in:
1499
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 08 Oct 2007 21:36:31 +0200
1501
update-notifier (0.60) gutsy; urgency=low
1503
* data/update-notifier.schemas.in:
1504
- Disable apport for RC
1506
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 08 Oct 2007 16:27:01 +0200
1508
update-notifier (0.59.6) gutsy; urgency=low
1511
- call dh_gconf after the schemas installation so it's registred correctly,
1512
that makes apport integration works again
1514
-- Sebastien Bacher <seb128@canonical.com> Mon, 24 Sep 2007 17:20:32 +0200
1516
update-notifier (0.59.5.debian-1) unstable; urgency=low
1519
* New upstream release.
1521
[ Gustavo Noronha Silva ]
1522
* debian/patches/06_port_to_gtk2.10.diff:
1523
- added to conditionaly use a gtk2.12-only function, which does
1524
not seem to break update-notifier if removed
1525
* debian/control.in, debian/update-notifier.1,
1526
debian/update-notifier.examples, debian/patches/07_improve_readme.diff:
1527
- accepted (slightly reworked) patch by Javier Fernández-Sanguino Peña
1528
to make it clear that update-notifier depends on external services
1529
to actually notice that updates are available (Closes: #439239)
1530
* debian/changelog.ubuntu:
1531
- updated from the Ubuntu package
1533
-- Gustavo Noronha Silva <kov@debian.org> Tue, 04 Sep 2007 21:40:19 -0300
1535
update-notifier (0.59.5) gutsy; urgency=low
1538
* fix incorrect tooltip when package manager was
1539
running (LP: #134959)
1541
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 27 Aug 2007 13:31:44 +0200
1543
update-notifier (0.59.4.debian-1) unstable; urgency=low
1545
[ Gustavo Noronha Silva ]
1546
* New upstream version
1547
* Fix Uploaders field syntax (Closes: #431667)
1548
* Fix source package naming to indicate we modify it for Debian
1549
* debian/patches/05_fix_monitored_dirs.diff:
1550
- avoid monitoring non-existing directories (Debian-wise)
1553
* Use ubuntu-get-source instead of gnome-get-source; build-dep on
1554
gnome-pkg-tools >= 0.12.3.
1556
-- Gustavo Noronha Silva <kov@debian.org> Tue, 21 Aug 2007 22:30:00 -0300
1558
update-notifier (0.59.4) gutsy; urgency=low
1560
* Don't install notify-reboot-required in update-notifier
1562
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 16 Aug 2007 18:39:38 +0100
1564
update-notifier (0.59.3) gutsy; urgency=low
1566
* Add update-notifier-common conflicts and replaces
1567
on old update-notifier
1569
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 16 Aug 2007 15:45:29 +0100
1571
update-notifier (0.59.2) gutsy; urgency=low
1573
* Re-libtoolise before upload, fix fail to compile
1575
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 16 Aug 2007 12:18:40 +0100
1577
update-notifier (0.59.1) gutsy; urgency=low
1580
* Split some files into update-notifier-common for sharing
1584
* fix schema location to /usr/share/gconf/schemas
1586
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 15 Aug 2007 19:01:27 +0200
1588
update-notifier (0.59) gutsy; urgency=low
1590
* fix crash in leftover from pre-GtkStatusIcon code (LP: #127965)
1591
* consitently use notify_notification_new_with_status_icon()
1593
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 27 Jul 2007 22:28:30 +0200
1595
update-notifier (0.58) gutsy; urgency=low
1597
* use GtkStatusIcon instead of EggTrayIcon, that makes
1598
the code significantly simpler
1600
- use dh_icons instead of dh_iconcache
1602
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 17 Jul 2007 15:30:42 +0100
1604
update-notifier (0.57.3-1) unstable; urgency=low
1607
* New upstream release (Closes: #422507).
1608
* Merged with the previous changelog entry.
1609
* Removed 001_all_linguas.diff, merged upstream
1610
* Updated changelog.ubuntu
1611
* Updated 002_i18n_update.diff, 03_detect_debian_cd.diff
1612
* Updated debian/control*
1613
- Added myself to the uploaders
1614
- Wrapped deps and build-deps
1617
* Add a get-orig-source target to retrieve the upstream tarball.
1620
* Add a man page (Closes: #404814).
1622
[ Gustavo Noronha Silva ]
1623
* debian/patches/03_detect_debian_cd.diff:
1624
- reupdated for 0.57.3 (Alan had updated this for 0.57.1)
1625
* debian/patches/04_fix_gksu_usage.diff:
1626
- do not use full path for update-manager when calling it;
1627
the path for update-manager has changed from /usr/sbin
1628
in earlier releases, and if we change the path to that here
1629
we'll have to bump deps, which may not be desired; same
1630
goes for software-properties
1631
- tell the code that update-manager needs gksu
1633
-- Gustavo Noronha Silva <kov@debian.org> Wed, 27 Jun 2007 21:19:35 -0300
1635
update-notifier (0.57.3) gutsy; urgency=low
1637
* data/update-notifier.schemas.in: Enable apport again for Tribe-2.
1639
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 26 Jun 2007 13:00:35 +0200
1641
update-notifier (0.57.2) gutsy; urgency=low
1643
* fix spelling mistake in addon CD detection (LP#110352)
1644
* fix incorrect desktop file name
1645
* add AptOnCD media detection (thanks to Rafael Proenca)
1647
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 20 Jun 2007 21:24:34 +0200
1649
update-notifier (0.57.1) gutsy; urgency=low
1651
* remove dbus-1-utils dependency
1652
* use gtk-yes for restart notification (LP#103710)
1653
* fix spelling mistakes (LP#64485)
1654
* fix memory-leak in in_admin_group()
1656
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 May 2007 13:00:45 +0200
1658
update-notifier (0.57) gutsy; urgency=low
1660
* fix cdrom detection for cdrom mountpoints with spaces (LP#114593)
1661
* implemented new "Title" key in the UpgradeHooks file
1662
(for IncreaseHardwareDatabasePariticipation spec)
1664
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 May 2007 15:55:19 +0200
1666
update-notifier (0.56.3) feisty; urgency=low
1668
* data/update-notifier.schemas.in: Flip apport crash reporting default to
1669
'false' for the release.
1671
-- Martin Pitt <martin.pitt@ubuntu.com> Mon, 9 Apr 2007 14:20:49 +0200
1673
update-notifier (0.56.2) feisty; urgency=low
1675
* debian/control: Add X-Vcs-Bzr.
1676
* Add data/update-notifier.schemas.in with a key to enable/disable apport
1677
report displaying (/apps/update-notifier/show_apport_crashes). Add
1678
necessary autotools infrastructure for i18n and installation.
1679
* src/crash.c: Do not show apport crash reports if above gconf key is false.
1681
-- Martin Pitt <martin.pitt@ubuntu.com> Wed, 4 Apr 2007 17:47:50 +0200
1683
update-notifier (0.56.1) feisty; urgency=low
1686
- pass the correct with_gksu flag on right-click (LP:#88825)
1687
- fix software-properties call (LP#93909)
1688
- fix race in file_monitor_periodic_check() (LP#91277)
1689
* data/apt-check.py:
1690
- use the system python (LP#94434)
1692
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 22 Mar 2007 10:15:51 +0100
1694
update-notifier (0.56) feisty; urgency=low
1696
[ Jonathan Riddell ]
1697
* src/crash.c: Fix spelling.
1700
* src/update-notifier.c: Now that we have it, use apport's native icon
1701
instead of the bomb.
1702
* Remove pixmaps/16x16/crashreport-notifier.png, obsolete.
1704
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 22 Feb 2007 13:56:12 +0100
1706
update-notifier (0.55) feisty; urgency=low
1709
- fix the parser to deal with ' .\n' lines properly
1711
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 16 Feb 2007 15:02:00 +0100
1713
update-notifier (0.54) feisty; urgency=low
1716
- added Gettext-Domain key support
1717
- added DisplayIf command support
1718
(IncreaseHardwareDatabaseParticipation)
1719
* src/hwdb_client.[ch]:
1720
- removed, the notification will be done via the hooks
1721
* src/update-notifier.c:
1722
- remove hwdb_client_check()
1723
- "--debug-hooks" does not take a argument anymore
1724
* HOOKS: updated the documentation
1726
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 16 Feb 2007 10:48:05 +0100
1728
update-notifier (0.53) feisty; urgency=low
1730
* detection for addon CDs added (as speced in EdubuntuOnTwoCDs)
1732
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 6 Feb 2007 12:47:17 +0100
1734
update-notifier (0.52) feisty; urgency=low
1736
* INSTALL: Update to automake 1.10 version.
1737
* src/hwdb_client.c: Check for hwdb-gui before displaying notification.
1738
* src/hwdb_client.c: Do not display notification if
1739
/var/lib/hwdb-client-common/no-notification exists.
1741
-- Martin Pitt <martin.pitt@ubuntu.com> Mon, 5 Feb 2007 13:31:48 +0100
1743
update-notifier (0.51) feisty; urgency=low
1745
* Add src/hwdb_client.[hc]: Implement notification bubble for hwdb-client.
1746
The notification triggers on a live sytem (/proc/cmdline contains
1747
"boot=casper") and the first time the user with uid=1000 logs in.
1748
* INSTALL: Update to current FSF version.
1750
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 1 Feb 2007 16:16:09 +0100
1752
update-notifier (0.50.3) feisty; urgency=low
1754
* src/crash.c: Only show a notification for system crash reports, do not
1755
immediately throw gksu into the user's face unexpectedly and steal the
1757
* src/update-notifier.h: Add a third argument to invoke_with_gksu which uses
1758
'descr' as the complete message instead of just the desktop file name. Fix
1760
* src/crash.c: Use a more meaningful message for gksu'ing to access system
1762
* autogen.sh: Call autoreconf/intltoolize/aclocal instead of
1763
gnome-autogen.sh, since the latter just breaks randomly and doesn't
1764
actually do anything useful for us.
1766
-- Martin Pitt <martin.pitt@ubuntu.com> Mon, 22 Jan 2007 15:24:20 +0100
1768
update-notifier (0.50.2) feisty; urgency=low
1771
* src/crash.c: If the user is an admin, also check for crashes of system
1772
programs (apport-checkreports --system) and invoke apport-gtk through gksu
1773
for them. Closes: LP#62316
1775
* data/apt-cdrom-check:
1776
- fix bashism in detection code
1777
- use gpgv instead of gpg for signature verification
1779
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 12 Jan 2007 18:50:56 +0100
1781
update-notifier (0.50.1) feisty; urgency=low
1783
* src/avahi.c: Fix string quotes to fix FTBFS on the buildds (worked just
1784
fine on local feisty, duh).
1786
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 12 Dec 2006 16:39:08 +0100
1788
update-notifier (0.50) feisty; urgency=low
1790
* Add check for /var/run/avahi-daemon/disabled-for-unicast-local, which
1791
indicates that Avahi was disabled due to an already existing unicast
1792
.local domain. This is invalid and breaks that domain, thus Avahi gets
1793
disabled in that case. Inform the user about it, as per
1794
https://wiki.ubuntu.com/ZeroConfNetworking.
1796
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 12 Dec 2006 12:14:10 +0100
1798
update-notifier (0.43.3) UNRELEASED; urgency=low
1800
* Add check for /var/run/avahi-daemon/disabled-for-unicast-local, which
1801
indicates that Avahi was disabled due to an already existing unicast
1802
.local domain. This is invalid and breaks that domain, thus Avahi gets
1803
disabled in that case. Inform the user about it, as per
1804
https://wiki.ubuntu.com/ZeroConfNetworking.
1806
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 12 Dec 2006 12:14:10 +0100
1808
update-notifier (0.43.2) edgy; urgency=low
1810
* data/apt-cdrom-check:
1811
- fix problem in the dist-upgrade cdrom detection
1813
- missing missing file in POTFILES.in (lp: #63151)
1815
- support for urls in the hooks
1817
- fix typos (lp: #61537)
1818
* ui/hooks-dialog.glade:
1819
- make the string simpler (lp: #42733)
1821
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 2 Oct 2006 16:53:21 +0200
1823
update-notifier (0.43.1) edgy; urgency=low
1825
* data/cddistupgrade, data/apt-cdrom-check:
1826
- fixes in cdrom based dist-upgrade code
1828
-- Michael Vogt <michael.vogt@ubuntu.com> Sun, 3 Sep 2006 11:33:37 +0200
1830
update-notifier (0.43) edgy; urgency=low
1832
* support for CDs with a dist-upgrader (see the CDRomBasedUpgradesSpec
1834
* don't run update-manager as root (it works fine as user now)
1836
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 1 Sep 2006 17:22:48 +0200
1838
update-notifier (0.42.13build1) edgy; urgency=low
1840
* Rebuild against dbus 0.90
1842
-- Sebastian Dröge <slomo@ubuntu.com> Mon, 28 Aug 2006 19:59:24 +0200
1844
update-notifier (0.42.13) edgy; urgency=low
1847
- new translation (thanks to Daniel Nylander and Gustavo N. Silva)
1848
* really hide the crash icon after runing apport-gtk
1849
* made the branding more neutral in the CD detection (thanks to
1850
Gustavo Noronha Silva)
1852
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 28 Aug 2006 17:07:23 +0200
1854
update-notifier (0.42.12-3) unstable; urgency=low
1856
* debian/patches/002_i18n_update.diff:
1857
- updated, including the translation update on es.po done by
1858
Javier Fernández-Sanguino Peña <jfs@computer.org>
1861
- also install debian/README.reboot-required.Debian, written by
1862
the same Javier above, explaining the reboot required feature
1863
of update-notifier for users and developers (Closes: #404810)
1865
-- Gustavo Noronha Silva <kov@debian.org> Thu, 28 Dec 2006 21:29:17 -0200
1867
update-notifier (0.42.12-2) unstable; urgency=low
1869
* debian/patches/03_detect_debian_cd.diff:
1870
- instead of a hack to replace the distribution name
1871
string, accept suggestions by Christian Perrier and
1872
C. Gatzemeier on the wording of the sentences
1873
* debian/patches/002_i18n_update.diff:
1874
- added; includes all the i18n updates, including the ones
1875
listed in the removed patches and an update-po, so all
1876
languages have up-to-date pofiles after an 'apply-patches'
1878
002_pt_BR_update.diff
1880
- removed, see change above
1882
-- Gustavo Noronha Silva <kov@debian.org> Sun, 13 Aug 2006 14:49:47 -0300
1884
update-notifier (0.42.12-1) unstable; urgency=low
1886
* New upstream version
1887
* debian/docs, debian/changelog.ubuntu:
1888
- include the ubuntu changelog as part of the docs
1889
* debian/patches/01_notify_reboot_dont_check_for_mount.diff:
1890
- added; make notify-reboot-needed not check whether /var/run is a
1891
mountpoint, since it not always is, in Debian
1892
* debian/rules, debian/copyright, debian/gdm-signal,
1893
debian/patches/02_reboot_use_my_gdm_signal.diff,
1894
debain/update-notifier.install:
1895
- provide a /usr/lib/update-notifier/gdm-signal, imported
1896
from the ubuntu package, which in turn used gnome panel's
1897
and Rob Taylor as sources; use that to send the 'reboot'
1899
* Two changesets above (Closes: #353121)
1901
001_all_linguas.diff
1902
002_pt_BR_update.diff
1904
- added, including the sv translation (Closes: #381947), and
1905
updating the pt_BR translation;
1906
* debian/patches/03_detect_debian_cd.diff:
1907
- patches update-notifier and apt-cdrom-check to also detect
1908
Debian CDs, as oposed to only detecting Ubuntu CDs
1909
* debian/control.in:
1910
- added python as a dependency
1912
-- Gustavo Noronha Silva <kov@debian.org> Sat, 12 Aug 2006 18:45:56 -0300
1914
update-notifier (0.42.12) edgy; urgency=low
1916
* always hide the crash icon after runing apport-gtk
1919
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 11 Aug 2006 16:16:23 +0200
1921
update-notifier (0.42.11) edgy; urgency=low
1924
- use apport-checkreports to figure if reports are
1926
- don't display a crash icon if no report application is
1927
found (apport-gtk) (lp: #55791)
1929
- don't save the last righ-click user action as new default
1930
(caused too much confusion). Thanks to Seb128 for this.
1932
- recommends "apport-gtk" now
1934
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Aug 2006 11:26:07 +0200
1936
update-notifier (0.42.10) edgy; urgency=low
1938
* improved the crash report handling:
1939
- only consider size > 0
1941
- start apport-gtk immediately when new reports come in
1942
- show a "crashreports found" icon if old reports are availale
1944
- fix incorrect tooltip
1946
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 8 Aug 2006 10:05:28 +0200
1948
update-notifier (0.42.9) edgy; urgency=low
1950
* fix the crash-report tool location
1951
* removed libgamin-dev from the build-depends (we use gnome-vfs now)
1952
* switch to use GtkIconTheme
1954
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 27 Jul 2006 15:40:41 +0200
1956
update-notifier (0.42.8) edgy; urgency=low
1958
* basic support for crash reports added (AutomatedProblemReporting spec)
1960
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 24 Jul 2006 14:46:44 +0200
1962
update-notifier (0.42.7) edgy; urgency=low
1965
- fix the "clean" method and make it more efficient with the new
1966
apt (with auto-mark support)
1968
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 4 Jul 2006 11:11:44 +0200
1970
update-notifier (0.42.6-1) unstable; urgency=low
1972
* New upstream version
1973
- fixes '100% cpu usage' problem; fix was done in upstream
1974
0.41.7, according to the launchpad bug; (Closes: #364518)
1975
- includes a .desktop file to auto-start (Closes: #366139)
1976
* debian/patches/01_use_gksu.diff:
1977
- removed; upstream is already calling gksu
1978
* debian/control.in:
1979
- added gksu as a Dependency (Closes: #356216)
1980
- becoming the maintainer
1981
- updating to Standards-Version 3.7.2 with no changes
1982
* debian/rules, debian/install[new]:
1985
- added to monitor new upstream versions
1987
-- Gustavo Noronha Silva <kov@debian.org> Sun, 4 Jun 2006 16:36:56 -0300
1989
update-notifier (0.42.6) dapper; urgency=low
1991
* pixmaps/update-icon.png:
1992
- new icon (thanks to dholbach and the artwork team)
1993
* src/update-notifier.c:
1994
- use "gksu" instead of "gksudo" (we set /apps/gksu/sudo-mode=true)
1997
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 26 May 2006 11:31:44 +0200
1999
update-notifier (0.42.5) dapper; urgency=low
2001
* pixmaps/hook-notifier.png:
2002
- new icon (thanks to dholbach and the artwork team)
2004
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 24 May 2006 13:13:27 +0200
2006
update-notifier (0.42.4) dapper; urgency=low
2008
* src/update-notifier.c:
2009
- increase the timeout for apt operation detection to better
2010
support slower systems (#31311)
2011
- fix bug in GOptionsEntry array (#44747)
2012
- fix double-click (#43774)
2014
- fix consistency problem with update-manager (ubuntu #38382)
2015
* pixmaps/reboot.png:
2016
- use the new Human icon (ubuntu: #41155)
2018
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 18 May 2006 10:38:04 +0200
2020
update-notifier (0.42.3) dapper; urgency=low
2022
* ui/reboot-dialog.glade:
2023
- fixed missing "Translatable" property (*sigh*) (ubuntu: #43522)
2025
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 May 2006 17:07:51 +0200
2027
update-notifier (0.42.2) dapper; urgency=low
2030
- added missing ui/reboot-dialog.glade (ubuntu: #43522)
2031
* data/update-notifier.desktop.in:
2032
- added XFCE to list of autostart desktop environments (ubuntu: #43079)
2033
* use the desktop file when runing gksu (thanks to Sebastian Heinlein)
2035
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 8 May 2006 14:21:47 +0200
2037
update-notifier (0.42.1) dapper; urgency=low
2040
- add a missing gtk_widget_unrealize() (ubuntu: #5752)
2041
- fix start of software-properties tool (ubuntu: #41842)
2043
- apply patch from upstream to fix issues with transparent
2044
panels (ubuntu: 32173)
2046
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 2 May 2006 10:42:59 +0200
2048
update-notifier (0.42) dapper; urgency=low
2050
* pixmaps/reboot-icon.png, pixmaps/update-icon.png:
2051
- new icons from the icon designer
2053
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Apr 2006 09:58:53 +0200
2055
update-notifier (0.41.15) dapper; urgency=low
2057
* data/apt-check fix typo (ubuntu: #39153)
2059
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Apr 2006 19:50:41 +0200
2061
update-notifier (0.41.14) dapper; urgency=low
2063
* src/update.c: wording fixes (ubuntu: #38572, #38138)
2064
* debian/control: added gksu dependency (ubuntu: #35412)
2065
* add a warning about unsaved work to the reboot dialog (ubuntu: #35443)
2066
* data/apt-check: better error handling for cache errors
2067
(ubuntu: #29295,#34895)
2068
* fix the 1px space in the notification area (ubuntu: #5752, thanks
2069
to Crispin Flowerday)
2071
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Apr 2006 17:06:25 +0200
2073
update-notifier (0.41.13) dapper; urgency=low
2075
* data/apt-check: fix a exception in the saveDistUpgrade code
2076
* src/hooks.c: show the hook notification with a bit of delay
2078
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 7 Apr 2006 11:33:14 +0200
2080
update-notifier (0.41.12) dapper; urgency=low
2082
* fix FTBFS because of missing cleanup in debian/rules arch-build
2085
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 5 Apr 2006 16:59:48 +0200
2087
update-notifier (0.41.11) dapper; urgency=low
2089
* various internal fixes
2090
* added notification on available hooks
2091
* dont show/close the updates notification when apt is runing
2092
* close the notification when the icon is clicked
2094
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 5 Apr 2006 12:08:45 +0200
2096
update-notifier (0.41.10) dapper; urgency=low
2098
* added to /etc/xdg/autostart
2100
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 13 Mar 2006 11:34:29 +0000
2102
update-notifier (0.41.9) dapper; urgency=low
2104
* fix a typo (ubuntu #28672)
2106
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 2 Mar 2006 14:41:21 +0100
2108
update-notifier (0.41.8) dapper; urgency=low
2110
* po/pt_BR.po: updated translation, thanks to
2111
Carlos Eduardo Pedroza Santiviago
2112
* po/fi.po: updated finnish translation (thanks to Timo Jyrinki)
2113
* data/apt-check: be more precise when calculating the upgrade
2115
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 20 Feb 2006 22:16:29 +0100
2117
update-notifier (0.41.7.cln) dapper; urgency=low
2121
-- Daniel Holbach <daniel.holbach@ubuntu.com> Fri, 17 Feb 2006 19:27:13 +0100
2123
update-notifier (0.41.7) dapper; urgency=low
2125
* updated eggtrayicon to latest cvs
2126
* wait before creating the icon to give the trayapplet a chance to appear
2127
(another reason that may cause the 100% cpu problem)
2128
* fix a problem that may have caused the icon to appear sensitive while
2129
apt was runing (#31311)
2131
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Feb 2006 09:17:00 +0100
2133
update-notifier (0.41.6) dapper; urgency=low
2135
* fix a problem that can lead to 100% on panel restarts
2136
* fix remaining bits to not show reboot-notification during
2139
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 10 Feb 2006 12:51:35 +0100
2141
update-notifier (0.41.5) dapper; urgency=low
2143
* src/update-notifier.c:
2144
- rework the way gnome-vfs is used, this hopefully fixes the
2145
"it uses 100% cpu" bugs
2146
- ensure that the "reboot required" does not come up in the middle
2147
of the installation/update
2149
- small fix in the way the notification is displayed, should fix
2150
the truncated windows
2152
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 9 Feb 2006 13:36:19 +0100
2154
update-notifier (0.41.4) dapper; urgency=low
2156
* src/update.c: make the blury icon go away
2158
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 6 Feb 2006 23:50:55 +0100
2160
update-notifier (0.41.3-1) unstable; urgency=low
2162
* New upstream release.
2163
* debian/control.in:
2164
- improved description (Closes: #343582)
2166
-- Gustavo Noronha Silva <kov@debian.org> Sun, 5 Feb 2006 15:50:16 -0200
2168
update-notifier (0.41.3) dapper; urgency=low
2170
* switch depends to notification-daemon
2171
* added build-dep on libnotify-dev >= 0.3.2-0ubuntu2
2173
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 24 Jan 2006 15:29:37 +0100
2175
update-notifier (0.41.2) dapper; urgency=low
2177
* Only touch the "Reboot Required" file if /var/run is a mountpoint,
2178
otherwise we can't guarantee that it'll disappear after a reboot.
2180
-- Scott James Remnant <scott@ubuntu.com> Mon, 23 Jan 2006 15:02:02 +0000
2182
update-notifier (0.41.1) dapper; urgency=low
2184
* src/update.c: typo fix (ubuntu: #28672)
2185
* switched from libgamin to libgnome-vfs for the monitoring
2187
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 17 Jan 2006 14:33:07 +0100
2189
update-notifier (0.41.0-1) UNRELEASED; urgency=low
2191
* New upstream release.
2192
* debian/control.in:
2193
- updated build-deps to require libnotify >= 0.3.0
2195
-- Gustavo Noronha Silva <kov@debian.org> Fri, 13 Jan 2006 00:28:32 -0200
2197
update-notifier (0.41.0) dapper; urgency=low
2199
* Introduce new "Restart Required" notification icon and dialog.
2200
This is implemented separately to the "hooks" system we currently use,
2201
but using the same trigger binary. This should retain compatibility
2202
with existing code, and free up the hooks for less important notifications
2203
that the user can read at their leisure.
2205
-- Scott James Remnant <scott@ubuntu.com> Wed, 11 Jan 2006 18:16:51 +0000
2207
update-notifier (0.40.18) dapper; urgency=low
2209
* ported to new libnotify api, build-depend on (>= 0.3.0)
2210
* depends on notify-daemon now (instead of notification-daemon)
2212
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 2 Jan 2006 16:09:24 +0100
2214
update-notifier (0.40.17build1) dapper; urgency=low
2216
* rebuild against latest dbus, updated dependencies
2218
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 20 Dec 2005 21:13:31 +0100
2220
update-notifier (0.40.17) dapper; urgency=low
2222
* changes to the notification bubble (to implements the u-n bits
2223
of the "DapperDesktopPlan" spec), removed the blue links
2225
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 14 Dec 2005 11:43:23 +0100
2227
update-notifier (0.40.16) dapper; urgency=low
2229
* don't start if the user is not in admin group (see HideAdminTools
2232
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 1 Dec 2005 17:31:03 +0100
2234
update-notifier (0.40.15-2) experimental; urgency=low
2236
* debian/control.in:
2237
- added ${python:Depends} to update-notifier's Depends
2239
- removed unneeded dh_'s and uncommented dh_python
2241
-- Gustavo Noronha Silva <kov@debian.org> Mon, 5 Dec 2005 22:08:31 -0200
2243
update-notifier (0.40.15-1) experimental; urgency=low
2245
* First Debian upload based on the work by Ubuntu
2248
- only update config.{sub,guess} if they exist
2250
- detail the copyright/license information
2251
* debian/rules, debian/control.in:
2252
- added simple-patchsys and gnome-pkg-tools support
2253
* debian/control.in:
2254
- raising Standards-Version to 3.6.2, no changes
2255
* debian/patches/01_use_gksu.diff:
2256
- added, use gksu instead of gksudo through update-notifier
2258
-- Gustavo Noronha Silva <kov@debian.org> Fri, 2 Dec 2005 00:08:41 -0200
2260
update-notifier (0.40.15) breezy; urgency=low
2262
* debian/99update-notifier:
2263
- added if [ -d /var/lib/update-notifier/ ]; then
2264
around the touch dpkg-was-run stamp file (makes a purge possible
2265
without dpkg error). Thanks to Kamion for reviewing it.
2267
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Oct 2005 14:02:48 +0200
2269
update-notifier (0.40.14) breezy; urgency=low
2271
* debian/99update-notifier:
2272
- only touch the dpkg-run-stamp if /var/lib/update-notifier/
2273
actaully exists (makes a purge possible without dpkg error)
2275
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Oct 2005 09:50:52 +0200
2277
update-notifier (0.40.13) breezy; urgency=low
2280
- skip deleted hook files (ubuntu #17067, #17205)
2281
- fix a bug in the "supress-duplicates" logic that caused
2282
already seen hooks to be seen again and again (ubuntu #17091)
2284
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 5 Oct 2005 12:29:25 +0200
2286
update-notifier (0.40.12) breezy; urgency=low
2289
- fix a bug that prevented the summary to be displayed (thanks to
2291
- make sure that the notification is shown after the upgrade
2293
- make sure to init the md5sums of already seen hooks to avoid
2294
showing duplicated entries (like e.g. from the kernel)
2296
- if "show notifications" is unchecked hide a possible open
2297
notification too (ubuntu #16803)
2298
- hide the notification bubble if the updates are finished
2299
(ubuntu #14663, #16179)
2301
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 4 Oct 2005 12:24:58 +0200
2303
update-notifier (0.40.11) breezy; urgency=low
2306
- be even more carefull with the hook list managment
2308
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 26 Sep 2005 23:28:35 +0200
2310
update-notifier (0.40.10) breezy; urgency=low
2313
- added Hungarian translation (thanks to Gabor Kelemen)
2315
- typo fix (malone #2464)
2317
- automatic upgrading from the cd disabled until this is properly
2320
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 21 Sep 2005 15:08:06 +0200
2322
update-notifier (0.40.9) breezy; urgency=low
2325
- be more carefull about the hook lists (ubuntu #14077)
2327
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 19 Sep 2005 10:37:54 +0200
2329
update-notifier (0.40.8) breezy; urgency=low
2332
- don't show a notification-bubble if the upgrade already finished
2335
- don't show identical notifications more than once (e.g. it's common
2336
to have multiple kernel notifications)
2338
added dependencies to: hal, notification-daemon (ubuntu #15526)
2340
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 16 Sep 2005 13:28:23 +0200
2342
update-notifier (0.40.7) breezy; urgency=low
2345
- make the g_timeout for the update-bubble 5 secs (instead of 0.5s)
2348
- added "DontShowAfterReboot" key to the hook file for e.g.
2349
kernel notifications (ubuntu #13886)
2350
- type: "informations" -> "information" (ubuntu #7052)
2351
* typo fixes (ubuntu #15259)
2353
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2005 20:11:59 +0200
2355
update-notifier (0.40.6) breezy; urgency=low
2357
* added src/hal.c to po/POTFILES.in (thanks Kamion)
2359
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 31 Aug 2005 17:39:47 +0200
2361
update-notifier (0.40.5) breezy; urgency=low
2364
- improve the popup-notifications (thanks to mpt for his feedback)
2366
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 25 Aug 2005 18:15:24 +0200
2368
update-notifier (0.40.4) breezy; urgency=low
2371
- better dbus reconnect support
2372
- typo fix (ubuntu #13391)
2373
- be more carefull about the placement of the notification send
2376
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 16 Aug 2005 10:29:08 +0200
2378
update-notifier (0.40.3) breezy; urgency=low
2380
* gamin changed the semantic of FAMEvent.Filename, changed the
2381
code to deal with that
2383
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 Aug 2005 15:14:40 +0200
2385
update-notifier (0.40.2) breezy; urgency=low
2387
* report errors in the cache to the user
2388
* use libnotify to tell the user about updates
2390
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 10 Aug 2005 13:07:00 +0200
2392
update-notifier (0.40.1) breezy; urgency=low
2394
* global already seen hook file in /etc/update-notifier/hooks_seen
2397
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 4 Jul 2005 11:28:47 +0200
2399
update-notifier (0.40) breezy; urgency=low
2401
* fixed various bugs in the hook display code
2403
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 27 Jun 2005 15:02:05 +0200
2405
update-notifier (0.39.2) breezy; urgency=low
2407
* fix in the md5sum check in preinst (apologies to keybuk
2408
for suspecting the new dpkg)
2409
* call intltool-update -v -p in build target to make
2410
langpack generation happy
2412
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Jun 2005 10:25:54 +0200
2414
update-notifier (0.39.1) breezy; urgency=low
2416
* fixed a bug in apt-check (only happens on very new python-apt
2418
* ported the hal-reconnect bits to the new dbus api
2420
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 10 Jun 2005 11:10:23 +0200
2422
update-notifier (0.39) breezy; urgency=low
2424
* ported to libhal 0.5.1, build-depend on it,
2425
-> the reconnect bits still needs to be ported
2427
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 10 May 2005 16:52:30 +0200
2429
update-notifier (0.38.11) hoary; urgency=low
2431
* session icon and tray icon improved, no more blurry
2432
(thanks to Alexander Brausewetter)
2433
* updated fi.po translation (thanks to Timo Jyrinki)
2434
* updated german translation
2436
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 30 Mar 2005 12:39:13 +0200
2438
update-notifier (0.38.10) hoary; urgency=low
2440
* fix for the pin file reading
2441
* work-around a problem in python-apt when reading the pin file
2443
* fix for the nr of upgrades calculation
2445
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 Mar 2005 14:54:53 +0100
2447
update-notifier (0.38.9ubuntu1) hoary; urgency=low
2449
* fixed wrongly formated 20archive file
2451
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 Mar 2005 01:52:13 +0100
2453
update-notifier (0.38.9) hoary; urgency=low
2455
* i18n fixes (missing translatable strings
2456
* fix for wrong upgrade count (#7907)
2457
* fix for a misdetection of a ubuntu cd
2458
* translation update (es)
2459
* setup /etc/apt/apt.conf.d/20archive with defaults
2460
for archive size (500Mb) and archive age (30 days)
2462
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 Mar 2005 01:04:10 +0100
2464
update-notifier (0.38.8) hoary; urgency=low
2466
* try harder not to identify the live cd as install cd (#7114)
2467
* try to keep the CD detected dialog above other window
2468
* detect downloads of packages (fix #6307)
2469
* show nice message when calling gksudo (fix #6671)
2471
* consider pined packages too (#7368)
2473
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 4 Mar 2005 11:55:32 +0100
2475
update-notifier (0.38.7) hoary; urgency=low
2477
* fixed a problem with the i18n
2479
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 21 Feb 2005 23:10:32 +0100
2481
update-notifier (0.38.6) hoary; urgency=low
2483
* work around a gamin problem with monitoring single files
2484
* added fi.po translation (thanks to Timo Jyrinki)
2485
* added es.po translation (thanks to Jorge Bernal)
2487
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 8 Feb 2005 10:16:26 +0100
2489
update-notifier (0.38.5) hoary; urgency=low
2491
* fixed a problem that causes udpate-notifier not to update it's status
2492
when it was upgraded or re-installed
2493
* basic i18n support for the hooks added
2495
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 1 Feb 2005 15:03:26 +0100
2497
update-notifier (0.38.4) hoary; urgency=low
2499
* fixed missing gettext init (thanks to seb128!)
2501
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 28 Jan 2005 13:11:57 +0100
2503
update-notifier (0.38.3) hoary; urgency=low
2505
* da.po added (thanks to Martin Willemoes Hansen)
2506
* some more code cleanups
2508
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 27 Jan 2005 20:07:09 +0100
2510
update-notifier (0.38.2) hoary; urgency=low
2512
* depend on update-manager now
2513
* better error reporting when hal/dbus/fam are not available
2514
* run "gnome-software-properties" by default if prefernces is clicked
2515
* save last action as default action on left click
2517
-- Michael Vogt <mvo@debian.org> Mon, 24 Jan 2005 11:28:07 +0100
2519
update-notifier (0.38.1) hoary; urgency=low
2521
* put the periodic entries in /etc/apt/apt.conf.d/99update-notifier
2522
into /etc/apt/apt.conf.d/10periodic
2524
-- Michael Vogt <mvo@debian.org> Wed, 19 Jan 2005 14:16:56 +0100
2526
update-notifier (0.38) hoary; urgency=low
2528
* basic hook support added
2530
-- Michael Vogt <mvo@debian.org> Wed, 12 Jan 2005 16:51:43 +0100
2532
update-notifier (0.37.3) hoary; urgency=low
2534
* improved the detection of apt-get update conditions a lot
2535
* simplified the code that show/hides the icon
2536
* md5 check for left-over /etc/apt/apt.conf.d/99upgrade-notifer
2537
and delete it if unmodified
2539
-- Michael Vogt <mvo@debian.org> Tue, 11 Jan 2005 14:28:29 +0100
2541
update-notifier (0.37.2) hoary; urgency=low
2543
* fixed a missed name change in debian/S99update-notifier
2545
-- Michael Vogt <mvo@debian.org> Fri, 7 Jan 2005 00:00:45 +0100
2547
update-notifier (0.37.1) hoary; urgency=low
2549
* cdrom detection dialog improved
2550
* renamed to "update-notifier"
2552
-- Michael Vogt <mvo@debian.org> Thu, 6 Jan 2005 16:40:13 +0100
2554
upgrade-notifier (0.37) hoary; urgency=low
2556
* hal support added, not-yet-scanned cdroms are automatically detected
2558
-- Michael Vogt <mvo@debian.org> Wed, 29 Dec 2004 20:57:24 +0100
2560
upgrade-notifier (0.36.1-1) hoary; urgency=low
2562
* new version that fixes a segfault
2564
-- Michael Vogt <mvo@debian.org> Wed, 15 Dec 2004 17:27:12 +0100
2566
upgrade-notifier (0.36-1) hoary; urgency=low
2568
* new upstream release
2570
-- Michael Vogt <mvo@debian.org> Tue, 14 Dec 2004 17:23:21 +0100
2572
upgrade-notifier (0.35-1) hoary; urgency=low
2574
* new upstream release
2576
-- Michael Vogt <mvo@debian.org> Sun, 28 Nov 2004 13:56:33 +0100
2578
upgrade-notifier (0.34-1) hoary; urgency=low
2580
* new upstream release
2582
-- Michael Vogt <mvo@debian.org> Tue, 9 Nov 2004 12:36:07 +0100
2584
upgrade-notifier (0.33-7) unstable; urgency=low
2586
* prepared cron.daily to run "apt-get update" (not enabled)
2588
-- Michael Vogt <mvo@debian.org> Tue, 2 Nov 2004 14:43:52 +0100
1
2590
upgrade-notifier (0.33-6) unstable; urgency=low
3
2592
* Build with update-manager.