1
update-notifier (3.192.14) disco; urgency=medium
3
* src/livepatch.c: Add a "Settings..." button to the notification.
5
-- Andrea Azzarone <andrea.azzarone@canonical.com> Wed, 30 Jan 2019 17:20:42 +0000
7
update-notifier (3.192.13) disco; urgency=medium
9
* Don't require gnome-shell or its alternate dependency notification-daemon
10
on s390x since gnome-shell isn't built there and we're trying to
11
demote notification-daemon to universe.
13
-- Jeremy Bicha <jbicha@ubuntu.com> Sat, 16 Feb 2019 11:07:51 -0500
15
update-notifier (3.192.12) disco; urgency=medium
17
* Try adding gnome-shell as alternate dependency of notification-daemon
18
as part of an effort to drop notification-daemon to universe
20
-- Jeremy Bicha <jbicha@ubuntu.com> Sat, 09 Feb 2019 09:24:52 -0500
22
update-notifier (3.192.11) disco; urgency=medium
24
* src/update-notifier.c: Don't use G_SPAWN_DO_NOT_REAP_CHILD in order
25
to avoid zombie processes. (LP: #1809505)
27
-- Andrea Azzarone <andrea.azzarone@canonical.com> Mon, 07 Jan 2019 12:49:07 +0000
29
update-notifier (3.192.10) disco; urgency=medium
32
* data/apt_check.py, data/package-data-downloader, tests/test_pep8.py:
33
- update the code formating to be not hit W504 warnings,
34
change to ignore W503 and be consistent with update-manager.
36
-- Sebastien Bacher <seb128@ubuntu.com> Tue, 13 Nov 2018 21:49:10 +0100
38
update-notifier (3.192.9) disco; urgency=medium
40
* Resolve pep8 and pyflakes test failures.
42
-- Brian Murray <brian@ubuntu.com> Tue, 13 Nov 2018 11:47:45 -0800
44
update-notifier (3.192.8) disco; urgency=medium
46
* Check if a Livepatch patch has been applied during boot or before
47
update-notifier has started. (LP: #1800862)
49
-- Andrea Azzarone <andrea.azzarone@canonical.com> Fri, 02 Nov 2018 11:34:03 +0000
51
update-notifier (3.192.7) cosmic; urgency=medium
53
* Use absolute patch when testing if whoopsie service is enabled.
54
* Add some debug messages
56
-- Didier Roche <didrocks@ubuntu.com> Mon, 02 Jul 2018 11:18:27 +0200
58
update-notifier (3.192.6) cosmic; urgency=medium
60
* Only show apport UI if whoopsie is not in auto or never reporting mode.
62
* Ensure that when we move to systemd user session, we don't regress
63
as well, taking into account the case where whoopsie isn't installed
66
-- Didier Roche <didrocks@ubuntu.com> Tue, 26 Jun 2018 17:04:33 +0200
68
update-notifier (3.192.5) cosmic; urgency=medium
72
-- Julian Andres Klode <juliank@ubuntu.com> Tue, 29 May 2018 09:38:23 +0200
74
update-notifier (3.192.4) cosmic; urgency=medium
76
* package-data-downloader: Only print processing messages if we
77
should download stuff, or if an expected exception occured
80
-- Julian Andres Klode <juliank@ubuntu.com> Fri, 25 May 2018 18:15:22 +0200
82
update-notifier (3.192.3) cosmic; urgency=medium
84
* Add gnome-common dependency, needed for autoreconf
85
* Force no multiarch directory
87
-- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 09 May 2018 11:46:23 +0200
89
update-notifier (3.192.2) cosmic; urgency=medium
92
* Switch to Ayatana AppIndicator LP: #1760691.
93
* Bump debhelper version to 11, and do autoreconf
95
-- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 09 May 2018 10:13:54 +0200
97
update-notifier (3.192.1) bionic; urgency=medium
99
* Use a wrapper script of /bin/sh when calling check-new-release-gtk to
100
workaround its requirement that the ppid not be 1. (LP: #1768748)
102
-- Brian Murray <brian@ubuntu.com> Fri, 04 May 2018 15:42:00 -0700
104
update-notifier (3.192) bionic; urgency=medium
106
* restore update-notifier code to check for whether or not a release upgrade
107
is available. (LP: #1765485)
109
-- Brian Murray <brian@ubuntu.com> Fri, 20 Apr 2018 11:02:05 -0700
111
update-notifier (3.191) bionic; urgency=medium
113
* src/update-notifier.h: Add LIVEPATCH_FILE and livepatch_pending.
114
* src/update-notifier.c: Monitor the livepatch status file too
115
and show notification if needed (LP: #1761841).
117
-- Andrea Azzarone <andrea.azzarone@canonical.com> Wed, 18 Apr 2018 17:38:22 +0100
119
update-notifier (3.190) bionic; urgency=medium
121
* Add missing build-dependency on dh-python
123
-- Julian Andres Klode <juliank@ubuntu.com> Mon, 09 Apr 2018 13:35:04 +0200
125
update-notifier (3.189) bionic; urgency=medium
127
* Do not notify-reboot-required on linux-image-extra removal (LP: #1458204)
129
-- Julian Andres Klode <juliank@ubuntu.com> Fri, 12 Jan 2018 09:51:27 +0100
131
update-notifier (3.188) bionic; urgency=medium
133
* Also add python3-debconf as a build-dependency.
135
-- Steve Langasek <steve.langasek@ubuntu.com> Sun, 12 Nov 2017 21:15:44 -0800
137
update-notifier (3.187) bionic; urgency=medium
140
* Remove the gconf to gsettings migration script, gconf has been long
141
deprecated and the list of keys is incorrect and leads the convert
142
tools to error out (lp: #1720368)
145
* Depend on the new python3-debconf package instead of debconf.
148
-- Steve Langasek <steve.langasek@ubuntu.com> Sun, 12 Nov 2017 20:56:52 -0800
150
update-notifier (3.186) artful; urgency=medium
152
* src/crash.c: don't prompt about system reports under wayland, pkexec
154
* src/clipboard.c, src/update-notifier.c, src/Makefile.am:
155
- don't use the xorg clipboard to do single instance, that doesn't work
156
under wayland, replace it with a file lock (lp: #1697381)
158
-- Sebastien Bacher <seb128@ubuntu.com> Thu, 07 Sep 2017 00:30:10 +0200
160
update-notifier (3.185) artful; urgency=medium
162
* src/livepatch.c: Use ngettext to correctly handle the plural form, thanks
163
to Andrea Azzarone for the patch.
165
-- Brian Murray <brian@ubuntu.com> Tue, 05 Sep 2017 14:48:01 -0700
167
update-notifier (3.184) artful; urgency=medium
169
* Add support to update-notifier to notify about the status of Canonical's
170
Livepatch service, thanks to Andrea Azzarone. (LP: #1712331)
172
-- Brian Murray <brian@ubuntu.com> Fri, 25 Aug 2017 12:46:39 -0700
174
update-notifier (3.183) artful; urgency=medium
176
* Clear out the autotools changes from the previous upload which were
177
due to a miss-uses of the vcs, fixes the buid.
179
-- Sebastien Bacher <seb128@ubuntu.com> Mon, 10 Jul 2017 13:20:35 +0200
181
update-notifier (3.181.1) artful; urgency=medium
183
* src/update.c: don't look at the dpkg/apt logs timestamps to decide
184
to auto-open update-manager but simply do it after the number of days
185
configured, it's a more predictable behaviour so less confusing to
186
users and the logs timestamps trick isn't working great since
187
unattended-upgrade is used to install the security updates (logs are
188
updated then which resets the counter) (lp: #1702724)
190
-- Sebastien Bacher <seb128@ubuntu.com> Thu, 06 Jul 2017 19:07:47 +0200
192
update-notifier (3.181) artful; urgency=medium
194
* Fix APT sandboxing for data downloads failing (LP: #1522675)
196
-- Julian Andres Klode <juliank@ubuntu.com> Wed, 28 Jun 2017 22:25:25 +0200
198
update-notifier (3.180) artful; urgency=medium
200
* Fix autopkgtest pep8 new error in artful:
201
- E722 do not use bare except
203
-- Didier Roche <didrocks@ubuntu.com> Wed, 21 Jun 2017 14:43:56 +0200
205
update-notifier (3.179) zesty; urgency=medium
207
* debian/control: bump the depends on update-manager one more version as
208
17.04.2 doesn't have the change for the 64 bit integer.
210
-- Brian Murray <brian@ubuntu.com> Tue, 14 Mar 2017 14:58:27 -0700
212
update-notifier (3.178) zesty; urgency=medium
214
* Switch to using a 64 bit integer for launch-time as update-manager also
217
-- Brian Murray <brian@ubuntu.com> Tue, 14 Mar 2017 13:13:41 -0700
219
update-notifier (3.177) zesty; urgency=medium
221
* tests/test_pyflakes.py: test_pyflakes: fix pep8 style failure, thanks
224
-- Iain Lane <iain@orangesquash.org.uk> Thu, 24 Nov 2016 18:08:09 +0000
226
update-notifier (3.176) zesty; urgency=medium
228
* data/package-data-downloader: Be resilient and do not crash when we can
229
not print information about what is happening. (LP: #1640318)
231
-- Brian Murray <brian@ubuntu.com> Thu, 10 Nov 2016 13:29:27 -0800
233
update-notifier (3.175) yakkety; urgency=medium
235
* data/package-data-downloader:
236
- a stampfile is an indication of success, so don't try to process it
238
* tests/test_package-data-downloader.py:
239
- add a test for the case where there are multiple hook files and only one
242
-- Brian Murray <brian@ubuntu.com> Fri, 07 Oct 2016 16:12:19 -0700
244
update-notifier (3.174) yakkety; urgency=medium
246
* debian/tests/control:
247
- Allow stderr output as apt-helper even uses it for success.
249
-- Brian Murray <brian@ubuntu.com> Wed, 28 Sep 2016 10:12:38 -0700
251
update-notifier (3.173) yakkety; urgency=medium
253
* data/package-data-downloader:
254
- handle different failure modes better thanks to Launchpad user AtesComp
255
for the detective work and patch. (LP: #1621629)
256
* tests/test_pacakge-data-downloader.py:
257
- add tests for process_download_requests function
258
- add test for a hook file aging out
259
- resolve test failure with test_wrong_template_translation
260
* Enable autopkgtests and resolve pep8 / pyflakes issues with the package.
262
-- Brian Murray <brian@ubuntu.com> Wed, 21 Sep 2016 11:21:37 -0700
264
update-notifier (3.172) yakkety; urgency=medium
266
* add support for the HWE End-of-Life notification via
269
-- Brian Murray <brian@ubuntu.com> Fri, 05 Aug 2016 15:00:57 -0700
271
update-notifier (3.171) yakkety; urgency=medium
273
* debian/update-notifier-cds.conf:
274
- use a valid variable to get the device name
275
* debian/systemd, debian/update-notifier.install,links,crash:
276
- convert the crash, unicast and release jobs to systemd
277
* debian/systemd/update-notifier-cds.override,
278
debian/systemd/update-notifier-hp-firmware.override,
279
debian/update-notifier.install:
280
- disable the cd-upgrade and hp-firware jobs under systemd,
281
they are not important and need more work (launchpad bugs
282
#1604890 and #1604898)
283
* src/avahi.c, src/update.c, src/update-notifier.h,
284
- use /run instead of /var/run
286
-- Sebastien Bacher <seb128@ubuntu.com> Wed, 20 Jul 2016 19:23:27 +0200
288
update-notifier (3.170) yakkety; urgency=medium
290
* data/apt_check.py: use pkg.get_fullname() instead of pkg.name so that
291
architectures appear in package names, thanks to Bill Scales for the
292
patch. (LP: #1597537)
294
-- Brian Murray <brian@ubuntu.com> Mon, 11 Jul 2016 15:05:27 -0700
296
update-notifier (3.169) yakkety; urgency=medium
299
don't use the logs ctime information to decide if update-manager needs
300
to be started, the log rotation updates that one which means it's
301
never getting older than a week and the updater not started
304
-- Sebastien Bacher <seb128@ubuntu.com> Wed, 29 Jun 2016 16:48:24 +0200
306
update-notifier (3.168) xenial; urgency=medium
308
* Also update motd, at the end of Dpkg-Post run, properly counting how
309
many things are left to update, rather than assuming that all updates
310
were applied, as was done in previous release series. LP: #1558270
312
-- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 11 Apr 2016 16:28:54 +0100
314
update-notifier (3.167) xenial; urgency=medium
316
* Use mktemp -p in the target directory to avoid a cross-filesystem move.
317
* Also update motd if the dpkg status database has changed (LP: #1563854)
319
-- Adam Conrad <adconrad@ubuntu.com> Mon, 04 Apr 2016 15:22:20 -0600
321
update-notifier (3.166) xenial; urgency=medium
323
* data/apt_check.py: resolve crash when running apt-check with
324
--package-names, thanks to Launchpad user Woody for the fix.
327
-- Brian Murray <brian@ubuntu.com> Wed, 10 Feb 2016 11:57:26 -0800
329
update-notifier (3.165) xenial; urgency=medium
331
* data/update-motd-updates-available
332
- do not execute asynchronously as that causes problems with installers
333
and generally produces unexpected behavior by default (LP: #1527710).
334
- define NEEDS_CHECK to avoid unintentionally using value from inherrited
337
-- Scott Moser <smoser@ubuntu.com> Wed, 27 Jan 2016 17:04:44 -0500
339
update-notifier (3.164) xenial; urgency=medium
341
* debian/90-updates-available
342
- Now directly prints the cached info if available
343
=> avoid login stalls due to motd updates (LP: #525674)
344
- Also fixes a former potential issue of existing but not readable cached
345
info by changing the test from -e to -r
346
* debian/99update-notifier:
347
- Now additionally triggers the an asynchronous background update of the
348
cached info via update-motd-updates-available hooking into
349
APT::Update::Post-Invoke-Success.
350
* data/update-motd-updates-available:
351
- This now only contains the slow part of actually 'updating the cached
353
- It executes asynchronously to avoid stalling apt-get update.
354
- The file is no more called by pam to avoid login stalls.
355
- It also fixes an issue with concurrent updates clobbering the
356
cached file via mv being atomic
358
-- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 13 Nov 2015 12:28:25 +0100
360
update-notifier (3.163) wily; urgency=medium
362
* Call setlocale(LC_ALL, "") in avahi.c, so that the message there is
363
translated. Thanks Gabor Kelemen. (LP: #1493208)
365
-- Iain Lane <iain@orangesquash.org.uk> Thu, 17 Sep 2015 14:04:23 +0100
367
update-notifier (3.162) wily; urgency=medium
369
* Initialize l10n for the distro-cd-updater and system crash notification
370
binaries. Thanks to Gabor Kelemen for the patches. (LP: #1478249,
372
* Switch from using PACKAGE to GETTEXT_PACKAGE in avahi and update-notifier
375
-- Brian Murray <brian@ubuntu.com> Wed, 12 Aug 2015 09:20:12 -0700
377
update-notifier (3.161) wily; urgency=medium
379
* Migrate fully from python2 to python3 now that python3-debian is
380
available in the archive. In the process, we drop most of the
381
python-related dependencies from the update-notifier package, since it
382
contains no python code; these are included only to support
383
backend_helper.py, which is shipped in update-notifier-common, not in
384
update-notifier for reasons that are not clear. For now keep the
385
package split unchanged pending further investigation. LP: #1440683.
387
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 06 Apr 2015 19:26:10 +0000
389
update-notifier (3.160) vivid; urgency=medium
391
* ./debian/update-notifier-cds.conf: Stop asking udisks 1 for the
392
mountpoint, just awk /proc/mounts for the mount point. (LP: #1411987)
394
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 20 Jan 2015 10:34:47 +0100
396
update-notifier (3.159) vivid; urgency=medium
398
[ Dimitri John Ledkov ]
399
* Prepare for udev-bridge on the session bus. (LP: #1409129)
401
-- Martin Pitt <martin.pitt@ubuntu.com> Fri, 16 Jan 2015 18:59:51 +0100
403
update-notifier (3.158) vivid; urgency=medium
405
* debian/update-notifier-cds.conf: use the correct comparison operator for
406
checking the type of CD. (LP: #1400357)
408
-- Brian Murray <brian@ubuntu.com> Wed, 10 Dec 2014 12:41:49 -0800
410
update-notifier (3.157) utopic; urgency=medium
412
* debian/update-notifier-crash.conf: avoid race condition where the crash
413
report may not yet be writable when the inotify create event happens.
415
-- Brian Murray <brian@ubuntu.com> Fri, 03 Oct 2014 17:00:11 -0700
417
update-notifier (3.156) utopic; urgency=low
419
* lp:~mvo/update-notifier/use-apt-helper:
420
- use the apt-helper binary to download external data. This ensures
421
that the apt proxy settings are used and that the apt auto proxy
422
discovery works. Thanks to Dennis Kaarsemaker!
424
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 13 Jun 2014 12:33:24 +0200
426
update-notifier (3.155) utopic; urgency=medium
428
* Bump version to become higher than the wrongly added transitional package
429
from gnome-packagekit.
431
-- Martin Pitt <martin.pitt@ubuntu.com> Mon, 12 May 2014 07:15:55 +0200
433
update-notifier (0.154.1) trusty; urgency=low
435
* data/package-data-downloader:
436
- set a default sockettimeout of 60s to avoid hangs if the network
437
becomes unresponsive during the download (LP: #1243090)
439
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 09 Apr 2014 21:35:05 +0200
441
update-notifier (0.154) trusty; urgency=medium
443
* Do not say that a partition will be checked when the check is disabled in
444
fstab. Thanks to Nils Kassube for the patch. (LP: #1282760)
445
* Use print function instead of statement (LP: #1256759)
446
* Increase the poll interval from 5 seconds to 180 (LP: #1227000)
448
-- Brian Murray <brian@ubuntu.com> Fri, 14 Mar 2014 15:14:23 -0700
450
update-notifier (0.152) trusty; urgency=medium
452
* debian/update-notifier-crash.conf: the user needs permission to write to
453
the crash file as data collection is done by the user running apport
455
-- Brian Murray <brian@ubuntu.com> Wed, 19 Feb 2014 13:26:36 -0800
457
update-notifier (0.151) trusty; urgency=low
459
* If there are no updates available, still nag the user if a reboot is
460
required, in case the notification window was dismissed. (LP: #1033226)
462
-- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 11 Jan 2014 09:28:25 -0500
464
update-notifier (0.150) trusty; urgency=low
466
* Update the location of apport/autoreport from /etc to /var/lib.
468
-- Brian Murray <brian@ubuntu.com> Wed, 08 Jan 2014 10:36:53 -0800
470
update-notifier (0.149) trusty; urgency=low
472
* debian/update-notifier-crash.conf: exit if /etc/apport/autoreport exists
473
as that indicates that there should be no user interaction
475
-- Brian Murray <brian@ubuntu.com> Tue, 10 Dec 2013 12:56:40 -0800
477
update-notifier (0.148) trusty; urgency=low
480
* data/update-motd-updates-available: Update the stamp file atomically.
481
Thanks to Marius Gedminas! (LP: #1146170)
484
* In the upstart crash notification job fix the path for watershed.
485
* debian/update-notifier-crash.conf: check that we have read permission on
486
the crash file before launching apport-gtk, additionally just launch
487
apport-gtk or system-crash-notification as they will check for new crashes
488
and start bug filing for each one (LP: #1193509)
489
* data/update-motd-fsck-at-reboot: Update the stamp file atomically.
490
Thanks to Marius Gedminas! (LP: #1240549)
492
-- Brian Murray <brian@ubuntu.com> Fri, 08 Nov 2013 15:32:25 -0800
494
update-notifier (0.147) saucy; urgency=low
496
* apt-check: port to python3, if it is available use update-manager's
497
UpdateList to determine if we will install an update being phased
500
-- Brian Murray <brian@ubuntu.com> Wed, 09 Oct 2013 13:32:47 -0700
502
update-notifier (0.146) saucy; urgency=low
505
* Speed up apt-check (LP: #1233587). Thanks to Anders Kaseorg for the
509
* Update translations from launchpad
511
-- Sebastien Bacher <seb128@ubuntu.com> Fri, 04 Oct 2013 10:56:19 +0200
513
update-notifier (0.145) saucy; urgency=low
515
* Use watershed when notifying about system crashes to prevent multiple
516
dialogs for crashes that were already reported.
518
-- Brian Murray <brian@ubuntu.com> Thu, 12 Sep 2013 16:52:32 -0700
520
update-notifier (0.144) saucy; urgency=low
522
* Fix the newly-optimized update-motd-updates-available to correctly handle
523
the initial case when the stamp file doesn't yet exist. LP: #1206452.
525
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 30 Jul 2013 13:25:05 +0100
527
update-notifier (0.143) saucy; urgency=low
529
* In the update-notifier crash file user session job switch back to
530
apport-gtk since the upstart file bridge emits events for .crash files
531
that exist prior to the job being started and apport-bug does not check to
532
see if the crash has already been reported while apport-gtk does.
534
-- Brian Murray <brian@ubuntu.com> Wed, 17 Jul 2013 13:24:13 -0700
536
update-notifier (0.142) saucy; urgency=low
539
* update-motd-updates-available: Avoid forking hundreds of /usr/bin/stat
542
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Jul 2013 09:12:52 +0200
544
update-notifier (0.141) saucy; urgency=low
546
* Switch from apport-collect to apport-bug since the former is for updating
547
bugs already reported.
549
-- Brian Murray <brian@ubuntu.com> Fri, 12 Jul 2013 10:11:39 -0700
551
update-notifier (0.140) saucy; urgency=low
553
* Let apport select the correct frontend to present the crash to the
554
user, rather than assuming GTK+.
556
-- Evan Dandrea <ev@ubuntu.com> Fri, 12 Jul 2013 09:15:48 +0100
558
update-notifier (0.139) saucy; urgency=low
560
* Restore update-notifier watching for avahi disabled notification for
561
desktop enivornments which do not use an upstart user session
562
* Remove tray applet calls from avahi notification
563
* Improve crash notification upstart user job
565
-- Brian Murray <brian@ubuntu.com> Wed, 10 Jul 2013 12:18:55 -0700
567
update-notifier (0.138) saucy; urgency=low
569
* Remove auto-launch key in the gsettings schema as update-manager has been
572
-- Brian Murray <brian@ubuntu.com> Wed, 05 Jun 2013 10:36:03 -0700
574
update-notifier (0.137) saucy; urgency=low
576
* Restore auto-launch key in the gsettings schemas, it's still being used
577
in e.g update-manager and gsettings abort on missing keys
579
-- Sebastien Bacher <seb128@ubuntu.com> Wed, 05 Jun 2013 10:25:04 +0200
581
update-notifier (0.136) saucy; urgency=low
584
* If the /var/lib/update-notifier/fsck-at-reboot stamp file is older than
585
the current uptime, any information about fscking at "next boot" is
586
definitely stale - so force a refresh. LP: #692355.
589
* Remove support for choosing not to auto-launch applications (LP: #947008)
590
* Remove reboot required notification as update-manager itself indicates
591
when a reboot is required and it only appeared when auto-launch was set to
593
* Move update-notifier checking for CDs with packages into a new binary
595
* Add an upstart user session job that runs upon CD insertion
596
* Remove sections of uevent related to hp firmware and replace them with an
597
upstart user session job
598
* Modified avahi disabled notification to run as an upstart user session
599
* Modified new release check to run as an upstart user session
600
* Added in a weekly cron job to check for a new release of ubuntu
601
* Added an upstart user session job to check for crashes
602
* Ensure we ask before launching a pkexec dialog for an apport crash
604
-- Brian Murray <brian@ubuntu.com> Tue, 04 Jun 2013 10:08:21 -0700
606
update-notifier (0.135) saucy; urgency=low
608
* src/reboot.c: Use logind instead of ConsoleKit for rebooting in the
611
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 30 Apr 2013 09:50:25 -0700
613
update-notifier (0.134) raring; urgency=low
615
* Updated translations for raring
617
-- Sebastien Bacher <seb128@ubuntu.com> Wed, 17 Apr 2013 11:53:09 +0200
619
update-notifier (0.133) raring; urgency=low
621
* Add data/package-system-locked: Check if package system is locked. This
622
mirrors what com.ubuntu.SystemService.is_package_system_locked() from
623
ubuntu-system-service used to do.
624
* data/com.ubuntu.update-notifier.policy.in: Allow local users to run
625
package-system-locked through pkexec.
626
* src/update.c, dpkg_lock_is_taken(): Drop D-BUS call to
627
ubuntu-system-service, call package-system-locked instead. Drop
628
ubuntu-system-service Suggests:. (LP: #1153567)
630
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 09 Apr 2013 12:19:08 +0200
632
update-notifier (0.132) raring; urgency=low
634
* data/apt-cdrom-check: correctly quote mount path given to the awk command,
635
otherwise it hits an error with directories with spaces in their name,
639
* Switch from g_timeout_add to g_timeout_add_seconds everywhere, which
640
should allow for better power use.
641
* Remove unused TIMEOUT_APT_GET_UPDATE macro.
644
* Remove unused firmware paths from uevent.c.
645
* data/apt-cdrom-check: check that the release on the media is greater than
646
the current release (LP: #887650). Thanks to Andreas Altaïr Redmer for the
650
* Use synaptic-pkexec instead of gksu in backend_helper.py
651
* Install a policykit policy file to replace last gksu use for
654
-- Sebastien Bacher <seb128@ubuntu.com> Fri, 15 Mar 2013 12:35:49 +0100
656
update-notifier (0.131) raring; urgency=low
658
* Remove obsolete and unused data/dbus-helper.
659
* Remove obsolete and unused data/upgrade-app.
660
* Fix typo in upgrader-patches directory name in cddistupgrader.
661
* Use g_clear_pointer/g_clear_object where appropriate.
662
* Fix leak of a GDir every time update-notifier notices that dpkg was run.
663
* Make debugging a bit more usable: correct type of control variables, and
664
(for now) automatically set G_MESSAGES_DEBUG=all if any of
665
update-notifier's debugging options are used.
666
* Remove unnecessary trailing newlines from all debugging messages.
667
* Adjust newest_log_file_timestamp to avoid an embedded newline in
669
* Only create most indicators (or tray icons) when they're actually being
670
used, to save memory when idle.
671
* Tolerate hook files with a missing Terminal field, since it's documented
673
* Don't call check_update_hooks from on_button_next_clicked; this is
674
unnecessary (show_hooks already calls check_update_hooks after the
675
dialog is closed) and causes recursive confusion.
677
-- Colin Watson <cjwatson@ubuntu.com> Fri, 01 Feb 2013 15:09:41 +0000
679
update-notifier (0.130) raring; urgency=low
682
* Only create a single GSettings instance for com.ubuntu.update-notifier,
684
* Remove unused u_abort function.
685
* Make several more functions static that aren't used from other
687
* Correct a number of imprecise prototypes.
688
* Defer instantiating GtkBuilders until the corresponding user interfaces
689
actually need to be displayed, saving memory when they don't.
690
* Restore code to keep a handle to crash and reboot notifications, so that
691
they can be closed by later code (at least for notification-daemon
693
* Fix several leaks of NotifyNotification objects.
694
* Don't call show_hooks (which now includes instantiating the
695
corresponding GtkBuilder) if there are no unseen hooks to show.
698
* Remove calls to gnome-app-install and addon CD support (LP: #722887)
700
-- Colin Watson <cjwatson@ubuntu.com> Thu, 31 Jan 2013 03:32:33 +0000
702
update-notifier (0.129) raring; urgency=low
705
* Fix many typos for "running".
706
* Fix a number of compiler warnings.
709
* Switch from using gksu for apport crashes to pkexec (LP: #1098235)
711
-- Brian Murray <brian@ubuntu.com> Wed, 30 Jan 2013 09:43:09 -0800
713
update-notifier (0.128) raring; urgency=low
715
* Fix incorrect glib pkg-config requirement.
717
-- Colin Watson <cjwatson@ubuntu.com> Wed, 30 Jan 2013 01:11:22 +0000
719
update-notifier (0.127) raring; urgency=low
722
* Rebuild cache in memory to avoid race condition
723
(LP: #1016040). Thanks to James Hunt
726
* Exit GTK+ main loop on receiving SIGINT, to make it easier to debug
727
update-notifier using valgrind.
728
* Fix memory leak in init_already_seen_hooks.
729
* Fix missing description field for "Start package manager" tray action.
730
* Stop using deprecated gdk_app_launch_context_new function.
732
-- Colin Watson <cjwatson@ubuntu.com> Wed, 30 Jan 2013 00:47:31 +0000
734
update-notifier (0.126) quantal; urgency=low
736
* Add build-dependencies on python, python-apt, and python-debian for the
737
test suite; and add runtime dependencies on python-{apt,debian},
740
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 09 Oct 2012 15:12:20 -0700
742
update-notifier (0.125) quantal; urgency=low
744
* There are other buggy translations, revert those as well.
745
* Make sure our tests are actually run at build time.
746
* Add a new test for broken translations, and fix the test for the notifier
747
output which had not been kept in sync with the source.
749
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 09 Oct 2012 20:59:55 +0000
751
update-notifier (0.124) quantal; urgency=low
753
* Revert buggy translation of a variable name, addressing bug #1003100.
755
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 09 Oct 2012 12:39:38 -0700
757
update-notifier (0.123) quantal; urgency=low
759
* Updated launchpad translations
761
-- Sebastien Bacher <seb128@ubuntu.com> Tue, 09 Oct 2012 18:05:11 +0200
763
update-notifier (0.122) quantal; urgency=low
765
* Tell python-dbus to use glib's mainloop so it doesn't throw an exception
768
-- Michael Terry <mterry@ubuntu.com> Fri, 07 Sep 2012 09:11:53 -0400
770
update-notifier (0.121ubuntu1) quantal; urgency=low
773
* lp:~nathwill/update-notifier/lp-934517:
774
- improve wording (LP: #934517), thanks to Nathan Williams
777
* replace dict.has_key with key in dict (LP: #1040380)
779
-- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com> Sat, 25 Aug 2012 15:16:34 +0100
781
update-notifier (0.120ubuntu2) quantal; urgency=low
783
* Add dependency on patch to update-notifier-common as it's called
784
from the cddistupgrader script when doing upgrades from an external
785
media. (LP: #1029531)
787
-- Stéphane Graber <stgraber@ubuntu.com> Wed, 08 Aug 2012 17:24:38 -0400
789
update-notifier (0.120ubuntu1) quantal; urgency=low
791
* Convert from libgdu to gio's GVolumeMonitor (LP: #1028040)
793
-- Michael Terry <mterry@ubuntu.com> Mon, 23 Jul 2012 13:34:43 -0400
795
update-notifier (0.119ubuntu15) quantal; urgency=low
797
* Undo the Python 3 conversion until python3-debian is ready
799
-- Michael Terry <mterry@ubuntu.com> Mon, 02 Jul 2012 13:00:46 -0400
801
update-notifier (0.119ubuntu14) quantal-proposed; urgency=low
805
- Use the new python-apt API since the legacy API is not available
807
- Various and pyflakes, whitespace, style, line length fixes.
810
* Update to use new update-manager command line and
811
ubuntu-release-upgrader paths.
813
-- Michael Terry <mterry@ubuntu.com> Fri, 29 Jun 2012 11:05:06 -0400
815
update-notifier (0.119ubuntu13) quantal; urgency=low
818
- modernize a bit for the 0.8 API
820
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 12 Jun 2012 11:08:52 +0200
822
update-notifier (0.119ubuntu12) quantal; urgency=low
824
* src/uevent.c: Drop Jockey handling. This was only used for missing DVB
825
firmware, but the firmware is now shipped by default in linux-firmware.
826
Also, Jockey is being obsoleted.
828
-- Martin Pitt <martin.pitt@ubuntu.com> Wed, 30 May 2012 15:06:17 +0200
830
update-notifier (0.119ubuntu11) quantal; urgency=low
832
* po/*.po: the string '$packages' must not be translated, but we currently
833
have no way to mark the string as such in the input files. LP: #1003100.
835
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 22 May 2012 21:35:02 +0000
837
update-notifier (0.119ubuntu10) quantal; urgency=low
839
* Merge in changes from 0.119ubuntu8.1 which had been uploaded to
842
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 15 May 2012 16:20:43 -0700
844
update-notifier (0.119ubuntu9) quantal; urgency=low
846
* fix data/Makefile.am to clean up all generated files.
847
* fix wrong intltool-merge invocation.
848
* data/package-data-downloads-failed{,-permanently}.in: work around a bug in
849
intltool-merge rfc822deb handling that causes wrong syntax when the first
850
line in the file is a translated field. LP: #993672.
851
* use po2debconf instead of the upstream intltool-merge, since the latter
852
doesn't actually handle multi-paragraph description fields correctly.
853
* Fix package-data-downloader to do a correct timestamp comparison. Thanks
854
to Loïc Minier for catching this. LP: #986183.
855
* data/package-data-downloads-failed.in: use pkexec instead of gksudo, for
856
compatibility with Kubuntu. Thanks to Jonathan Thomas for pointing out
857
the correct fix. LP: #982032.
859
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 15 May 2012 16:16:08 -0700
861
update-notifier (0.119ubuntu8.1) precise; urgency=low
863
* data/notify-reboot-required: echo notification if gettext is not available
864
thanks to Richard Laager for the patch (LP: #644578)
866
-- Brian Murray <brian@ubuntu.com> Thu, 19 Apr 2012 13:58:50 -0700
868
update-notifier (0.119ubuntu8) precise; urgency=low
871
- updated to latest LP export to ensure that the translation-missing
872
window information is actually translated (LP: #562900)
874
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 17 Apr 2012 16:32:08 +0200
876
update-notifier (0.119ubuntu7) precise; urgency=low
878
* Use <proto>_proxy environment variables to choose the proxy to use for
879
data downloads, not the apt proxy settings, because apt may be
880
configured to point at a package-specific proxy. This makes proxy
881
configuration a little less convenient than before for the
882
flashplugin-installer package, but it at least it makes it possible to
883
have a different proxy setting for packages vs. arbitrary data
884
downloads, which otherwise we don't have any way to support.
886
* Stop processing after a fatal download error, not just a transient one,
887
so that we can't be tricked into feeding a partial list of files to a
888
handler. Thanks to Kees Cook for spotting the bug. LP: #979426.
889
* Flush stdout before calling subprocess, so that log output makes more
891
* Print a more meaningful status message when downloading, instead of just
893
* Check for existence of /usr/lib/update-notifier/package-data-downloader
894
before trying to run it from our cron job, so that the package doesn't
895
generate error messages when removed but not purged.
896
* The action for our notification should call gksu instead of trying to
897
run the command directly without root access. This is imperfect because
898
kubuntu won't have gksudo available by default, but it's an improvement
899
over failing for everybody. LP: #976761.
901
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 13 Apr 2012 03:49:10 +0000
903
update-notifier (0.119ubuntu6) precise; urgency=low
905
* data/package-data-downloader: Set urllib._urlopener to an instance of
906
urllib.FancyURLopener rather than urllib.URLopener, since the former
907
handles redirects (LP: #977812).
909
-- Colin Watson <cjwatson@ubuntu.com> Tue, 10 Apr 2012 12:15:08 +0100
911
update-notifier (0.119ubuntu5) precise; urgency=low
913
* Make sure /usr/lib/update-notifier/package-data-downloader is called on
914
package configuration as well, since a trigger is not guaranteed to
915
happen if the triggering package is configured first. LP: #977178.
917
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 09 Apr 2012 20:48:14 +0000
919
update-notifier (0.119ubuntu4) precise; urgency=low
921
* Fix conffile removal handling for /etc/update-motd.d/20-cpu-checker; we
922
were deleting the file but it was still registered in dpkg's database as
923
obsolete. dpkg-maintscript-helper can help with this.
925
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 09 Apr 2012 11:26:57 -0700
927
update-notifier (0.119ubuntu3) precise; urgency=low
929
* data/package-data-downloader: add support for a 'should-download' field
930
pointing to a debconf question that tells us whether or not the files
931
for this package should actually be downloaded. Otherwise, we'll
932
always download the files for msttcorefonts even when the user hasn't
933
accepted the license. LP: #876298.
935
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 09 Apr 2012 05:36:00 +0000
937
update-notifier (0.119ubuntu2) precise; urgency=low
939
* data/package-data-downloader, data/package-data-downloads-failed.in,
940
data/package-data-downloads-failed-permanently.in,
941
debian/update-notifier-common.{postinst,triggers}: add a new handler and
942
dpkg trigger to let packages queue data for download after package
943
install, so that network connectivity problems don't make installs
944
and upgrades unreliable. LP: #876298.
945
* debian/update-notifier-common.cron.daily: add a cronjob to periodically
946
retry any failed downloads.
947
* src/update-notifier.c: when there are new hooks, check them whether or
948
not dpkg has run; this allows other packages to send us notifications
949
by ways other than running a package maintainer script.
951
-- Steve Langasek <steve.langasek@ubuntu.com> Thu, 05 Apr 2012 22:04:05 -0700
953
update-notifier (0.119ubuntu1) precise; urgency=low
955
* src/update-notifier.c: Consider both the "sudo" and "admin" groups as
956
administrator. (LP: #893842)
958
-- Martin Pitt <martin.pitt@ubuntu.com> Sun, 11 Mar 2012 10:29:28 +0100
960
update-notifier (0.118.1ubuntu1) precise; urgency=low
962
* add support to apply patches when running the release upgrader
963
* change default release upgrade check interval to 14 days
966
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 18 Jan 2012 09:36:47 +0100
968
update-notifier (0.118ubuntu1) precise; urgency=low
970
* fix "fsck doesn't update system info on login" LP: #692355
971
Thanks to Paul McEnery
973
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 09 Jan 2012 12:58:55 +0100
975
update-notifier (0.117ubuntu3.1) oneiric-proposed; urgency=low
977
* src/trayappletui.c:
978
- fix overlong menu entries (LP: #871691)
980
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Oct 2011 09:27:26 +0200
982
update-notifier (0.117ubuntu3) oneiric; urgency=low
984
* add #include "trayappletui.h" to ensure the prototypes are
985
correct (fixes FTBFS)
988
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 Oct 2011 20:56:14 +0200
990
update-notifier (0.117ubuntu2) oneiric; urgency=low
992
* port to libappindicator (LP: #779382) to ensure its visible
993
under unity{,-2d} for users with the auto_open key set to
996
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 Oct 2011 12:18:49 +0200
998
update-notifier (0.117ubuntu1) oneiric; urgency=low
1000
* data/backend-helper.py: add helper that can dynamically
1001
choose what package manager to use
1002
* switch recommends to python-aptdaemon.gtk3widgets | synpatic
1004
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 10 Aug 2011 15:50:40 +0200
1006
update-notifier (0.116ubuntu1) oneiric; urgency=low
1008
* Fixed restart required notification wording. (LP: #680685)
1010
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 27 Jul 2011 14:24:37 +0200
1012
update-notifier (0.115ubuntu2) oneiric; urgency=low
1014
* set the default release-upgrade check time to 7 days
1015
to be in line with the updates check interval
1016
(foundations-o-update-manager-release-announcements spec)
1018
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 19 Jul 2011 09:00:29 +0200
1020
update-notifier (0.115ubuntu1) oneiric; urgency=low
1023
* port to gtk3/gsettings/gdbus
1025
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 14 Jul 2011 09:36:56 +0200
1027
update-notifier (0.112ubuntu2) oneiric; urgency=low
1029
* data/update-notifier.desktop.in:
1030
- Don't show in "Startup Applications" (LP: #803917)
1032
-- Michael Terry <mterry@ubuntu.com> Fri, 01 Jul 2011 13:42:50 +0100
1034
update-notifier (0.112ubuntu1) oneiric; urgency=low
1036
* Port to current libnotify 0.7 API. Bump libnotify-dev build dependency.
1038
-- Martin Pitt <martin.pitt@ubuntu.com> Wed, 08 Jun 2011 09:22:22 +0200
1040
update-notifier (0.111ubuntu2) natty; urgency=low
1044
- HP laser printers which require firmware can also have the
1045
product ID "xx2a" now. (LP: #734822)
1047
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 31 Mar 2011 11:21:51 +0200
1049
update-notifier (0.111ubuntu1) natty; urgency=low
1051
* data/apt-cdrom-check, data/cddistupgrader:
1052
- support upgrades from filesystems without the "stable" and
1053
"ubuntu" symlinks (like vfat)
1055
- check all removable devices for a upgrader
1056
- when detecting a upgrade CD skip the "Run package manager"
1057
step as its recommended to use the release upgrader
1059
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 09 Mar 2011 16:00:19 +0100
1061
update-notifier (0.110.4ubuntu1) natty; urgency=low
1064
- use x-terminal-emulator instead of hardcoding gnome-terminal
1067
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 16 Feb 2011 19:37:04 +0100
1069
update-notifier (0.110.3ubuntu3) natty; urgency=low
1071
* data/update-motd-fsck-at-reboot: fix logic for getting mount list,
1072
add defensive 0 sets, add "never check" special cases (LP: #718469).
1074
-- Kees Cook <kees@ubuntu.com> Sun, 13 Feb 2011 16:46:32 -0800
1076
update-notifier (0.110.3ubuntu2) natty; urgency=low
1078
* src/reboot.c: use consolekit instead of hal when gnome-session is
1079
not available. lp: #716905
1081
-- Lionel Le Folgoc <mrpouit@ubuntu.com> Sun, 13 Feb 2011 13:39:15 +0100
1083
update-notifier (0.110.3ubuntu1) natty; urgency=low
1085
* merged lp:~brian-murray/update-notifier/error-message-string-fix,
1088
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 25 Jan 2011 11:32:56 +0100
1090
update-notifier (0.110.2ubuntu1) natty; urgency=low
1092
* debian/90-updates-available, debian/98-fsck-at-reboot,
1093
debian/98-reboot-required:
1094
- check if the scripts exist before using them (thanks to
1097
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Jan 2011 19:01:35 +0100
1099
update-notifier (0.110.1ubuntu3) natty; urgency=low
1102
- add dialog when system crashes are detected to avoid fullscreen
1104
- fix incorrect bits from the previous merge (thanks to Sebastien Bacher)
1105
- honor the /apps/update-notifier/auto_launch gconf key, if that is
1106
set never display a notifcation area icon but instead always fire
1107
up apport, if set, do the opposite and always show notifcation
1108
area icon and never fire up apport automatically
1110
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 04 Jan 2011 14:20:33 +0100
1112
update-notifier (0.110.1ubuntu2) natty; urgency=low
1114
[ Sebastien Bacher ]
1115
* src/crash.c: if there is no systray report at least the user issues.
1116
The code should still be ported to use an indicator later on.
1117
* src/crash.c: Don't spam the session log with the crash names either.
1118
* src/crash.c, src/reboot.c, src/update-notifier.c:
1119
- clear some debug calls to keep the session log clean
1122
* src/update-notifier.c:
1123
- move debug calls into g_debug and hide that by default
1124
- add new --debug-misc call that is a catch-all bucket for
1125
uncategorized messages
1127
- use g_spawn_sync() instead of g_spawn_sync_command_line and
1128
pass G_SPAWN_STDOUT_TO_DEV_NULL|G_SPAWN_STDERR_TO_DEV_NULL
1130
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 04 Jan 2011 09:14:03 +0100
1132
update-notifier (0.110.1ubuntu1) natty; urgency=low
1135
* data/update-motd-fsck-at-reboot:
1136
- fix small issues in the script that I introduced in the
1138
* add recommends to aptdaemon (thanks to Michael Terry)
1142
* data/update-motd-cpu-checker, data/Makefile.am, debain/control,
1143
debian/20-cpu-checker, debian/update-notifier-common.{install,postinst}:
1144
drop cpu-checker since kernel will unmask BIOS filtering of NX now.
1146
-- Kees Cook <kees@ubuntu.com> Wed, 17 Nov 2010 11:35:00 -0800
1148
update-notifier (0.110ubuntu1) natty; urgency=low
1151
* Update description to not mention adept/adept-notifier anymore, but "other
1152
packages" and "server use cases" as adept doesn't exist anymore.
1155
* Add --disable-deprecations configure flag to test for deprecated API use
1156
* Don't use deprecated API, and update required version of GTK+ to match
1160
* merged lp:~shiyee/update-notifier/fsck-at-reboot, thanks to
1163
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 Nov 2010 10:11:11 +0100
1165
update-notifier (0.105ubuntu1) maverick; urgency=low
1168
- avoid triggering a aptdaemon launch when checking for
1169
pending transactions (LP: #587004)
1171
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 03 Sep 2010 10:00:54 +0200
1173
update-notifier (0.104ubuntu1) maverick; urgency=low
1175
[ Sebastian Geiger ]
1177
- fix missing init of GError
1178
* updated to use xdg config dirs (thanks to Christian Klein)
1181
* move hooks file over to the new location if
1184
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 25 Aug 2010 21:16:28 +0200
1186
update-notifier (0.103ubuntu1) maverick; urgency=low
1189
* add /usr/share/update-notifier/plugins/cache-changed dir
1190
that can be used to trigger scripts on cache change (update,
1191
install, remove, upgrade) that are run within the users
1192
context (e.g. oneconf)
1195
* sort and launch scripts one after another in async mode on cache change
1197
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 21 Jul 2010 15:01:58 +0200
1199
update-notifier (0.102ubuntu1) maverick; urgency=low
1201
* Generalize firmware backend to be more easily extensible for other types
1203
- Rename firmware.{h,c} to uevent.{h,c} and rename the functions
1205
- configure.in, src/Makefile.am, src/update-notifier.c: Fix references for
1207
- uevent.c: Split out the "missing general firmware" specific bits into a
1208
new function deal_with_missing_firmware(). This makes the on_uevent()
1209
function very small and clean, and easy to extend.
1210
* src/uevent.c: Add new function deal_with_scp() to launch
1211
system-config-printer when a printer is added or present at startup, and
1212
s-c-p is not running yet. This must explicitly enabled with the new
1213
--enable-system-config-printer configure option, and is disabled by
1214
default. OEMs and derivatives can enable it easily and drop s-c-p's
1215
autostart .desktop file.
1216
* src/uevent.c: Fix a memory leak, properly free the list items and list
1217
from g_udev_client_query_by_subsystem().
1218
* debian/control: Bump Standards-Version to 3.8.4 (no changes necessary).
1219
* Add debian/source/format: 3.0 (native).
1221
-- Martin Pitt <martin.pitt@ubuntu.com> Fri, 25 Jun 2010 12:19:04 +0200
1223
update-notifier (0.101ubuntu1) maverick; urgency=low
1226
- run apt-check with nice and ionice (thanks to dbarth)
1228
- updated, add information on /etc/apt/apt.conf.d/10periodic,
1229
/etc/apt/apt.conf.d/20archive. Thanks to Michael Schuerig
1232
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Jun 2010 15:06:12 +0200
1234
update-notifier (0.100ubuntu1) maverick; urgency=low
1236
* properly integrate with check-release-upgrade-gtk and support
1238
* merged from debian, many thanks to Julian Andres Klode
1239
* switch back to auto-open mode
1241
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 01 Jun 2010 15:38:26 +0200
1243
update-notifier (0.99.3debian4) unstable; urgency=low
1245
* Show the tray icon instead of running update-manager (Closes: #578717),
1246
the update-manager mode does not even work currently due to Bug#579789.
1248
-- Julian Andres Klode <jak@debian.org> Wed, 05 May 2010 12:11:01 +0200
1250
update-notifier (0.99.3debian3) unstable; urgency=low
1252
* Do not ship /var/crash as it is not needed.
1253
* debian/update-notifier-common.install:
1254
- Install /etc/apt/apt.conf.d/ files here instead of using debian/rules.
1255
* debian/rules: Simplify and remove unneeded parts.
1256
* autogen.sh: Run intltool-update -p here.
1257
* data/apt_check.py:
1258
- Detect security updates for Debian [and gNewSense] (Closes: #493653).
1259
* Run notify-reboot-required in kernel postinst.d (Closes: #502396).
1260
* data/notify-reboot-required: Also work if /var/run is no mountpoint,
1261
it will be cleaned up on boot anyway (Closes: #462002).
1262
* Recommend synaptic and software-properties-gtk and only use them if
1263
they are installed (Closes: #559000, #448534).
1264
* Recommend anacron to have up-to-data package lists (Closes: #414155).
1265
* debian/99update-notifier: Fix syntax.
1266
* Update translations from Launchpad and create ALL_LINGUAS dynamically.
1267
* data/Makefile.am: Do not run gconftool-2, it just prints warnings.
1268
* Fix compiler warnings.
1270
-- Julian Andres Klode <jak@debian.org> Sun, 18 Apr 2010 18:18:36 +0200
1272
update-notifier (0.99.3debian2) unstable; urgency=low
1274
* configure.in: Remove gdu and gudev-1.0 from the common module list.
1276
-- Julian Andres Klode <jak@debian.org> Sat, 17 Apr 2010 13:19:56 +0200
1278
update-notifier (0.99.3debian1) unstable; urgency=low
1280
* Rebase packaging on Ubuntu's one (Closes: #568476); differences:
1281
- Depend on update-manager-gnome instead of update-manager.
1282
- Only recommend cpu-checker as it's not in the archive (yet).
1283
* data/apt_check.py: Upgrade to new python-apt API (Closes: #572351).
1284
* Disable gudev and gdu stuff on non-Linux architectures.
1285
* debian/control: Update Standards-Version and have -common depend on python.
1286
* debian/update-notifier-common.preinst: Add missing #DEBHELPER# line.
1288
-- Julian Andres Klode <jak@debian.org> Fri, 16 Apr 2010 19:41:27 +0200
1290
update-notifier (0.99.2) lucid; urgency=low
1292
* 20-cpu-checker, 90-updates-available, 98-reboot-required,
1293
update-notifier-common.install, update-notifier-common.links:
1294
symlinking scripts into /etc/update-motd.d causes them *not*
1295
to be considered conffiles, so admins can't really edit or
1296
remove them to their liking; instead, install simple "exec"
1297
shell wrappers, LP: #559194
1299
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 09 Apr 2010 12:44:13 -0500
1301
update-notifier (0.99.1) lucid; urgency=low
1304
* data/notify-reboot-required:
1305
- make sure to record the maintainer script that requested the
1306
reboot in /var/run/reboot-required.pkgs (LP: #538253)
1307
* silence debug messages by default (unless one of the
1308
--debug switches is used)
1310
- point Vcs-Bzr to lucid branch
1313
* debian/update-notifier-common.links: move reboot-required
1314
from update-motd position 99 to 98, since 99 is now a (typically
1315
empty) admin-controlled footer
1317
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 24 Mar 2010 14:59:04 +0100
1319
update-notifier (0.99) lucid; urgency=low
1322
- move hplip firmware loading here and watch for udev
1323
events from printers that need to load a firmware. Call
1324
hp-plugin-ubuntu in this case automatically.
1326
- dropped in favor of doing this in the firmware.c code
1328
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 19 Mar 2010 17:21:04 +0100
1330
update-notifier (0.98) lucid; urgency=low
1332
* data/update-motd-cpu-checker: update path to the now external checker.
1334
-- Kees Cook <kees@ubuntu.com> Thu, 11 Mar 2010 01:16:49 -0800
1336
update-notifier (0.97) lucid; urgency=low
1338
* debian/control, data/update-motd-cpu-checker: move motd updater into
1339
the data/ tree and add to build system now that check-bios-nx is part
1340
of the external cpu-checker package.
1342
-- Kees Cook <kees@ubuntu.com> Wed, 10 Mar 2010 23:03:25 -0800
1344
update-notifier (0.96) lucid; urgency=low
1346
* debian/cpu-checker/check-bios-nx: adjust informational URL, eliminate
1347
"filter" language in favor of "disable".
1349
-- Kees Cook <kees@ubuntu.com> Thu, 18 Feb 2010 12:23:28 -0800
1351
update-notifier (0.95) lucid; urgency=low
1353
* debian/cpu-checker/*, debian/rules, debian/update-notifier-common.links:
1354
add NX bit sanity checker to be included in motd updates.
1356
-- Kees Cook <kees@ubuntu.com> Wed, 17 Feb 2010 15:05:16 -0800
1358
update-notifier (0.94) lucid; urgency=low
1360
* Add src/hplip.{h,c}:
1361
- listen to com.hp.hplip.NeedPlugin events
1363
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 Feb 2010 13:34:08 +0100
1365
update-notifier (0.93) lucid; urgency=low
1367
* data/update-notifier.desktop:
1368
- drop the --startup-delay command line option and use the new
1369
X-GNOME-Autostart-Delay autostart key instead
1371
-- Sebastien Bacher <seb128@ubuntu.com> Mon, 01 Feb 2010 15:36:10 -0800
1373
update-notifier (0.92) lucid; urgency=low
1375
* Add src/firmware.{h,c}: Listen to "firmware" subsystem events, check if
1376
requested firmware is present, and call jockey --check if not.
1377
(LP: #425821, UbuntuSpec:desktop-lucid-jockey-hotplug-support)
1379
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 26 Nov 2009 11:09:42 +0100
1381
update-notifier (0.91) lucid; urgency=low
1385
- do not auto-open restart required dialog, do this check in
1386
the calling clients (like update-manager) instead
1389
* Drop a couple of useless AC_SUBSTs.
1390
* src/Makefile.am: use $(PACKAGE_CFLAGS) and _LIBS instead of
1391
@PACKAGE_CFLAGS@ and _LIBS to allow overriding on the cmdline.
1392
* configure.in: add "x11" to pkg_modules since src/clipboard.c calls X11
1393
functions directly; fixes build issue with binutils-gold; thanks Peter
1394
Fritzsche for the report; Debian #556515.
1395
* Build-dep on libx11-dev explicitly.
1396
* Wrap build-deps and deps to get cleaner diffs.
1397
* Cleanup rules, mostly dropping boilerplate.
1398
* Pass -s to dh_* in binary-arch.
1399
* Don't overwrite CFLAGS from the env.
1400
* Don't set INSTALL_PROGRAM, not needed with dh_strip.
1401
* Only pass --host to configure if DEB_BUILD_GNU_TYPE and DEB_HOST_GNU_TYPE
1403
* Pass LDFLAGS down to configure.
1404
* Build-dep on autotools-dev to ensure config.sub and config.guess are
1406
* Don't ignore errors from distclean.
1407
* Update FSF address in copyright and misc src/*.[ch] files.
1408
* "set -e" in debian/preinst, postinst, and postrm.
1409
* Cleanup and simplify debian/update-notifier-common.postinst.
1410
* Use Vcs-Bzr instead of XS-Vcs-Bzr.
1411
* Bump up Standards-Version to 3.8.3.
1412
* Comment out --with-pkg-manager= configure flag as it's dnl-ed out in
1414
* Drop useless DEBVER from rules.
1415
* Move to debhelper 7; bump bdep and compat.
1417
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 Nov 2009 09:19:46 +0100
1419
update-notifier (0.90) karmic; urgency=low
1421
* data/update-notifier.schemas.in:
1422
- fix typo (LP: #400214)
1423
* debian/update-notifier-common.dirs:
1424
- do not ship /var/crash here (LP: #449738)
1426
- create /var/crash with the right permissions
1427
* debian/update-notifier-common.postinst:
1428
- fixup if permissions of /var/crash are incorrect due to
1429
update-notifier-common (LP: #449738)
1430
* data/apt-cdrom-check:
1431
- only offer addon-cd if gnome-app-install is installed
1432
(software-center does not yet support addon CDs)
1434
- use gtk-dialog-warning-panel by default and use gtk
1435
fallback mechanism to use the gtk-dialog-warning stock icon
1437
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 15 Oct 2009 17:15:35 +0200
1439
update-notifier (0.89) karmic; urgency=low
1441
[ Mario Limonciello ]
1443
- Fallback to HAL if possible to reboot (LP: #437333)
1447
- wait for pending aptdaemon transactions before showing
1448
the reboot required dialog (LP: #445634)
1452
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 09 Oct 2009 16:40:44 +0200
1454
update-notifier (0.88) karmic; urgency=low
1456
* ui/reboot-dialog.ui:
1457
- simplify text in the restart required UI (LP: #397324),
1458
thanks to Scott Ritchie
1460
- more robustness again failure in gdu_pool_new()
1461
* src/upate-notifier.c:
1462
- when gdu can not be initialized, do not fail but log a
1463
warning instead (LP: #418691)
1464
* data/update-notifier.schemas.in:
1465
- fix typo (LP: #411511), thanks to Rakesh 'arky' Ambati
1467
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Sep 2009 18:41:30 +0200
1469
update-notifier (0.87) karmic; urgency=low
1472
* debian/control: recommend libpam-modules rather than update-motd,
1475
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Jul 2009 17:18:45 -0500
1477
update-notifier (0.86) karmic; urgency=low
1479
[ Sebastien Bacher ]
1481
- build using --as-needed to reduce the depends
1484
* debian/update-notifier-common.dirs: update-notifier-common
1485
needs /etc/update-motd.d, rather than /etc/update-motd.d/hourly;
1486
causes this directory to *not* be removed on update-motd package
1490
* src/update-notifier.c:
1491
- if display can not be opened, show a propper error message
1492
and do not crash (LP: #317745)
1494
- count security updates correctly even when they are "shadowed"
1495
by a regular update (LP: #394958)
1496
- fix typo (thanks to Hew McLachlan)
1497
* data/update-motd-updates-available, debian/99update-notifier:
1498
- move updates available from /var/run to /var/lib/update-notifier
1499
to make it persistent over reboots
1500
* src/update-notifier.c:
1501
- make the timeout for no-activity from apt bigger (LP: #274001)
1502
* data/update-notifier.desktop.in:
1503
- better description for the auto startup (LP: #146918)
1504
* src/update-notifier.c:
1505
- use GAppInfo/GAppLaunchContext to provide startup notification
1506
support (LP: #46258)
1508
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Jul 2009 16:50:46 +0200
1510
update-notifier (0.85) karmic; urgency=low
1513
- use the gnome-session dbus interface for reboots
1514
* src/hal.c -> src/gdu.c:
1515
- ported from hal to gnome-disk-utils (libgdu-dev)
1516
* drop libgnome from the build-depends and switch to
1517
the new gnome-session dbus interface entirely
1519
- drop libgnome-dev, libhal-dev
1521
- when checking for apt/dpkg logs, ignore empty ones,
1522
they are most likely caused by logrotate (thanks to
1524
- when checking apt/dpkg logs, glob() for the old(er)
1525
ones too (thanks to Dan Kegel)
1527
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Jul 2009 17:25:16 +0200
1529
update-notifier (0.80) karmic; urgency=low
1531
* add /apps/update-notifier/hide_reboot_notification
1532
gconf key to hide the reboot required messages
1533
(as suggested by tjaalton)
1534
* when running in auto-launch mode, check if security
1535
updates are installed unattended and if so, use the normal
1536
launch interval (LP: #369706)
1538
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 06 Jul 2009 13:23:06 +0200
1540
update-notifier (0.79) karmic; urgency=low
1542
[ Sebastien Bacher ]
1543
* ported from glade to gtkbuilder
1546
* data/apt_check.py:
1547
- ensure that updates in both -updates and -security are
1548
only counted once (thanks to Emmet)
1550
- add strict dependency on update-notifier-common
1552
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 29 Jun 2009 14:11:25 +0200
1554
update-notifier (0.78) karmic; urgency=low
1557
- better debug output
1558
- add AUTOLAUNCH_MINIMAL_SECURITY_INTERVAL (LP: #369198)
1559
* src/update-notifier.c:
1560
- fix typo (#365314)
1561
* data/apt_check.py:
1562
- check for security updates in the current running
1563
distro release (deals with cases where people have
1564
two distros in their sources.list)
1565
* remove some debug output
1567
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 24 Apr 2009 15:39:34 +0200
1569
update-notifier (0.76.7) jaunty; urgency=low
1571
* fix crash in --debug mode (LP: #348883, #348110)
1573
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Mar 2009 11:01:09 +0100
1575
update-notifier (0.76.6) jaunty; urgency=low
1578
- do not auto-launch if the dpkg lock is taken
1579
by another process (LP: #334935)
1580
* rework the debug options and support --debug-inotify,
1581
--debug-updates, --debug-hooks
1583
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 11 Mar 2009 14:11:12 +0100
1585
update-notifier (0.76.5) jaunty; urgency=low
1587
* debian/99update-notifier: write an empty /var/run/updates-available,
1588
rather than removing it; empty indicates that we *know* that there are
1589
no updates available, whereas missing/remove indicates that the status
1590
is unknown, LP: #339066
1592
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 07 Mar 2009 00:32:56 -0600
1594
update-notifier (0.76.4) jaunty; urgency=low
1596
* fix corner cases when the update icon still
1597
appears even if run in auto launch mode (thanks to
1600
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 04 Mar 2009 09:37:20 +0100
1602
update-notifier (0.76.3) jaunty; urgency=low
1604
* use the gconf /apps/update-manager/launch_time key
1605
to detect the last lauch time. this means the autolaunch
1606
time is reset on each manual update-manager run too
1608
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 03 Mar 2009 14:57:27 +0100
1610
update-notifier (0.76.2) jaunty; urgency=low
1613
- show the reboot required dialog only once per
1614
session (thanks to mdz for the report)
1616
- when checking if update-manager needs to be auto launched,
1617
take the time of the last package installs/removals into
1618
consideration as well (as requested by the DX team)
1619
- when auto launching update-manager, run with nice and
1621
* src/update-notifier.c:
1622
- add --debug-autolaunch switch
1624
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 02 Mar 2009 15:38:28 +0100
1626
update-notifier (0.76.1) jaunty; urgency=low
1628
* ui/reboot-reqruied.glade:
1629
- add dialog title for auto-launching
1630
* data/update-notifier.schemas.in:
1631
- set default launch interval to 7 days now (as asked for
1633
* data/apt_check.py:
1634
- fix i18n plural forms (LP: #325251)
1636
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 Feb 2009 20:47:37 +0100
1638
update-notifier (0.76) jaunty; urgency=low
1640
* make "auto_launch" update-manager mode the default (as asked
1642
* set "regular_auto_launch_interval" to 2 days for the development
1643
release. this default will change to 7 days for the stable
1645
* run update-manager with "--no-focus-on-map" when in
1647
* add "/apps/update-notifier/regular_auto_launch_interval" gconf
1648
key that controls at what intervals (in days) update-manager is
1649
automatically launched for regular updates (security updates
1650
will be launched immediately). This only affects users that use
1651
"/apps/update-notifier/auto_launch"
1652
* make the interactive upgrade hooks dialog open up immediately
1653
if "auto_launch" is enabled
1654
* make the reboot required dialog open up immediately if "auto_launch"
1657
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 16 Feb 2009 17:06:56 +0100
1659
update-notifier (0.75.10) jaunty; urgency=low
1661
* add gconf "/apps/update-notifier/auto_launch" option that
1662
can automatically launch update-manager (defaults to
1663
"false" for now until focus it not stolen)
1665
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 06 Feb 2009 14:33:06 +0100
1667
update-notifier (0.75.9) jaunty; urgency=low
1669
* debian/99update-notifier:
1670
- remove /var/run/updates-available after package installation
1673
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 04 Feb 2009 16:36:27 +0100
1675
update-notifier (0.75.8) jaunty; urgency=low
1677
* debian/update-notifier.docs:
1678
- fix filename and use it again (LP: #319194)
1679
* fix reboot action (LP: #314409)
1681
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 23 Jan 2009 15:21:02 +0100
1683
update-notifier (0.75.7) jaunty; urgency=low
1687
- fix incorrect capitalization (LP: #186594)
1690
* src/update-notifier.c:
1691
- Revert an earlier change to call gnome_program_init()
1692
again. reboot.c still depends on this (LP: #302326)
1694
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 20 Jan 2009 19:59:20 +0100
1696
update-notifier (0.75.6) jaunty; urgency=low
1698
* data/update-notifier.desktop.in:
1699
- work with other DEs than gnome,xfce (LP: #300463)
1701
- add missing file (LP: #298806)
1702
* src/update-notifier.c:
1703
- make "--force" start u-n even for system users (LP: #294569)
1704
- add gconf-key /apps/update-notifier/end_system_uids to make
1706
* src/update.{cc,h}:
1707
- show amount of updates available in notification
1708
(LP: #243695) as well
1710
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 25 Nov 2008 21:24:31 +0100
1712
update-notifier (0.75.5) jaunty; urgency=low
1714
* data/notify-reboot-required:
1715
- fix breakage when gettext-base is not installed
1718
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Nov 2008 09:57:35 +0100
1720
update-notifier (0.75.4) jaunty; urgency=low
1723
* data/Makefile.am: install
1724
- update-motd-reboot-required and
1725
- update-motd-updates-available
1726
* data/notify-reboot-required:
1727
- write human-readable, translatable output to /var/run/reboot-required
1728
* data/update-motd-reboot-required:
1729
- standalone shell script for use in update-motd
1730
* data/update-motd-updates-available:
1731
- standalone shell script to call apt-check with --human-readable option;
1732
hook for use in update-motd
1734
- recommend update-motd (>= 1.9), which contains fine grained motd
1735
update frequency control
1739
- add data/notify-reboot-required
1740
* data/update-motd-updates-available:
1741
- add checks so that apt-check only runs if the sources.list or the
1742
package lists changed
1744
- byebye arch-build target
1745
* .bzr-builddeb/default.conf:
1746
- welcome "[HOOKS]\npre-build"
1748
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Nov 2008 16:52:31 +0100
1750
update-notifier (0.75.3) jaunty; urgency=low
1752
* data/apt_check.py:
1753
- add "--human-readable" that gives the output
1754
in a human readable format (useful for e.g. scripts)
1757
- re-run make update-po
1759
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Nov 2008 20:59:04 +0100
1761
update-notifier (0.75.2) jaunty; urgency=low
1763
* data/apt_check.py:
1764
- make it a module so that it be shared with
1766
- rename so that it can be imported by update-notifier-kde
1767
- create compat symlink
1768
- use dgettext() so that it can be used from a different
1769
gettext domain that update-notifier
1770
- move the option parser out of run()
1773
* debian/update-notifier-common.install:
1774
- move the translations into this package
1776
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Nov 2008 20:15:11 +0100
1778
update-notifier (0.75.1) jaunty; urgency=low
1780
* debian/update-notifier-common.install:
1781
- move apt-check, apt-cdrom-check and cdromdistupgrade
1782
into update-notifier-common
1784
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Nov 2008 18:59:24 +0100
1786
update-notifier (0.75) jaunty; urgency=low
1788
* debian/15update-stamp:
1789
- make it cooperate with other update-success hooks
1790
* data/cddistupgrader:
1791
- fix quoting issues
1792
* src/update-notifier.c:
1793
- honor "--force" again and show the update-notifications
1794
then even for users not in the admin group (LP: #288099)
1795
- merge the gio branch
1796
- change statup delay to be calculated in seconds
1797
- change default to 5
1798
* data/update-notifier.desktop.in:
1799
- set delay to 60 sec
1800
* do not use GnomeClient anymore on all places where this is
1801
possible - we can not remove it entirely (yet) because
1802
reboot.c depends on it to do a cross desktop session exit
1804
* src/update-notifier.c:
1805
- move package manager to foreground if possible (LP: #274562),
1806
thanks to Muhammad Ameen
1807
* use the glib checksum functions instead of home grown
1808
implementation (thanks to Bruce Cowan)
1810
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 Nov 2008 10:24:01 +0100
1812
update-notifier (0.71.8) intrepid; urgency=low
1815
- when looking for inline translations in the notes file,
1816
check for keys with the CODESET added too to match what
1817
intltool-debian outputs (LP: #287556)
1819
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 22 Oct 2008 22:34:50 +0200
1821
update-notifier (0.71.7) intrepid; urgency=low
1823
* src/update-notifier.c:
1824
- check for all system user UIDs and do not start in this case
1827
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 20 Oct 2008 15:13:27 +0200
1829
update-notifier (0.71.6) intrepid; urgency=low
1831
* ui/hooks-dialog.glade:
1832
- make it avaialble via alt-tab
1833
* src/update.c, src/update-notifier.c:
1834
- allow running for non-admin users so that they can
1835
see the hook notifications too (LP: #281837)
1836
- ensure that its not run for the gdm guest user
1838
- add optional "OnlyAdminUsers" key (defaults to "true")
1839
so that non-admin users get not swamped with old
1840
notifications after the ugprade to intrepid
1842
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 16 Oct 2008 18:27:43 +0200
1844
update-notifier (0.71.5) intrepid; urgency=low
1846
* data/apt-cdrom-check:
1847
- fix incorrect quoting in release upgrade disk
1850
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Oct 2008 16:51:51 +0200
1852
update-notifier (0.71.4) intrepid; urgency=low
1855
- support "ButtonText" tag in note
1856
- deal with empty "Name" tag
1858
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 10 Oct 2008 20:00:52 +0200
1860
update-notifier (0.71.3) intrepid; urgency=low
1863
- check for already mounted CDs when starting up (LP: #276728)
1865
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 01 Oct 2008 16:53:41 +0200
1867
update-notifier (0.71.2) intrepid; urgency=low
1870
- do not start two update-managers on double click
1872
- wording fixes (LP: #254313), thanks to Gabor Kelemen
1874
- change the way gnome_client_request_save() is run
1875
to work with the latest gnome-session (LP: #214446)
1876
- better wording in the reboot dialog (LP: #211616)
1877
* data/apt-cdrom-check:
1878
- fix edubuntu addon CD detection
1880
- new translation (thanks to Deng Xiyue, closes: #497957)
1882
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 05 Sep 2008 21:05:08 +0200
1884
update-notifier (0.71.1) intrepid; urgency=low
1887
- make the "repository-outdated" nag message more clear
1888
and mention that unavailable repositores may cause the
1889
problem (LP: #243876)
1891
- fix incorrect display of number of updates (LP: #251494)
1893
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 28 Jul 2008 14:32:47 +0200
1895
update-notifier (0.71) intrepid; urgency=low
1898
- check for intermediate version when checking if a upgrade
1899
is security releated or not. its possible that a upgrade
1900
is available in -security and a newer one in -updates that
1901
has the security fixes applied as well but shows up in
1902
update-notifier as a normal update instead of a security
1903
releated one (LP: #239673)
1905
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 Jun 2008 17:37:20 +0200
1907
update-notifier (0.70.7.debian-7) unstable; urgency=low
1909
[ Emilio Pozuelo Monfort ]
1910
* debian/control.in: Depend on dbus-x11 rather than dbus-1-utils.
1914
* debian/patches/08_gksu_preserve_environment.diff: Added patch that makes
1915
gksu preserve its environment (-k switch). Fixes an issue with
1916
update-manager-gnome.
1918
-- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 21 Sep 2009 19:04:50 +0200
1920
update-notifier (0.70.7.debian-6) unstable; urgency=low
1923
* Use lt-nl instead of lt in README.reboot-required.Debian for robustness.
1925
[ Emilio Pozuelo Monfort ]
1926
* Depend on update-manager-gnome rather than update-manager since it's
1927
been renamed. Closes: #544325.
1929
-- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 30 Aug 2009 22:04:01 +0200
1931
update-notifier (0.70.7.debian-5) unstable; urgency=low
1934
* debian/update-notifier-common.install
1935
- add localized message
1936
(as /usr/share/locale/*/LC_MESSAGES/update-notifier.mo)
1937
* debian/patches/002_i18n_update.diff
1939
* debian/patches/04_fix_gksu_usage.diff
1940
- remove unnecessary patch line for src/update-notifier.c.orig.rej
1942
[ Josselin Mouette ]
1943
* Add version mangling to watch file.
1944
* Require debhelper 5.0.51 for dh_icons.
1945
* Make update-notifier-common depend on python for the scripts.
1946
* update-notifier.1:
1949
* Add set -e to preinst, postinst, postrm.
1951
+ Don’t use -a in the test.
1952
+ Remove the stamp directory after purge.
1953
* Fix spelling of Xfce.
1955
+ Remove unused arch-build target.
1956
+ Don’t ignore errors in make distclean.
1957
+ Move dh_icons to the appropriate place.
1958
+ Correctly split binary-arch and binary-indep targets.
1959
+ Remove the config.{sub,guess} dance, it’s handled by cdbs.
1960
* Add -g to CFLAGS for gdm-signal.
1961
* gdm-logout-action.[ch]: updated from gnome-panel, so that they are
1962
adapted to the new GDM protocol.
1963
* autodown.c: remove references to hibernate.
1964
* Install gdm-signal with the 755 permissions (lol).
1965
* 002_i18n_update.diff: update fr.po.
1967
-- Josselin Mouette <joss@debian.org> Wed, 22 Oct 2008 13:59:28 +0200
1969
update-notifier (0.70.7.debian-4) unstable; urgency=low
1971
* 002_i18n_update.diff:
1972
+ updated Spanish translation from Javier Fernández-Sanguino Peña.
1974
+ updated Finnish translation from Timo Jyrinki. Closes: #497716.
1975
+ simplified Chinese translation from Deng Xiyue. Closes: #497957.
1976
* Remove useless build-dependency on libgamin-dev.
1978
-- Josselin Mouette <joss@debian.org> Thu, 18 Sep 2008 18:25:36 +0200
1980
update-notifier (0.70.7.debian-3) unstable; urgency=low
1982
[ Emilio Pozuelo Monfort ]
1983
* debian/control.in:
1984
- update-notifier-common replaces update-manager, as it's
1985
now shipping /etc/apt/apt.conf.d/10periodic.
1986
- Remove Conflicts in update-notifier-common, they are not needed.
1989
* Bump standards version to 3.8.0, no extra change is needed
1990
* Updated 07_improve_readme.diff to fix examples reference
1991
* Fixed wrong executable check in update-notifier.cron.daily example
1992
script. Closes: #489954.
1994
-- Alan Baghumian <alan@technotux.org> Wed, 09 Jul 2008 09:05:22 +0200
1996
update-notifier (0.70.7.debian-2) unstable; urgency=low
1998
* debian/control.in:
1999
- Fix Conflicts/Replaces versioning. Closes: #489592.
2001
-- Emilio Pozuelo Monfort <pochu@ubuntu.com> Tue, 08 Jul 2008 02:33:42 +0200
2003
update-notifier (0.70.7.debian-1) unstable; urgency=low
2006
* New upstream stable releases
2007
* debian/changelog.ubuntu:
2008
- updated from the Ubuntu package
2010
- bump standards version to 3.7.3
2011
- bump minimum libgtk2.0-dev build-dep to >= 2.10.0
2012
- bump minimum libdbus-glib-1-dev build-dep to >= 0.60
2013
- added update-notifier-common to put shared things there
2014
- added update-notifier-common to update-notifier's deps
2015
- updated my email address
2016
- updated uploaders/maintainers
2017
* Added debian/15update-stamp:
2018
- move the update stamp hook into its own configuration
2020
* Updated debian/*.install for proper locations
2022
- merged upstream changes
2023
- extra space clean-ups
2024
* Updated 04_fix_gksu_usage.diff:
2025
- call update-manager with gksu
2026
- refreshed to be applied correctly
2027
* Rename upgrade-notifier.cron.daily to update-notifier.cron.daily
2028
as mentioned in the manpage
2029
* Removed debian/install: obsolete, merged with
2030
update-notifier-common.install
2033
* Dropped 05_fix_monitored_dirs.diff, merged upstream
2034
* Refreshed 02_reboot_use_my_gdm_signal, 002_i18n_update,
2035
04_fix_gksu_usage and 06_port_to_gtk2.10 to be applied
2038
[ Gustavo Noronha Silva ]
2040
- Make GNOME team the maintainer, I can no longer be involved
2041
- Add VCS information
2043
-- Alan Baghumian <alan@technotux.org> Sun, 06 Apr 2008 17:06:41 +0200
2045
update-notifier (0.70.7) hardy; urgency=low
2047
* src/update-notifier.c:
2048
- support running for non-admin users too
2049
- support forcing gksu
2051
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 04 Apr 2008 23:15:31 +0200
2053
update-notifier (0.70.6) hardy; urgency=low
2055
* src/update-notifier.c:
2056
- monitor the apt-get update stamp file too (LP: #206360)
2058
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 01 Apr 2008 16:49:48 +0200
2060
update-notifier (0.70.5) hardy; urgency=low
2062
* src/update-notifier.c:
2063
- delay statup checks for updates etc for 60s to avoid
2064
slowing down the desktop startup (for Seb128)
2065
- fix typo in monitored directories (LP: #188201)
2066
* src/update.c, src/crash.c, src/hooks.c:
2067
- ensure to not show notification if the icon is already
2070
- setup sensible default actions (LP: #186595)
2071
- do not keep the cdrom detected window on top of
2072
other windows (LP: #186593) and make sure it appears
2075
- use bigger icon (LP: #149380)
2077
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Mar 2008 18:24:07 +0100
2079
update-notifier (0.70.4) hardy; urgency=low
2081
* src/update.c, debian/15update-stamp:
2082
- run in the new APT::Update::Post-Invoke-Success slot
2083
- use /var/lib/apt/periodic/update-success-stamp stamp
2085
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 06 Feb 2008 19:16:58 +0100
2087
update-notifier (0.70.3) hardy; urgency=low
2090
- string fix (thanks to Brian Murray, LP: #181375)
2091
- do not display a error when running on the live-cd
2092
and apt-check is symlinked to /bin/true
2094
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Jan 2008 22:16:15 +0100
2096
update-notifier (0.70.2) hardy; urgency=low
2099
- fix typo in Vcs-Bzr header (thanks to Brian Murray)
2101
- remove debug output
2103
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 09 Jan 2008 09:45:14 +0100
2105
update-notifier (0.70.1) hardy; urgency=low
2107
* debian/15update-stamp:
2108
- move the update stamp hook into its own configuration
2111
- do not spam .xsession-erors if no cdrom can be found
2114
- fix incorrect initialization of GString
2115
- always show icon when apt is working (LP: #173149)
2116
- fix in the insensitve code
2117
* src/update-notifier.h:
2118
- fix timeouts for outdated repository information
2120
- remove unused ui/upgrade-dialog.glade (LP: #157416)
2122
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 08 Jan 2008 15:14:35 +0100
2124
update-notifier (0.70) hardy; urgency=low
2126
* use icon theme names "software-update-available" and
2127
"software-update-urgent" to show that updates are
2128
available and use the "-urgent" icon on security
2130
* show a warning icon if the last refresh of the
2131
repository information is older than 7 days
2132
* debian/10periodic:
2133
- install APT::Update::Post-Invoke handler so that the
2134
update-stamp is always updated after a successful update
2136
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 04 Jan 2008 16:27:34 +0100
2138
update-notifier (0.67) hardy; urgency=low
2140
* Call this *#(*$# arch-build to generate the autotools files.
2142
-- Martin Pitt <martin.pitt@ubuntu.com> Wed, 28 Nov 2007 12:48:27 +0100
2144
update-notifier (0.66) hardy; urgency=low
2146
* data/update-notifier.schemas.in: Enable apport for Hardy.
2148
-- Martin Pitt <martin.pitt@ubuntu.com> Wed, 28 Nov 2007 12:46:56 +0100
2150
update-notifier (0.65) hardy; urgency=low
2152
* use getgroups() instead of getgrouplist() to work better
2153
with stuff from pam_groups (thanks to Sebastian Dröge)
2154
* add 22x22 and 24x24 icons (thanks to Alan Baghumian)
2156
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 16 Nov 2007 10:18:09 +0100
2158
update-notifier (0.61) gutsy; urgency=low
2160
* data/update-notifier.schemas.in:
2163
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 08 Oct 2007 21:36:31 +0200
2165
update-notifier (0.60) gutsy; urgency=low
2167
* data/update-notifier.schemas.in:
2168
- Disable apport for RC
2170
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 08 Oct 2007 16:27:01 +0200
2172
update-notifier (0.59.6) gutsy; urgency=low
2175
- call dh_gconf after the schemas installation so it's registred correctly,
2176
that makes apport integration works again
2178
-- Sebastien Bacher <seb128@canonical.com> Mon, 24 Sep 2007 17:20:32 +0200
2180
update-notifier (0.59.5.debian-1) unstable; urgency=low
2183
* New upstream release.
2185
[ Gustavo Noronha Silva ]
2186
* debian/patches/06_port_to_gtk2.10.diff:
2187
- added to conditionaly use a gtk2.12-only function, which does
2188
not seem to break update-notifier if removed
2189
* debian/control.in, debian/update-notifier.1,
2190
debian/update-notifier.examples, debian/patches/07_improve_readme.diff:
2191
- accepted (slightly reworked) patch by Javier Fernández-Sanguino Peña
2192
to make it clear that update-notifier depends on external services
2193
to actually notice that updates are available (Closes: #439239)
2194
* debian/changelog.ubuntu:
2195
- updated from the Ubuntu package
2197
-- Gustavo Noronha Silva <kov@debian.org> Tue, 04 Sep 2007 21:40:19 -0300
2199
update-notifier (0.59.5) gutsy; urgency=low
2202
* fix incorrect tooltip when package manager was
2203
running (LP: #134959)
2205
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 27 Aug 2007 13:31:44 +0200
2207
update-notifier (0.59.4.debian-1) unstable; urgency=low
2209
[ Gustavo Noronha Silva ]
2210
* New upstream version
2211
* Fix Uploaders field syntax (Closes: #431667)
2212
* Fix source package naming to indicate we modify it for Debian
2213
* debian/patches/05_fix_monitored_dirs.diff:
2214
- avoid monitoring non-existing directories (Debian-wise)
2217
* Use ubuntu-get-source instead of gnome-get-source; build-dep on
2218
gnome-pkg-tools >= 0.12.3.
2220
-- Gustavo Noronha Silva <kov@debian.org> Tue, 21 Aug 2007 22:30:00 -0300
2222
update-notifier (0.59.4) gutsy; urgency=low
2224
* Don't install notify-reboot-required in update-notifier
2226
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 16 Aug 2007 18:39:38 +0100
2228
update-notifier (0.59.3) gutsy; urgency=low
2230
* Add update-notifier-common conflicts and replaces
2231
on old update-notifier
2233
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 16 Aug 2007 15:45:29 +0100
2235
update-notifier (0.59.2) gutsy; urgency=low
2237
* Re-libtoolise before upload, fix fail to compile
2239
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 16 Aug 2007 12:18:40 +0100
2241
update-notifier (0.59.1) gutsy; urgency=low
2244
* Split some files into update-notifier-common for sharing
2248
* fix schema location to /usr/share/gconf/schemas
2250
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 15 Aug 2007 19:01:27 +0200
2252
update-notifier (0.59) gutsy; urgency=low
2254
* fix crash in leftover from pre-GtkStatusIcon code (LP: #127965)
2255
* consitently use notify_notification_new_with_status_icon()
2257
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 27 Jul 2007 22:28:30 +0200
2259
update-notifier (0.58) gutsy; urgency=low
2261
* use GtkStatusIcon instead of EggTrayIcon, that makes
2262
the code significantly simpler
2264
- use dh_icons instead of dh_iconcache
2266
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 17 Jul 2007 15:30:42 +0100
2268
update-notifier (0.57.3-1) unstable; urgency=low
2271
* New upstream release (Closes: #422507).
2272
* Merged with the previous changelog entry.
2273
* Removed 001_all_linguas.diff, merged upstream
2274
* Updated changelog.ubuntu
2275
* Updated 002_i18n_update.diff, 03_detect_debian_cd.diff
2276
* Updated debian/control*
2277
- Added myself to the uploaders
2278
- Wrapped deps and build-deps
2281
* Add a get-orig-source target to retrieve the upstream tarball.
2284
* Add a man page (Closes: #404814).
2286
[ Gustavo Noronha Silva ]
2287
* debian/patches/03_detect_debian_cd.diff:
2288
- reupdated for 0.57.3 (Alan had updated this for 0.57.1)
2289
* debian/patches/04_fix_gksu_usage.diff:
2290
- do not use full path for update-manager when calling it;
2291
the path for update-manager has changed from /usr/sbin
2292
in earlier releases, and if we change the path to that here
2293
we'll have to bump deps, which may not be desired; same
2294
goes for software-properties
2295
- tell the code that update-manager needs gksu
2297
-- Gustavo Noronha Silva <kov@debian.org> Wed, 27 Jun 2007 21:19:35 -0300
2299
update-notifier (0.57.3) gutsy; urgency=low
2301
* data/update-notifier.schemas.in: Enable apport again for Tribe-2.
2303
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 26 Jun 2007 13:00:35 +0200
2305
update-notifier (0.57.2) gutsy; urgency=low
2307
* fix spelling mistake in addon CD detection (LP#110352)
2308
* fix incorrect desktop file name
2309
* add AptOnCD media detection (thanks to Rafael Proenca)
2311
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 20 Jun 2007 21:24:34 +0200
2313
update-notifier (0.57.1) gutsy; urgency=low
2315
* remove dbus-1-utils dependency
2316
* use gtk-yes for restart notification (LP#103710)
2317
* fix spelling mistakes (LP#64485)
2318
* fix memory-leak in in_admin_group()
2320
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 May 2007 13:00:45 +0200
2322
update-notifier (0.57) gutsy; urgency=low
2324
* fix cdrom detection for cdrom mountpoints with spaces (LP#114593)
2325
* implemented new "Title" key in the UpgradeHooks file
2326
(for IncreaseHardwareDatabasePariticipation spec)
2328
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 May 2007 15:55:19 +0200
2330
update-notifier (0.56.3) feisty; urgency=low
2332
* data/update-notifier.schemas.in: Flip apport crash reporting default to
2333
'false' for the release.
2335
-- Martin Pitt <martin.pitt@ubuntu.com> Mon, 9 Apr 2007 14:20:49 +0200
2337
update-notifier (0.56.2) feisty; urgency=low
2339
* debian/control: Add X-Vcs-Bzr.
2340
* Add data/update-notifier.schemas.in with a key to enable/disable apport
2341
report displaying (/apps/update-notifier/show_apport_crashes). Add
2342
necessary autotools infrastructure for i18n and installation.
2343
* src/crash.c: Do not show apport crash reports if above gconf key is false.
2345
-- Martin Pitt <martin.pitt@ubuntu.com> Wed, 4 Apr 2007 17:47:50 +0200
2347
update-notifier (0.56.1) feisty; urgency=low
2350
- pass the correct with_gksu flag on right-click (LP:#88825)
2351
- fix software-properties call (LP#93909)
2352
- fix race in file_monitor_periodic_check() (LP#91277)
2353
* data/apt-check.py:
2354
- use the system python (LP#94434)
2356
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 22 Mar 2007 10:15:51 +0100
2358
update-notifier (0.56) feisty; urgency=low
2360
[ Jonathan Riddell ]
2361
* src/crash.c: Fix spelling.
2364
* src/update-notifier.c: Now that we have it, use apport's native icon
2365
instead of the bomb.
2366
* Remove pixmaps/16x16/crashreport-notifier.png, obsolete.
2368
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 22 Feb 2007 13:56:12 +0100
2370
update-notifier (0.55) feisty; urgency=low
2373
- fix the parser to deal with ' .\n' lines properly
2375
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 16 Feb 2007 15:02:00 +0100
2377
update-notifier (0.54) feisty; urgency=low
2380
- added Gettext-Domain key support
2381
- added DisplayIf command support
2382
(IncreaseHardwareDatabaseParticipation)
2383
* src/hwdb_client.[ch]:
2384
- removed, the notification will be done via the hooks
2385
* src/update-notifier.c:
2386
- remove hwdb_client_check()
2387
- "--debug-hooks" does not take a argument anymore
2388
* HOOKS: updated the documentation
2390
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 16 Feb 2007 10:48:05 +0100
2392
update-notifier (0.53) feisty; urgency=low
2394
* detection for addon CDs added (as speced in EdubuntuOnTwoCDs)
2396
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 6 Feb 2007 12:47:17 +0100
2398
update-notifier (0.52) feisty; urgency=low
2400
* INSTALL: Update to automake 1.10 version.
2401
* src/hwdb_client.c: Check for hwdb-gui before displaying notification.
2402
* src/hwdb_client.c: Do not display notification if
2403
/var/lib/hwdb-client-common/no-notification exists.
2405
-- Martin Pitt <martin.pitt@ubuntu.com> Mon, 5 Feb 2007 13:31:48 +0100
2407
update-notifier (0.51) feisty; urgency=low
2409
* Add src/hwdb_client.[hc]: Implement notification bubble for hwdb-client.
2410
The notification triggers on a live sytem (/proc/cmdline contains
2411
"boot=casper") and the first time the user with uid=1000 logs in.
2412
* INSTALL: Update to current FSF version.
2414
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 1 Feb 2007 16:16:09 +0100
2416
update-notifier (0.50.3) feisty; urgency=low
2418
* src/crash.c: Only show a notification for system crash reports, do not
2419
immediately throw gksu into the user's face unexpectedly and steal the
2421
* src/update-notifier.h: Add a third argument to invoke_with_gksu which uses
2422
'descr' as the complete message instead of just the desktop file name. Fix
2424
* src/crash.c: Use a more meaningful message for gksu'ing to access system
2426
* autogen.sh: Call autoreconf/intltoolize/aclocal instead of
2427
gnome-autogen.sh, since the latter just breaks randomly and doesn't
2428
actually do anything useful for us.
2430
-- Martin Pitt <martin.pitt@ubuntu.com> Mon, 22 Jan 2007 15:24:20 +0100
2432
update-notifier (0.50.2) feisty; urgency=low
2435
* src/crash.c: If the user is an admin, also check for crashes of system
2436
programs (apport-checkreports --system) and invoke apport-gtk through gksu
2437
for them. Closes: LP#62316
2439
* data/apt-cdrom-check:
2440
- fix bashism in detection code
2441
- use gpgv instead of gpg for signature verification
2443
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 12 Jan 2007 18:50:56 +0100
2445
update-notifier (0.50.1) feisty; urgency=low
2447
* src/avahi.c: Fix string quotes to fix FTBFS on the buildds (worked just
2448
fine on local feisty, duh).
2450
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 12 Dec 2006 16:39:08 +0100
2452
update-notifier (0.50) feisty; urgency=low
2454
* Add check for /var/run/avahi-daemon/disabled-for-unicast-local, which
2455
indicates that Avahi was disabled due to an already existing unicast
2456
.local domain. This is invalid and breaks that domain, thus Avahi gets
2457
disabled in that case. Inform the user about it, as per
2458
https://wiki.ubuntu.com/ZeroConfNetworking.
2460
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 12 Dec 2006 12:14:10 +0100
2462
update-notifier (0.43.3) UNRELEASED; urgency=low
2464
* Add check for /var/run/avahi-daemon/disabled-for-unicast-local, which
2465
indicates that Avahi was disabled due to an already existing unicast
2466
.local domain. This is invalid and breaks that domain, thus Avahi gets
2467
disabled in that case. Inform the user about it, as per
2468
https://wiki.ubuntu.com/ZeroConfNetworking.
2470
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 12 Dec 2006 12:14:10 +0100
2472
update-notifier (0.43.2) edgy; urgency=low
2474
* data/apt-cdrom-check:
2475
- fix problem in the dist-upgrade cdrom detection
2477
- missing missing file in POTFILES.in (lp: #63151)
2479
- support for urls in the hooks
2481
- fix typos (lp: #61537)
2482
* ui/hooks-dialog.glade:
2483
- make the string simpler (lp: #42733)
2485
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 2 Oct 2006 16:53:21 +0200
2487
update-notifier (0.43.1) edgy; urgency=low
2489
* data/cddistupgrade, data/apt-cdrom-check:
2490
- fixes in cdrom based dist-upgrade code
2492
-- Michael Vogt <michael.vogt@ubuntu.com> Sun, 3 Sep 2006 11:33:37 +0200
2494
update-notifier (0.43) edgy; urgency=low
2496
* support for CDs with a dist-upgrader (see the CDRomBasedUpgradesSpec
2498
* don't run update-manager as root (it works fine as user now)
2500
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 1 Sep 2006 17:22:48 +0200
2502
update-notifier (0.42.13build1) edgy; urgency=low
2504
* Rebuild against dbus 0.90
2506
-- Sebastian Dröge <slomo@ubuntu.com> Mon, 28 Aug 2006 19:59:24 +0200
2508
update-notifier (0.42.13) edgy; urgency=low
2511
- new translation (thanks to Daniel Nylander and Gustavo N. Silva)
2512
* really hide the crash icon after runing apport-gtk
2513
* made the branding more neutral in the CD detection (thanks to
2514
Gustavo Noronha Silva)
2516
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 28 Aug 2006 17:07:23 +0200
2518
update-notifier (0.42.12-3) unstable; urgency=low
2520
* debian/patches/002_i18n_update.diff:
2521
- updated, including the translation update on es.po done by
2522
Javier Fernández-Sanguino Peña <jfs@computer.org>
2525
- also install debian/README.reboot-required.Debian, written by
2526
the same Javier above, explaining the reboot required feature
2527
of update-notifier for users and developers (Closes: #404810)
2529
-- Gustavo Noronha Silva <kov@debian.org> Thu, 28 Dec 2006 21:29:17 -0200
2531
update-notifier (0.42.12-2) unstable; urgency=low
2533
* debian/patches/03_detect_debian_cd.diff:
2534
- instead of a hack to replace the distribution name
2535
string, accept suggestions by Christian Perrier and
2536
C. Gatzemeier on the wording of the sentences
2537
* debian/patches/002_i18n_update.diff:
2538
- added; includes all the i18n updates, including the ones
2539
listed in the removed patches and an update-po, so all
2540
languages have up-to-date pofiles after an 'apply-patches'
2542
002_pt_BR_update.diff
2544
- removed, see change above
2546
-- Gustavo Noronha Silva <kov@debian.org> Sun, 13 Aug 2006 14:49:47 -0300
2548
update-notifier (0.42.12-1) unstable; urgency=low
2550
* New upstream version
2551
* debian/docs, debian/changelog.ubuntu:
2552
- include the ubuntu changelog as part of the docs
2553
* debian/patches/01_notify_reboot_dont_check_for_mount.diff:
2554
- added; make notify-reboot-needed not check whether /var/run is a
2555
mountpoint, since it not always is, in Debian
2556
* debian/rules, debian/copyright, debian/gdm-signal,
2557
debian/patches/02_reboot_use_my_gdm_signal.diff,
2558
debain/update-notifier.install:
2559
- provide a /usr/lib/update-notifier/gdm-signal, imported
2560
from the ubuntu package, which in turn used gnome panel's
2561
and Rob Taylor as sources; use that to send the 'reboot'
2563
* Two changesets above (Closes: #353121)
2565
001_all_linguas.diff
2566
002_pt_BR_update.diff
2568
- added, including the sv translation (Closes: #381947), and
2569
updating the pt_BR translation;
2570
* debian/patches/03_detect_debian_cd.diff:
2571
- patches update-notifier and apt-cdrom-check to also detect
2572
Debian CDs, as oposed to only detecting Ubuntu CDs
2573
* debian/control.in:
2574
- added python as a dependency
2576
-- Gustavo Noronha Silva <kov@debian.org> Sat, 12 Aug 2006 18:45:56 -0300
2578
update-notifier (0.42.12) edgy; urgency=low
2580
* always hide the crash icon after runing apport-gtk
2583
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 11 Aug 2006 16:16:23 +0200
2585
update-notifier (0.42.11) edgy; urgency=low
2588
- use apport-checkreports to figure if reports are
2590
- don't display a crash icon if no report application is
2591
found (apport-gtk) (lp: #55791)
2593
- don't save the last righ-click user action as new default
2594
(caused too much confusion). Thanks to Seb128 for this.
2596
- recommends "apport-gtk" now
2598
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Aug 2006 11:26:07 +0200
2600
update-notifier (0.42.10) edgy; urgency=low
2602
* improved the crash report handling:
2603
- only consider size > 0
2605
- start apport-gtk immediately when new reports come in
2606
- show a "crashreports found" icon if old reports are availale
2608
- fix incorrect tooltip
2610
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 8 Aug 2006 10:05:28 +0200
2612
update-notifier (0.42.9) edgy; urgency=low
2614
* fix the crash-report tool location
2615
* removed libgamin-dev from the build-depends (we use gnome-vfs now)
2616
* switch to use GtkIconTheme
2618
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 27 Jul 2006 15:40:41 +0200
2620
update-notifier (0.42.8) edgy; urgency=low
2622
* basic support for crash reports added (AutomatedProblemReporting spec)
2624
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 24 Jul 2006 14:46:44 +0200
2626
update-notifier (0.42.7) edgy; urgency=low
2629
- fix the "clean" method and make it more efficient with the new
2630
apt (with auto-mark support)
2632
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 4 Jul 2006 11:11:44 +0200
2634
update-notifier (0.42.6-1) unstable; urgency=low
2636
* New upstream version
2637
- fixes '100% cpu usage' problem; fix was done in upstream
2638
0.41.7, according to the launchpad bug; (Closes: #364518)
2639
- includes a .desktop file to auto-start (Closes: #366139)
2640
* debian/patches/01_use_gksu.diff:
2641
- removed; upstream is already calling gksu
2642
* debian/control.in:
2643
- added gksu as a Dependency (Closes: #356216)
2644
- becoming the maintainer
2645
- updating to Standards-Version 3.7.2 with no changes
2646
* debian/rules, debian/install[new]:
2649
- added to monitor new upstream versions
2651
-- Gustavo Noronha Silva <kov@debian.org> Sun, 4 Jun 2006 16:36:56 -0300
2653
update-notifier (0.42.6) dapper; urgency=low
2655
* pixmaps/update-icon.png:
2656
- new icon (thanks to dholbach and the artwork team)
2657
* src/update-notifier.c:
2658
- use "gksu" instead of "gksudo" (we set /apps/gksu/sudo-mode=true)
2661
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 26 May 2006 11:31:44 +0200
2663
update-notifier (0.42.5) dapper; urgency=low
2665
* pixmaps/hook-notifier.png:
2666
- new icon (thanks to dholbach and the artwork team)
2668
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 24 May 2006 13:13:27 +0200
2670
update-notifier (0.42.4) dapper; urgency=low
2672
* src/update-notifier.c:
2673
- increase the timeout for apt operation detection to better
2674
support slower systems (#31311)
2675
- fix bug in GOptionsEntry array (#44747)
2676
- fix double-click (#43774)
2678
- fix consistency problem with update-manager (ubuntu #38382)
2679
* pixmaps/reboot.png:
2680
- use the new Human icon (ubuntu: #41155)
2682
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 18 May 2006 10:38:04 +0200
2684
update-notifier (0.42.3) dapper; urgency=low
2686
* ui/reboot-dialog.glade:
2687
- fixed missing "Translatable" property (*sigh*) (ubuntu: #43522)
2689
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 May 2006 17:07:51 +0200
2691
update-notifier (0.42.2) dapper; urgency=low
2694
- added missing ui/reboot-dialog.glade (ubuntu: #43522)
2695
* data/update-notifier.desktop.in:
2696
- added XFCE to list of autostart desktop environments (ubuntu: #43079)
2697
* use the desktop file when runing gksu (thanks to Sebastian Heinlein)
2699
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 8 May 2006 14:21:47 +0200
2701
update-notifier (0.42.1) dapper; urgency=low
2704
- add a missing gtk_widget_unrealize() (ubuntu: #5752)
2705
- fix start of software-properties tool (ubuntu: #41842)
2707
- apply patch from upstream to fix issues with transparent
2708
panels (ubuntu: 32173)
2710
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 2 May 2006 10:42:59 +0200
2712
update-notifier (0.42) dapper; urgency=low
2714
* pixmaps/reboot-icon.png, pixmaps/update-icon.png:
2715
- new icons from the icon designer
2717
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Apr 2006 09:58:53 +0200
2719
update-notifier (0.41.15) dapper; urgency=low
2721
* data/apt-check fix typo (ubuntu: #39153)
2723
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Apr 2006 19:50:41 +0200
2725
update-notifier (0.41.14) dapper; urgency=low
2727
* src/update.c: wording fixes (ubuntu: #38572, #38138)
2728
* debian/control: added gksu dependency (ubuntu: #35412)
2729
* add a warning about unsaved work to the reboot dialog (ubuntu: #35443)
2730
* data/apt-check: better error handling for cache errors
2731
(ubuntu: #29295,#34895)
2732
* fix the 1px space in the notification area (ubuntu: #5752, thanks
2733
to Crispin Flowerday)
2735
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Apr 2006 17:06:25 +0200
2737
update-notifier (0.41.13) dapper; urgency=low
2739
* data/apt-check: fix a exception in the saveDistUpgrade code
2740
* src/hooks.c: show the hook notification with a bit of delay
2742
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 7 Apr 2006 11:33:14 +0200
2744
update-notifier (0.41.12) dapper; urgency=low
2746
* fix FTBFS because of missing cleanup in debian/rules arch-build
2749
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 5 Apr 2006 16:59:48 +0200
2751
update-notifier (0.41.11) dapper; urgency=low
2753
* various internal fixes
2754
* added notification on available hooks
2755
* dont show/close the updates notification when apt is runing
2756
* close the notification when the icon is clicked
2758
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 5 Apr 2006 12:08:45 +0200
2760
update-notifier (0.41.10) dapper; urgency=low
2762
* added to /etc/xdg/autostart
2764
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 13 Mar 2006 11:34:29 +0000
2766
update-notifier (0.41.9) dapper; urgency=low
2768
* fix a typo (ubuntu #28672)
2770
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 2 Mar 2006 14:41:21 +0100
2772
update-notifier (0.41.8) dapper; urgency=low
2774
* po/pt_BR.po: updated translation, thanks to
2775
Carlos Eduardo Pedroza Santiviago
2776
* po/fi.po: updated finnish translation (thanks to Timo Jyrinki)
2777
* data/apt-check: be more precise when calculating the upgrade
2779
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 20 Feb 2006 22:16:29 +0100
2781
update-notifier (0.41.7.cln) dapper; urgency=low
2785
-- Daniel Holbach <daniel.holbach@ubuntu.com> Fri, 17 Feb 2006 19:27:13 +0100
2787
update-notifier (0.41.7) dapper; urgency=low
2789
* updated eggtrayicon to latest cvs
2790
* wait before creating the icon to give the trayapplet a chance to appear
2791
(another reason that may cause the 100% cpu problem)
2792
* fix a problem that may have caused the icon to appear sensitive while
2793
apt was runing (#31311)
2795
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Feb 2006 09:17:00 +0100
2797
update-notifier (0.41.6) dapper; urgency=low
2799
* fix a problem that can lead to 100% on panel restarts
2800
* fix remaining bits to not show reboot-notification during
2803
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 10 Feb 2006 12:51:35 +0100
2805
update-notifier (0.41.5) dapper; urgency=low
2807
* src/update-notifier.c:
2808
- rework the way gnome-vfs is used, this hopefully fixes the
2809
"it uses 100% cpu" bugs
2810
- ensure that the "reboot required" does not come up in the middle
2811
of the installation/update
2813
- small fix in the way the notification is displayed, should fix
2814
the truncated windows
2816
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 9 Feb 2006 13:36:19 +0100
2818
update-notifier (0.41.4) dapper; urgency=low
2820
* src/update.c: make the blury icon go away
2822
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 6 Feb 2006 23:50:55 +0100
2824
update-notifier (0.41.3-1) unstable; urgency=low
2826
* New upstream release.
2827
* debian/control.in:
2828
- improved description (Closes: #343582)
2830
-- Gustavo Noronha Silva <kov@debian.org> Sun, 5 Feb 2006 15:50:16 -0200
2832
update-notifier (0.41.3) dapper; urgency=low
2834
* switch depends to notification-daemon
2835
* added build-dep on libnotify-dev >= 0.3.2-0ubuntu2
2837
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 24 Jan 2006 15:29:37 +0100
2839
update-notifier (0.41.2) dapper; urgency=low
2841
* Only touch the "Reboot Required" file if /var/run is a mountpoint,
2842
otherwise we can't guarantee that it'll disappear after a reboot.
2844
-- Scott James Remnant <scott@ubuntu.com> Mon, 23 Jan 2006 15:02:02 +0000
2846
update-notifier (0.41.1) dapper; urgency=low
2848
* src/update.c: typo fix (ubuntu: #28672)
2849
* switched from libgamin to libgnome-vfs for the monitoring
2851
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 17 Jan 2006 14:33:07 +0100
2853
update-notifier (0.41.0-1) UNRELEASED; urgency=low
2855
* New upstream release.
2856
* debian/control.in:
2857
- updated build-deps to require libnotify >= 0.3.0
2859
-- Gustavo Noronha Silva <kov@debian.org> Fri, 13 Jan 2006 00:28:32 -0200
2861
update-notifier (0.41.0) dapper; urgency=low
2863
* Introduce new "Restart Required" notification icon and dialog.
2864
This is implemented separately to the "hooks" system we currently use,
2865
but using the same trigger binary. This should retain compatibility
2866
with existing code, and free up the hooks for less important notifications
2867
that the user can read at their leisure.
2869
-- Scott James Remnant <scott@ubuntu.com> Wed, 11 Jan 2006 18:16:51 +0000
2871
update-notifier (0.40.18) dapper; urgency=low
2873
* ported to new libnotify api, build-depend on (>= 0.3.0)
2874
* depends on notify-daemon now (instead of notification-daemon)
2876
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 2 Jan 2006 16:09:24 +0100
2878
update-notifier (0.40.17build1) dapper; urgency=low
2880
* rebuild against latest dbus, updated dependencies
2882
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 20 Dec 2005 21:13:31 +0100
2884
update-notifier (0.40.17) dapper; urgency=low
2886
* changes to the notification bubble (to implements the u-n bits
2887
of the "DapperDesktopPlan" spec), removed the blue links
2889
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 14 Dec 2005 11:43:23 +0100
2891
update-notifier (0.40.16) dapper; urgency=low
2893
* don't start if the user is not in admin group (see HideAdminTools
2896
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 1 Dec 2005 17:31:03 +0100
2898
update-notifier (0.40.15-2) experimental; urgency=low
2900
* debian/control.in:
2901
- added ${python:Depends} to update-notifier's Depends
2903
- removed unneeded dh_'s and uncommented dh_python
2905
-- Gustavo Noronha Silva <kov@debian.org> Mon, 5 Dec 2005 22:08:31 -0200
2907
update-notifier (0.40.15-1) experimental; urgency=low
2909
* First Debian upload based on the work by Ubuntu
2912
- only update config.{sub,guess} if they exist
2914
- detail the copyright/license information
2915
* debian/rules, debian/control.in:
2916
- added simple-patchsys and gnome-pkg-tools support
2917
* debian/control.in:
2918
- raising Standards-Version to 3.6.2, no changes
2919
* debian/patches/01_use_gksu.diff:
2920
- added, use gksu instead of gksudo through update-notifier
2922
-- Gustavo Noronha Silva <kov@debian.org> Fri, 2 Dec 2005 00:08:41 -0200
2924
update-notifier (0.40.15) breezy; urgency=low
2926
* debian/99update-notifier:
2927
- added if [ -d /var/lib/update-notifier/ ]; then
2928
around the touch dpkg-was-run stamp file (makes a purge possible
2929
without dpkg error). Thanks to Kamion for reviewing it.
2931
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Oct 2005 14:02:48 +0200
2933
update-notifier (0.40.14) breezy; urgency=low
2935
* debian/99update-notifier:
2936
- only touch the dpkg-run-stamp if /var/lib/update-notifier/
2937
actaully exists (makes a purge possible without dpkg error)
2939
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Oct 2005 09:50:52 +0200
2941
update-notifier (0.40.13) breezy; urgency=low
2944
- skip deleted hook files (ubuntu #17067, #17205)
2945
- fix a bug in the "supress-duplicates" logic that caused
2946
already seen hooks to be seen again and again (ubuntu #17091)
2948
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 5 Oct 2005 12:29:25 +0200
2950
update-notifier (0.40.12) breezy; urgency=low
2953
- fix a bug that prevented the summary to be displayed (thanks to
2955
- make sure that the notification is shown after the upgrade
2957
- make sure to init the md5sums of already seen hooks to avoid
2958
showing duplicated entries (like e.g. from the kernel)
2960
- if "show notifications" is unchecked hide a possible open
2961
notification too (ubuntu #16803)
2962
- hide the notification bubble if the updates are finished
2963
(ubuntu #14663, #16179)
2965
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 4 Oct 2005 12:24:58 +0200
2967
update-notifier (0.40.11) breezy; urgency=low
2970
- be even more carefull with the hook list managment
2972
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 26 Sep 2005 23:28:35 +0200
2974
update-notifier (0.40.10) breezy; urgency=low
2977
- added Hungarian translation (thanks to Gabor Kelemen)
2979
- typo fix (malone #2464)
2981
- automatic upgrading from the cd disabled until this is properly
2984
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 21 Sep 2005 15:08:06 +0200
2986
update-notifier (0.40.9) breezy; urgency=low
2989
- be more carefull about the hook lists (ubuntu #14077)
2991
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 19 Sep 2005 10:37:54 +0200
2993
update-notifier (0.40.8) breezy; urgency=low
2996
- don't show a notification-bubble if the upgrade already finished
2999
- don't show identical notifications more than once (e.g. it's common
3000
to have multiple kernel notifications)
3002
added dependencies to: hal, notification-daemon (ubuntu #15526)
3004
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 16 Sep 2005 13:28:23 +0200
3006
update-notifier (0.40.7) breezy; urgency=low
3009
- make the g_timeout for the update-bubble 5 secs (instead of 0.5s)
3012
- added "DontShowAfterReboot" key to the hook file for e.g.
3013
kernel notifications (ubuntu #13886)
3014
- type: "informations" -> "information" (ubuntu #7052)
3015
* typo fixes (ubuntu #15259)
3017
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 13 Sep 2005 20:11:59 +0200
3019
update-notifier (0.40.6) breezy; urgency=low
3021
* added src/hal.c to po/POTFILES.in (thanks Kamion)
3023
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 31 Aug 2005 17:39:47 +0200
3025
update-notifier (0.40.5) breezy; urgency=low
3028
- improve the popup-notifications (thanks to mpt for his feedback)
3030
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 25 Aug 2005 18:15:24 +0200
3032
update-notifier (0.40.4) breezy; urgency=low
3035
- better dbus reconnect support
3036
- typo fix (ubuntu #13391)
3037
- be more carefull about the placement of the notification send
3040
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 16 Aug 2005 10:29:08 +0200
3042
update-notifier (0.40.3) breezy; urgency=low
3044
* gamin changed the semantic of FAMEvent.Filename, changed the
3045
code to deal with that
3047
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 Aug 2005 15:14:40 +0200
3049
update-notifier (0.40.2) breezy; urgency=low
3051
* report errors in the cache to the user
3052
* use libnotify to tell the user about updates
3054
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 10 Aug 2005 13:07:00 +0200
3056
update-notifier (0.40.1) breezy; urgency=low
3058
* global already seen hook file in /etc/update-notifier/hooks_seen
3061
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 4 Jul 2005 11:28:47 +0200
3063
update-notifier (0.40) breezy; urgency=low
3065
* fixed various bugs in the hook display code
3067
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 27 Jun 2005 15:02:05 +0200
3069
update-notifier (0.39.2) breezy; urgency=low
3071
* fix in the md5sum check in preinst (apologies to keybuk
3072
for suspecting the new dpkg)
3073
* call intltool-update -v -p in build target to make
3074
langpack generation happy
3076
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Jun 2005 10:25:54 +0200
3078
update-notifier (0.39.1) breezy; urgency=low
3080
* fixed a bug in apt-check (only happens on very new python-apt
3082
* ported the hal-reconnect bits to the new dbus api
3084
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 10 Jun 2005 11:10:23 +0200
3086
update-notifier (0.39) breezy; urgency=low
3088
* ported to libhal 0.5.1, build-depend on it,
3089
-> the reconnect bits still needs to be ported
3091
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 10 May 2005 16:52:30 +0200
3093
update-notifier (0.38.11) hoary; urgency=low
3095
* session icon and tray icon improved, no more blurry
3096
(thanks to Alexander Brausewetter)
3097
* updated fi.po translation (thanks to Timo Jyrinki)
3098
* updated german translation
3100
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 30 Mar 2005 12:39:13 +0200
3102
update-notifier (0.38.10) hoary; urgency=low
3104
* fix for the pin file reading
3105
* work-around a problem in python-apt when reading the pin file
3107
* fix for the nr of upgrades calculation
3109
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 Mar 2005 14:54:53 +0100
3111
update-notifier (0.38.9ubuntu1) hoary; urgency=low
3113
* fixed wrongly formated 20archive file
3115
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 Mar 2005 01:52:13 +0100
3117
update-notifier (0.38.9) hoary; urgency=low
3119
* i18n fixes (missing translatable strings
3120
* fix for wrong upgrade count (#7907)
3121
* fix for a misdetection of a ubuntu cd
3122
* translation update (es)
3123
* setup /etc/apt/apt.conf.d/20archive with defaults
3124
for archive size (500Mb) and archive age (30 days)
3126
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 Mar 2005 01:04:10 +0100
3128
update-notifier (0.38.8) hoary; urgency=low
3130
* try harder not to identify the live cd as install cd (#7114)
3131
* try to keep the CD detected dialog above other window
3132
* detect downloads of packages (fix #6307)
3133
* show nice message when calling gksudo (fix #6671)
3135
* consider pined packages too (#7368)
3137
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 4 Mar 2005 11:55:32 +0100
3139
update-notifier (0.38.7) hoary; urgency=low
3141
* fixed a problem with the i18n
3143
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 21 Feb 2005 23:10:32 +0100
3145
update-notifier (0.38.6) hoary; urgency=low
3147
* work around a gamin problem with monitoring single files
3148
* added fi.po translation (thanks to Timo Jyrinki)
3149
* added es.po translation (thanks to Jorge Bernal)
3151
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 8 Feb 2005 10:16:26 +0100
3153
update-notifier (0.38.5) hoary; urgency=low
3155
* fixed a problem that causes udpate-notifier not to update it's status
3156
when it was upgraded or re-installed
3157
* basic i18n support for the hooks added
3159
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 1 Feb 2005 15:03:26 +0100
3161
update-notifier (0.38.4) hoary; urgency=low
3163
* fixed missing gettext init (thanks to seb128!)
3165
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 28 Jan 2005 13:11:57 +0100
3167
update-notifier (0.38.3) hoary; urgency=low
3169
* da.po added (thanks to Martin Willemoes Hansen)
3170
* some more code cleanups
3172
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 27 Jan 2005 20:07:09 +0100
3174
update-notifier (0.38.2) hoary; urgency=low
3176
* depend on update-manager now
3177
* better error reporting when hal/dbus/fam are not available
3178
* run "gnome-software-properties" by default if prefernces is clicked
3179
* save last action as default action on left click
3181
-- Michael Vogt <mvo@debian.org> Mon, 24 Jan 2005 11:28:07 +0100
3183
update-notifier (0.38.1) hoary; urgency=low
3185
* put the periodic entries in /etc/apt/apt.conf.d/99update-notifier
3186
into /etc/apt/apt.conf.d/10periodic
3188
-- Michael Vogt <mvo@debian.org> Wed, 19 Jan 2005 14:16:56 +0100
3190
update-notifier (0.38) hoary; urgency=low
3192
* basic hook support added
3194
-- Michael Vogt <mvo@debian.org> Wed, 12 Jan 2005 16:51:43 +0100
3196
update-notifier (0.37.3) hoary; urgency=low
3198
* improved the detection of apt-get update conditions a lot
3199
* simplified the code that show/hides the icon
3200
* md5 check for left-over /etc/apt/apt.conf.d/99upgrade-notifer
3201
and delete it if unmodified
3203
-- Michael Vogt <mvo@debian.org> Tue, 11 Jan 2005 14:28:29 +0100
3205
update-notifier (0.37.2) hoary; urgency=low
3207
* fixed a missed name change in debian/S99update-notifier
3209
-- Michael Vogt <mvo@debian.org> Fri, 7 Jan 2005 00:00:45 +0100
3211
update-notifier (0.37.1) hoary; urgency=low
3213
* cdrom detection dialog improved
3214
* renamed to "update-notifier"
3216
-- Michael Vogt <mvo@debian.org> Thu, 6 Jan 2005 16:40:13 +0100
3218
upgrade-notifier (0.37) hoary; urgency=low
3220
* hal support added, not-yet-scanned cdroms are automatically detected
3222
-- Michael Vogt <mvo@debian.org> Wed, 29 Dec 2004 20:57:24 +0100
3224
upgrade-notifier (0.36.1-1) hoary; urgency=low
3226
* new version that fixes a segfault
3228
-- Michael Vogt <mvo@debian.org> Wed, 15 Dec 2004 17:27:12 +0100
3230
upgrade-notifier (0.36-1) hoary; urgency=low
3232
* new upstream release
3234
-- Michael Vogt <mvo@debian.org> Tue, 14 Dec 2004 17:23:21 +0100
3236
upgrade-notifier (0.35-1) hoary; urgency=low
3238
* new upstream release
3240
-- Michael Vogt <mvo@debian.org> Sun, 28 Nov 2004 13:56:33 +0100
3242
upgrade-notifier (0.34-1) hoary; urgency=low
3244
* new upstream release
3246
-- Michael Vogt <mvo@debian.org> Tue, 9 Nov 2004 12:36:07 +0100
3248
upgrade-notifier (0.33-7) unstable; urgency=low
3250
* prepared cron.daily to run "apt-get update" (not enabled)
3252
-- Michael Vogt <mvo@debian.org> Tue, 2 Nov 2004 14:43:52 +0100
1
3254
upgrade-notifier (0.33-6) unstable; urgency=low
3
3256
* Build with update-manager.