~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Julian Andres Klode
  • Date: 2020-01-28 09:55:09 UTC
  • Revision ID: juliank@ubuntu.com-20200128095509-93wh1wcbisnm9xtq
Tags: 3.192.28
releasing package update-notifier version 3.192.28

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
update-notifier (3.192.28) focal; urgency=medium
 
2
 
 
3
  * Replace pep8 with pycodestyle
 
4
 
 
5
 -- Julian Andres Klode <juliank@ubuntu.com>  Tue, 28 Jan 2020 10:55:06 +0100
 
6
 
 
7
update-notifier (3.192.27) focal; urgency=medium
 
8
 
 
9
  * Notify user about stale updates information in motd (LP: #1842159)
 
10
  * Make /var/lib/update-notifier/updates-available world-readable
 
11
    (LP: #1844704)
 
12
  * data/update-motd-hwe-eol: Run as a regular user without printing errors
 
13
    (LP: #185527)
 
14
  * data/update-motd-hwe-eol: Shortcut script when running in a container.
 
15
    There is no point in checking the HWE stack in a container since upgrading
 
16
    it would not affect the host system. (LP: #1855290)
 
17
  * data/update-motd-fsck-at-reboot: Shortcut script when running it as
 
18
    a regular user (LP: #185527)
 
19
 
 
20
 -- Balint Reczey <rbalint@ubuntu.com>  Thu, 05 Dec 2019 15:02:52 +0100
 
21
 
 
22
update-notifier (3.192.26) eoan; urgency=medium
 
23
 
 
24
  * data/apt_check.py: modify wording and output regarding ESM support.
 
25
    (LP: #1842508)
 
26
 
 
27
 -- Brian Murray <brian@ubuntu.com>  Tue, 03 Sep 2019 16:47:51 -0700
 
28
 
 
29
update-notifier (3.192.25) eoan; urgency=medium
 
30
 
 
31
  * Make livepatch_get_num_fixes (private API) return 'ssize_t' instead of
 
32
    'gssize', which will allow us to use the '%zd' format string to print its
 
33
    value. That in turn allows the string to be extracted into the .pot file
 
34
    for translation.
 
35
 
 
36
 -- Iain Lane <iain.lane@canonical.com>  Thu, 01 Aug 2019 13:42:29 +0100
 
37
 
 
38
update-notifier (3.192.24) eoan; urgency=medium
 
39
 
 
40
  * Fix E117 over-indented pep issues.
 
41
 
 
42
 -- Gianfranco Costamagna <locutusofborg@debian.org>  Mon, 29 Jul 2019 16:53:58 +0200
 
43
 
 
44
update-notifier (3.192.23) eoan; urgency=medium
 
45
 
 
46
  [ Andrea Azzarone ]
 
47
  * Handle "applying" Livepatch state.
 
48
  * Don't show the Livepatch indicator if livepatch is disabled.
 
49
  * Remove livepatch-off.svg as no longer needed.
 
50
 
 
51
 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 10 May 2019 17:08:01 +0200
 
52
 
 
53
update-notifier (3.192.20) eoan; urgency=medium
 
54
 
 
55
  * data/package-data-downloader: Do not resume partial files, and especially
 
56
    skip download attempts if they match the expected SHA256 (LP: #1713615)
 
57
 
 
58
 -- Julian Andres Klode <juliank@ubuntu.com>  Mon, 29 Apr 2019 21:38:43 +0200
 
59
 
 
60
update-notifier (3.192.19) eoan; urgency=medium
 
61
 
 
62
  * Handle missing cases of LP: #1822340, where we told people ESM is not
 
63
    enabled, but not how to enable it.
 
64
  * Fix multiple disabled ESM repositories being counted as enabled ones.
 
65
  * test_motd.py: Remove unused imports
 
66
 
 
67
 -- Julian Andres Klode <juliank@ubuntu.com>  Thu, 25 Apr 2019 12:56:40 +0200
 
68
 
 
69
update-notifier (3.192.18) disco; urgency=medium
 
70
 
 
71
  * data/apt_check.py: Fix dep8 line length issues.
 
72
 
 
73
 -- Adam Conrad <adconrad@ubuntu.com>  Sat, 13 Apr 2019 04:41:40 -0600
 
74
 
 
75
update-notifier (3.192.17) disco; urgency=medium
 
76
 
 
77
  * Add missing build-dependency on lsb-release
 
78
 
 
79
 -- Julian Andres Klode <juliank@ubuntu.com>  Wed, 03 Apr 2019 17:13:12 +0200
 
80
 
 
81
update-notifier (3.192.16) disco; urgency=medium
 
82
 
 
83
  * Rewrite and extend motd messaging (LP: #1822340)
 
84
  * Count ESM security updates as security updates
 
85
 
 
86
 -- Julian Andres Klode <juliank@ubuntu.com>  Tue, 02 Apr 2019 15:18:47 +0200
 
87
 
 
88
update-notifier (3.192.15) disco; urgency=medium
 
89
 
 
90
  * debian/control:
 
91
    - revert the use libayatana-appindicator, that was buggy and lead to have 
 
92
      the indicator support disabled, also that libary is still in universe
 
93
  * debian/control, autogen.sh:
 
94
    - don't build-depends on gnome-common, that is deprecated and was
 
95
      comment out in the autogen.sh already anyway
 
96
 
 
97
  [ Andrea Azzarone ]
 
98
  * Add a livepatch indicator in the system tray. (ffe bug #1820259)
 
99
 
 
100
 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 19 Mar 2019 11:26:56 +0100
 
101
 
 
102
update-notifier (3.192.14) disco; urgency=medium
 
103
 
 
104
  * src/livepatch.c: Add a "Settings..." button to the notification.
 
105
 
 
106
 -- Andrea Azzarone <andrea.azzarone@canonical.com>  Wed, 30 Jan 2019 17:20:42 +0000
 
107
 
 
108
update-notifier (3.192.13) disco; urgency=medium
 
109
 
 
110
  * Don't require gnome-shell or its alternate dependency notification-daemon
 
111
    on s390x since gnome-shell isn't built there and we're trying to
 
112
    demote notification-daemon to universe.
 
113
 
 
114
 -- Jeremy Bicha <jbicha@ubuntu.com>  Sat, 16 Feb 2019 11:07:51 -0500
 
115
 
 
116
update-notifier (3.192.12) disco; urgency=medium
 
117
 
 
118
  * Try adding gnome-shell as alternate dependency of notification-daemon
 
119
    as part of an effort to drop notification-daemon to universe
 
120
 
 
121
 -- Jeremy Bicha <jbicha@ubuntu.com>  Sat, 09 Feb 2019 09:24:52 -0500
 
122
 
 
123
update-notifier (3.192.11) disco; urgency=medium
 
124
 
 
125
  * src/update-notifier.c: Don't use G_SPAWN_DO_NOT_REAP_CHILD in order
 
126
    to avoid zombie processes. (LP: #1809505)
 
127
 
 
128
 -- Andrea Azzarone <andrea.azzarone@canonical.com>  Mon, 07 Jan 2019 12:49:07 +0000
 
129
 
 
130
update-notifier (3.192.10) disco; urgency=medium
 
131
 
 
132
  [ Andrea Azzarone ]
 
133
  * data/apt_check.py, data/package-data-downloader, tests/test_pep8.py:
 
134
    - update the code formating to be not hit W504 warnings,
 
135
      change to ignore W503 and be consistent with update-manager.
 
136
 
 
137
 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 13 Nov 2018 21:49:10 +0100
 
138
 
 
139
update-notifier (3.192.9) disco; urgency=medium
 
140
 
 
141
  * Resolve pep8 and pyflakes test failures.
 
142
 
 
143
 -- Brian Murray <brian@ubuntu.com>  Tue, 13 Nov 2018 11:47:45 -0800
 
144
 
 
145
update-notifier (3.192.8) disco; urgency=medium
 
146
 
 
147
  * Check if a Livepatch patch has been applied during boot or before
 
148
    update-notifier has started. (LP: #1800862)
 
149
 
 
150
 -- Andrea Azzarone <andrea.azzarone@canonical.com>  Fri, 02 Nov 2018 11:34:03 +0000
 
151
 
 
152
update-notifier (3.192.7) cosmic; urgency=medium
 
153
 
 
154
  * Use absolute patch when testing if whoopsie service is enabled.
 
155
  * Add some debug messages
 
156
 
 
157
 -- Didier Roche <didrocks@ubuntu.com>  Mon, 02 Jul 2018 11:18:27 +0200
 
158
 
 
159
update-notifier (3.192.6) cosmic; urgency=medium
 
160
 
 
161
  * Only show apport UI if whoopsie is not in auto or never reporting mode.
 
162
    (LP: #1778697)
 
163
  * Ensure that when we move to systemd user session, we don't regress
 
164
    as well, taking into account the case where whoopsie isn't installed
 
165
    either.
 
166
 
 
167
 -- Didier Roche <didrocks@ubuntu.com>  Tue, 26 Jun 2018 17:04:33 +0200
 
168
 
 
169
update-notifier (3.192.5) cosmic; urgency=medium
 
170
 
 
171
  * Fix PEP8 errors
 
172
 
 
173
 -- Julian Andres Klode <juliank@ubuntu.com>  Tue, 29 May 2018 09:38:23 +0200
 
174
 
 
175
update-notifier (3.192.4) cosmic; urgency=medium
 
176
 
 
177
  * package-data-downloader: Only print processing messages if we
 
178
    should download stuff, or if an expected exception occured
 
179
    (LP: #1641671)
 
180
 
 
181
 -- Julian Andres Klode <juliank@ubuntu.com>  Fri, 25 May 2018 18:15:22 +0200
 
182
 
 
183
update-notifier (3.192.3) cosmic; urgency=medium
 
184
 
 
185
  * Add gnome-common dependency, needed for autoreconf
 
186
  * Force no multiarch directory
 
187
 
 
188
 -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 09 May 2018 11:46:23 +0200
 
189
 
 
190
update-notifier (3.192.2) cosmic; urgency=medium
 
191
 
 
192
  [ Mike Gabriel ]
 
193
  * Switch to Ayatana AppIndicator LP: #1760691.
 
194
  * Bump debhelper version to 11, and do autoreconf
 
195
 
 
196
 -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 09 May 2018 10:13:54 +0200
 
197
 
 
198
update-notifier (3.192.1) bionic; urgency=medium
 
199
 
 
200
  * Use a wrapper script of /bin/sh when calling check-new-release-gtk to
 
201
    workaround its requirement that the ppid not be 1. (LP: #1768748)
 
202
 
 
203
 -- Brian Murray <brian@ubuntu.com>  Fri, 04 May 2018 15:42:00 -0700
 
204
 
 
205
update-notifier (3.192) bionic; urgency=medium
 
206
 
 
207
  * restore update-notifier code to check for whether or not a release upgrade
 
208
    is available. (LP: #1765485)
 
209
 
 
210
 -- Brian Murray <brian@ubuntu.com>  Fri, 20 Apr 2018 11:02:05 -0700
 
211
 
 
212
update-notifier (3.191) bionic; urgency=medium
 
213
 
 
214
  * src/update-notifier.h: Add LIVEPATCH_FILE and livepatch_pending.
 
215
  * src/update-notifier.c: Monitor the livepatch status file too
 
216
    and show notification if needed (LP: #1761841).
 
217
 
 
218
 -- Andrea Azzarone <andrea.azzarone@canonical.com>  Wed, 18 Apr 2018 17:38:22 +0100
 
219
 
 
220
update-notifier (3.190) bionic; urgency=medium
 
221
 
 
222
  * Add missing build-dependency on dh-python
 
223
 
 
224
 -- Julian Andres Klode <juliank@ubuntu.com>  Mon, 09 Apr 2018 13:35:04 +0200
 
225
 
 
226
update-notifier (3.189) bionic; urgency=medium
 
227
 
 
228
  * Do not notify-reboot-required on linux-image-extra removal (LP: #1458204)
 
229
 
 
230
 -- Julian Andres Klode <juliank@ubuntu.com>  Fri, 12 Jan 2018 09:51:27 +0100
 
231
 
 
232
update-notifier (3.188) bionic; urgency=medium
 
233
 
 
234
  * Also add python3-debconf as a build-dependency.
 
235
 
 
236
 -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 12 Nov 2017 21:15:44 -0800
 
237
 
 
238
update-notifier (3.187) bionic; urgency=medium
 
239
 
 
240
  [ Sebastien Bacher ]
 
241
  * Remove the gconf to gsettings migration script, gconf has been long
 
242
    deprecated and the list of keys is incorrect and leads the convert
 
243
    tools to error out (lp: #1720368) 
 
244
 
 
245
  [ Steve Langasek ]
 
246
  * Depend on the new python3-debconf package instead of debconf.
 
247
    LP: #1731334.
 
248
 
 
249
 -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 12 Nov 2017 20:56:52 -0800
 
250
 
 
251
update-notifier (3.186) artful; urgency=medium
 
252
 
 
253
  * src/crash.c: don't prompt about system reports under wayland, pkexec
 
254
    doesn't work there
 
255
  * src/clipboard.c, src/update-notifier.c, src/Makefile.am:
 
256
    - don't use the xorg clipboard to do single instance, that doesn't work 
 
257
      under wayland, replace it with a file lock (lp: #1697381) 
 
258
 
 
259
 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 07 Sep 2017 00:30:10 +0200
 
260
 
 
261
update-notifier (3.185) artful; urgency=medium
 
262
 
 
263
  * src/livepatch.c: Use ngettext to correctly handle the plural form, thanks
 
264
    to Andrea Azzarone for the patch.
 
265
 
 
266
 -- Brian Murray <brian@ubuntu.com>  Tue, 05 Sep 2017 14:48:01 -0700
 
267
 
 
268
update-notifier (3.184) artful; urgency=medium
 
269
 
 
270
  * Add support to update-notifier to notify about the status of Canonical's
 
271
    Livepatch service, thanks to Andrea Azzarone. (LP: #1712331)
 
272
 
 
273
 -- Brian Murray <brian@ubuntu.com>  Fri, 25 Aug 2017 12:46:39 -0700
 
274
 
 
275
update-notifier (3.183) artful; urgency=medium
 
276
 
 
277
  * Clear out the autotools changes from the previous upload which were 
 
278
    due to a miss-uses of the vcs, fixes the buid.
 
279
 
 
280
 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 10 Jul 2017 13:20:35 +0200
 
281
 
 
282
update-notifier (3.181.1) artful; urgency=medium
 
283
 
 
284
  * src/update.c: don't look at the dpkg/apt logs timestamps to decide
 
285
    to auto-open update-manager but simply do it after the number of days
 
286
    configured, it's a more predictable behaviour so less confusing to 
 
287
    users and the logs timestamps trick isn't working great since 
 
288
    unattended-upgrade is used to install the security updates (logs are 
 
289
    updated then which resets the counter) (lp: #1702724)
 
290
 
 
291
 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 06 Jul 2017 19:07:47 +0200
 
292
 
 
293
update-notifier (3.181) artful; urgency=medium
 
294
 
 
295
  * Fix APT sandboxing for data downloads failing (LP: #1522675)
 
296
 
 
297
 -- Julian Andres Klode <juliank@ubuntu.com>  Wed, 28 Jun 2017 22:25:25 +0200
 
298
 
 
299
update-notifier (3.180) artful; urgency=medium
 
300
 
 
301
  * Fix autopkgtest pep8 new error in artful:
 
302
    - E722 do not use bare except
 
303
 
 
304
 -- Didier Roche <didrocks@ubuntu.com>  Wed, 21 Jun 2017 14:43:56 +0200
 
305
 
 
306
update-notifier (3.179) zesty; urgency=medium
 
307
 
 
308
  * debian/control: bump the depends on update-manager one more version as
 
309
    17.04.2 doesn't have the change for the 64 bit integer. 
 
310
 
 
311
 -- Brian Murray <brian@ubuntu.com>  Tue, 14 Mar 2017 14:58:27 -0700
 
312
 
 
313
update-notifier (3.178) zesty; urgency=medium
 
314
 
 
315
  * Switch to using a 64 bit integer for launch-time as update-manager also
 
316
    did. (LP: #1654008)
 
317
 
 
318
 -- Brian Murray <brian@ubuntu.com>  Tue, 14 Mar 2017 13:13:41 -0700
 
319
 
 
320
update-notifier (3.177) zesty; urgency=medium
 
321
 
 
322
  * tests/test_pyflakes.py: test_pyflakes: fix pep8 style failure, thanks
 
323
    Treviño.
 
324
 
 
325
 -- Iain Lane <iain@orangesquash.org.uk>  Thu, 24 Nov 2016 18:08:09 +0000
 
326
 
 
327
update-notifier (3.176) zesty; urgency=medium
 
328
 
 
329
  * data/package-data-downloader: Be resilient and do not crash when we can
 
330
    not print information about what is happening.  (LP: #1640318)
 
331
 
 
332
 -- Brian Murray <brian@ubuntu.com>  Thu, 10 Nov 2016 13:29:27 -0800
 
333
 
 
334
update-notifier (3.175) yakkety; urgency=medium
 
335
 
 
336
  * data/package-data-downloader:
 
337
    - a stampfile is an indication of success, so don't try to process it
 
338
      again.
 
339
  * tests/test_package-data-downloader.py:
 
340
    - add a test for the case where there are multiple hook files and only one
 
341
      of them has failed.
 
342
 
 
343
 -- Brian Murray <brian@ubuntu.com>  Fri, 07 Oct 2016 16:12:19 -0700
 
344
 
 
345
update-notifier (3.174) yakkety; urgency=medium
 
346
 
 
347
  * debian/tests/control:
 
348
    - Allow stderr output as apt-helper even uses it for success.
 
349
 
 
350
 -- Brian Murray <brian@ubuntu.com>  Wed, 28 Sep 2016 10:12:38 -0700
 
351
 
 
352
update-notifier (3.173) yakkety; urgency=medium
 
353
 
 
354
  * data/package-data-downloader:
 
355
    - handle different failure modes better thanks to Launchpad user AtesComp
 
356
      for the detective work and patch. (LP: #1621629)
 
357
  * tests/test_pacakge-data-downloader.py:
 
358
    - add tests for process_download_requests function
 
359
    - add test for a hook file aging out
 
360
    - resolve test failure with test_wrong_template_translation
 
361
  * Enable autopkgtests and resolve pep8 / pyflakes issues with the package.
 
362
 
 
363
 -- Brian Murray <brian@ubuntu.com>  Wed, 21 Sep 2016 11:21:37 -0700
 
364
 
 
365
update-notifier (3.172) yakkety; urgency=medium
 
366
 
 
367
  * add support for the HWE End-of-Life notification via
 
368
    motd.
 
369
 
 
370
 -- Brian Murray <brian@ubuntu.com>  Fri, 05 Aug 2016 15:00:57 -0700
 
371
 
 
372
update-notifier (3.171) yakkety; urgency=medium
 
373
 
 
374
  * debian/update-notifier-cds.conf:
 
375
    - use a valid variable to get the device name
 
376
  * debian/systemd, debian/update-notifier.install,links,crash:
 
377
    - convert the crash, unicast and release jobs to systemd
 
378
  * debian/systemd/update-notifier-cds.override,
 
379
    debian/systemd/update-notifier-hp-firmware.override,
 
380
    debian/update-notifier.install:
 
381
    - disable the cd-upgrade and hp-firware jobs under systemd, 
 
382
      they are not important and need more work (launchpad bugs 
 
383
      #1604890 and #1604898)
 
384
  * src/avahi.c, src/update.c, src/update-notifier.h,
 
385
    - use /run instead of /var/run
 
386
 
 
387
 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 20 Jul 2016 19:23:27 +0200
 
388
 
 
389
update-notifier (3.170) yakkety; urgency=medium
 
390
 
 
391
  * data/apt_check.py: use pkg.get_fullname() instead of pkg.name so that
 
392
    architectures appear in package names, thanks to Bill Scales for the
 
393
    patch. (LP: #1597537)
 
394
 
 
395
 -- Brian Murray <brian@ubuntu.com>  Mon, 11 Jul 2016 15:05:27 -0700
 
396
 
 
397
update-notifier (3.169) yakkety; urgency=medium
 
398
 
 
399
  * src/update.c: 
 
400
    don't use the logs ctime information to decide if update-manager needs 
 
401
    to be started, the log rotation updates that one which means it's 
 
402
    never getting older than a week and the updater not started 
 
403
    (lp: #356152)
 
404
 
 
405
 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 29 Jun 2016 16:48:24 +0200
 
406
 
 
407
update-notifier (3.168) xenial; urgency=medium
 
408
 
 
409
  * Also update motd, at the end of Dpkg-Post run, properly counting how
 
410
    many things are left to update, rather than assuming that all updates
 
411
    were applied, as was done in previous release series. LP: #1558270
 
412
 
 
413
 -- Dimitri John Ledkov <xnox@ubuntu.com>  Mon, 11 Apr 2016 16:28:54 +0100
 
414
 
 
415
update-notifier (3.167) xenial; urgency=medium
 
416
 
 
417
  * Use mktemp -p in the target directory to avoid a cross-filesystem move.
 
418
  * Also update motd if the dpkg status database has changed (LP: #1563854)
 
419
 
 
420
 -- Adam Conrad <adconrad@ubuntu.com>  Mon, 04 Apr 2016 15:22:20 -0600
 
421
 
 
422
update-notifier (3.166) xenial; urgency=medium
 
423
 
 
424
  * data/apt_check.py: resolve crash when running apt-check with
 
425
    --package-names, thanks to Launchpad user Woody for the fix.
 
426
    (LP: #1512326)
 
427
 
 
428
 -- Brian Murray <brian@ubuntu.com>  Wed, 10 Feb 2016 11:57:26 -0800
 
429
 
 
430
update-notifier (3.165) xenial; urgency=medium
 
431
 
 
432
  * data/update-motd-updates-available
 
433
    - do not execute asynchronously as that causes problems with installers
 
434
      and generally produces unexpected behavior by default (LP: #1527710).
 
435
    - define NEEDS_CHECK to avoid unintentionally using value from inherrited
 
436
      environment.
 
437
 
 
438
 -- Scott Moser <smoser@ubuntu.com>  Wed, 27 Jan 2016 17:04:44 -0500
 
439
 
 
440
update-notifier (3.164) xenial; urgency=medium
 
441
 
 
442
  * debian/90-updates-available
 
443
    - Now directly prints the cached info if available
 
444
      => avoid login stalls due to motd updates (LP: #525674)
 
445
    - Also fixes a former potential issue of existing but not readable cached
 
446
      info by changing the test from -e to -r
 
447
  * debian/99update-notifier:
 
448
    - Now additionally triggers the an asynchronous background update of the
 
449
      cached info via update-motd-updates-available hooking into 
 
450
      APT::Update::Post-Invoke-Success.
 
451
  * data/update-motd-updates-available:
 
452
    - This now only contains the slow part of actually 'updating the cached
 
453
      info'.
 
454
    - It executes asynchronously to avoid stalling apt-get update.
 
455
    - The file is no more called by pam to avoid login stalls.
 
456
    - It also fixes an issue with concurrent updates clobbering the
 
457
      cached file via mv being atomic
 
458
 
 
459
 -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Fri, 13 Nov 2015 12:28:25 +0100
 
460
 
 
461
update-notifier (3.163) wily; urgency=medium
 
462
 
 
463
  * Call setlocale(LC_ALL, "") in avahi.c, so that the message there is
 
464
    translated. Thanks Gabor Kelemen. (LP: #1493208)
 
465
 
 
466
 -- Iain Lane <iain@orangesquash.org.uk>  Thu, 17 Sep 2015 14:04:23 +0100
 
467
 
 
468
update-notifier (3.162) wily; urgency=medium
 
469
 
 
470
  * Initialize l10n for the distro-cd-updater and system crash notification
 
471
    binaries.  Thanks to Gabor Kelemen for the patches. (LP: #1478249,
 
472
    LP: #1478280)
 
473
  * Switch from using PACKAGE to GETTEXT_PACKAGE in avahi and update-notifier
 
474
    binaries.
 
475
 
 
476
 -- Brian Murray <brian@ubuntu.com>  Wed, 12 Aug 2015 09:20:12 -0700
 
477
 
 
478
update-notifier (3.161) wily; urgency=medium
 
479
 
 
480
  * Migrate fully from python2 to python3 now that python3-debian is
 
481
    available in the archive.  In the process, we drop most of the
 
482
    python-related dependencies from the update-notifier package, since it
 
483
    contains no python code; these are included only to support
 
484
    backend_helper.py, which is shipped in update-notifier-common, not in
 
485
    update-notifier for reasons that are not clear.  For now keep the
 
486
    package split unchanged pending further investigation.  LP: #1440683.
 
487
 
 
488
 -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 06 Apr 2015 19:26:10 +0000
 
489
 
 
490
update-notifier (3.160) vivid; urgency=medium
 
491
 
 
492
  * ./debian/update-notifier-cds.conf: Stop asking udisks 1 for the
 
493
    mountpoint, just awk /proc/mounts for the mount point. (LP: #1411987)
 
494
 
 
495
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 20 Jan 2015 10:34:47 +0100
 
496
 
 
497
update-notifier (3.159) vivid; urgency=medium
 
498
 
 
499
  [ Dimitri John Ledkov ]
 
500
  * Prepare for udev-bridge on the session bus. (LP: #1409129)
 
501
 
 
502
 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 16 Jan 2015 18:59:51 +0100
 
503
 
 
504
update-notifier (3.158) vivid; urgency=medium
 
505
 
 
506
  * debian/update-notifier-cds.conf: use the correct comparison operator for
 
507
    checking the type of CD. (LP: #1400357)
 
508
 
 
509
 -- Brian Murray <brian@ubuntu.com>  Wed, 10 Dec 2014 12:41:49 -0800
 
510
 
 
511
update-notifier (3.157) utopic; urgency=medium
 
512
 
 
513
  * debian/update-notifier-crash.conf: avoid race condition where the crash
 
514
    report may not yet be writable when the inotify create event happens.
 
515
 
 
516
 -- Brian Murray <brian@ubuntu.com>  Fri, 03 Oct 2014 17:00:11 -0700
 
517
 
 
518
update-notifier (3.156) utopic; urgency=low
 
519
 
 
520
  * lp:~mvo/update-notifier/use-apt-helper:
 
521
    - use the apt-helper binary to download external data. This ensures
 
522
      that the apt proxy settings are used and that the apt auto proxy
 
523
      discovery works. Thanks to Dennis Kaarsemaker!
 
524
 
 
525
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 13 Jun 2014 12:33:24 +0200
 
526
 
 
527
update-notifier (3.155) utopic; urgency=medium
 
528
 
 
529
  * Bump version to become higher than the wrongly added transitional package
 
530
    from gnome-packagekit.
 
531
 
 
532
 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 12 May 2014 07:15:55 +0200
 
533
 
 
534
update-notifier (0.154.1) trusty; urgency=low
 
535
 
 
536
  * data/package-data-downloader:
 
537
    - set a default sockettimeout of 60s to avoid hangs if the network
 
538
      becomes unresponsive during the download (LP: #1243090)
 
539
 
 
540
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 09 Apr 2014 21:35:05 +0200
 
541
 
 
542
update-notifier (0.154) trusty; urgency=medium
 
543
 
 
544
  * Do not say that a partition will be checked when the check is disabled in
 
545
    fstab.  Thanks to Nils Kassube for the patch.  (LP: #1282760)
 
546
  * Use print function instead of statement (LP: #1256759)
 
547
  * Increase the poll interval from 5 seconds to 180 (LP: #1227000)
 
548
 
 
549
 -- Brian Murray <brian@ubuntu.com>  Fri, 14 Mar 2014 15:14:23 -0700
 
550
 
 
551
update-notifier (0.152) trusty; urgency=medium
 
552
 
 
553
  * debian/update-notifier-crash.conf: the user needs permission to write to
 
554
    the crash file as data collection is done by the user running apport
 
555
 
 
556
 -- Brian Murray <brian@ubuntu.com>  Wed, 19 Feb 2014 13:26:36 -0800
 
557
 
 
558
update-notifier (0.151) trusty; urgency=low
 
559
 
 
560
  * If there are no updates available, still nag the user if a reboot is
 
561
    required, in case the notification window was dismissed. (LP: #1033226)
 
562
 
 
563
 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Sat, 11 Jan 2014 09:28:25 -0500
 
564
 
 
565
update-notifier (0.150) trusty; urgency=low
 
566
 
 
567
  * Update the location of apport/autoreport from /etc to /var/lib.
 
568
 
 
569
 -- Brian Murray <brian@ubuntu.com>  Wed, 08 Jan 2014 10:36:53 -0800
 
570
 
 
571
update-notifier (0.149) trusty; urgency=low
 
572
 
 
573
  * debian/update-notifier-crash.conf: exit if /etc/apport/autoreport exists
 
574
    as that indicates that there should be no user interaction
 
575
 
 
576
 -- Brian Murray <brian@ubuntu.com>  Tue, 10 Dec 2013 12:56:40 -0800
 
577
 
 
578
update-notifier (0.148) trusty; urgency=low
 
579
 
 
580
  [ Iain Lane ]
 
581
  * data/update-motd-updates-available: Update the stamp file atomically.
 
582
    Thanks to Marius Gedminas! (LP: #1146170)
 
583
 
 
584
  [ Brian Murray ]
 
585
  * In the upstart crash notification job fix the path for watershed.
 
586
  * debian/update-notifier-crash.conf: check that we have read permission on
 
587
    the crash file before launching apport-gtk, additionally just launch
 
588
    apport-gtk or system-crash-notification as they will check for new crashes
 
589
    and start bug filing for each one (LP: #1193509)
 
590
  * data/update-motd-fsck-at-reboot: Update the stamp file atomically.
 
591
    Thanks to Marius Gedminas! (LP: #1240549)
 
592
 
 
593
 -- Brian Murray <brian@ubuntu.com>  Fri, 08 Nov 2013 15:32:25 -0800
 
594
 
 
595
update-notifier (0.147) saucy; urgency=low
 
596
 
 
597
  * apt-check: port to python3, if it is available use update-manager's
 
598
    UpdateList to determine if we will install an update being phased
 
599
    (LP: #1223321)
 
600
 
 
601
 -- Brian Murray <brian@ubuntu.com>  Wed, 09 Oct 2013 13:32:47 -0700
 
602
 
 
603
update-notifier (0.146) saucy; urgency=low
 
604
 
 
605
  [ Brian Murray ]
 
606
  * Speed up apt-check (LP: #1233587).  Thanks to Anders Kaseorg for the
 
607
    patch.
 
608
 
 
609
  [ Sebastien Bacher ]
 
610
  * Update translations from launchpad
 
611
 
 
612
 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 04 Oct 2013 10:56:19 +0200
 
613
 
 
614
update-notifier (0.145) saucy; urgency=low
 
615
 
 
616
  * Use watershed when notifying about system crashes to prevent multiple
 
617
    dialogs for crashes that were already reported.
 
618
 
 
619
 -- Brian Murray <brian@ubuntu.com>  Thu, 12 Sep 2013 16:52:32 -0700
 
620
 
 
621
update-notifier (0.144) saucy; urgency=low
 
622
 
 
623
  * Fix the newly-optimized update-motd-updates-available to correctly handle
 
624
    the initial case when the stamp file doesn't yet exist.  LP: #1206452.
 
625
 
 
626
 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 30 Jul 2013 13:25:05 +0100
 
627
 
 
628
update-notifier (0.143) saucy; urgency=low
 
629
 
 
630
  * In the update-notifier crash file user session job switch back to
 
631
    apport-gtk since the upstart file bridge emits events for .crash files
 
632
    that exist prior to the job being started and apport-bug does not check to
 
633
    see if the crash has already been reported while apport-gtk does.
 
634
 
 
635
 -- Brian Murray <brian@ubuntu.com>  Wed, 17 Jul 2013 13:24:13 -0700
 
636
 
 
637
update-notifier (0.142) saucy; urgency=low
 
638
 
 
639
  [ Anders Kaseorg ]
 
640
  * update-motd-updates-available: Avoid forking hundreds of /usr/bin/stat
 
641
    (LP: #1200044)
 
642
 
 
643
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 15 Jul 2013 09:12:52 +0200
 
644
 
 
645
update-notifier (0.141) saucy; urgency=low
 
646
 
 
647
  * Switch from apport-collect to apport-bug since the former is for updating
 
648
    bugs already reported.
 
649
 
 
650
 -- Brian Murray <brian@ubuntu.com>  Fri, 12 Jul 2013 10:11:39 -0700
 
651
 
 
652
update-notifier (0.140) saucy; urgency=low
 
653
 
 
654
  * Let apport select the correct frontend to present the crash to the
 
655
    user, rather than assuming GTK+.
 
656
 
 
657
 -- Evan Dandrea <ev@ubuntu.com>  Fri, 12 Jul 2013 09:15:48 +0100
 
658
 
 
659
update-notifier (0.139) saucy; urgency=low
 
660
 
 
661
  * Restore update-notifier watching for avahi disabled notification for
 
662
    desktop enivornments which do not use an upstart user session
 
663
  * Remove tray applet calls from avahi notification
 
664
  * Improve crash notification upstart user job
 
665
 
 
666
 -- Brian Murray <brian@ubuntu.com>  Wed, 10 Jul 2013 12:18:55 -0700
 
667
 
 
668
update-notifier (0.138) saucy; urgency=low
 
669
 
 
670
  * Remove auto-launch key in the gsettings schema as update-manager has been
 
671
    updated
 
672
 
 
673
 -- Brian Murray <brian@ubuntu.com>  Wed, 05 Jun 2013 10:36:03 -0700
 
674
 
 
675
update-notifier (0.137) saucy; urgency=low
 
676
 
 
677
  * Restore auto-launch key in the gsettings schemas, it's still being used
 
678
    in e.g update-manager and gsettings abort on missing keys
 
679
 
 
680
 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 05 Jun 2013 10:25:04 +0200
 
681
 
 
682
update-notifier (0.136) saucy; urgency=low
 
683
 
 
684
  [ Steve Langasek ]
 
685
  * If the /var/lib/update-notifier/fsck-at-reboot stamp file is older than
 
686
    the current uptime, any information about fscking at "next boot" is
 
687
    definitely stale - so force a refresh.  LP: #692355.
 
688
 
 
689
  [ Brian Murray ]
 
690
  * Remove support for choosing not to auto-launch applications (LP: #947008)
 
691
  * Remove reboot required notification as update-manager itself indicates
 
692
    when a reboot is required and it only appeared when auto-launch was set to
 
693
    false.
 
694
  * Move update-notifier checking for CDs with packages into a new binary
 
695
    distro-cd-updater
 
696
  * Add an upstart user session job that runs upon CD insertion
 
697
  * Remove sections of uevent related to hp firmware and replace them with an
 
698
    upstart user session job
 
699
  * Modified avahi disabled notification to run as an upstart user session
 
700
  * Modified new release check to run as an upstart user session
 
701
  * Added in a weekly cron job to check for a new release of ubuntu
 
702
  * Added an upstart user session job to check for crashes
 
703
  * Ensure we ask before launching a pkexec dialog for an apport crash
 
704
 
 
705
 -- Brian Murray <brian@ubuntu.com>  Tue, 04 Jun 2013 10:08:21 -0700
 
706
 
 
707
update-notifier (0.135) saucy; urgency=low
 
708
 
 
709
  * src/reboot.c: Use logind instead of ConsoleKit for rebooting in the
 
710
    fallback case.
 
711
 
 
712
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 30 Apr 2013 09:50:25 -0700
 
713
 
 
714
update-notifier (0.134) raring; urgency=low
 
715
 
 
716
  * Updated translations for raring
 
717
 
 
718
 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 17 Apr 2013 11:53:09 +0200
 
719
 
 
720
update-notifier (0.133) raring; urgency=low
 
721
 
 
722
  * Add data/package-system-locked: Check if package system is locked. This
 
723
    mirrors what com.ubuntu.SystemService.is_package_system_locked() from
 
724
    ubuntu-system-service used to do.
 
725
  * data/com.ubuntu.update-notifier.policy.in: Allow local users to run
 
726
    package-system-locked through pkexec.
 
727
  * src/update.c, dpkg_lock_is_taken(): Drop D-BUS call to
 
728
    ubuntu-system-service, call package-system-locked instead. Drop
 
729
    ubuntu-system-service Suggests:. (LP: #1153567)
 
730
 
 
731
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 09 Apr 2013 12:19:08 +0200
 
732
 
 
733
update-notifier (0.132) raring; urgency=low
 
734
 
 
735
  * data/apt-cdrom-check: correctly quote mount path given to the awk command, 
 
736
    otherwise it hits an error with directories with spaces in their name,
 
737
    e.g "Ubuntu 12.10"
 
738
 
 
739
  [ Colin Watson ]
 
740
  * Switch from g_timeout_add to g_timeout_add_seconds everywhere, which
 
741
    should allow for better power use.
 
742
  * Remove unused TIMEOUT_APT_GET_UPDATE macro.
 
743
 
 
744
  [ Brian Murray ]
 
745
  * Remove unused firmware paths from uevent.c.
 
746
  * data/apt-cdrom-check: check that the release on the media is greater than
 
747
    the current release (LP: #887650).  Thanks to Andreas Altaïr Redmer for the
 
748
    patch.
 
749
 
 
750
  [ Michael Terry ]
 
751
  * Use synaptic-pkexec instead of gksu in backend_helper.py
 
752
  * Install a policykit policy file to replace last gksu use for
 
753
    cddistupgrader.
 
754
 
 
755
 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 15 Mar 2013 12:35:49 +0100
 
756
 
 
757
update-notifier (0.131) raring; urgency=low
 
758
 
 
759
  * Remove obsolete and unused data/dbus-helper.
 
760
  * Remove obsolete and unused data/upgrade-app.
 
761
  * Fix typo in upgrader-patches directory name in cddistupgrader.
 
762
  * Use g_clear_pointer/g_clear_object where appropriate.
 
763
  * Fix leak of a GDir every time update-notifier notices that dpkg was run.
 
764
  * Make debugging a bit more usable: correct type of control variables, and
 
765
    (for now) automatically set G_MESSAGES_DEBUG=all if any of
 
766
    update-notifier's debugging options are used.
 
767
  * Remove unnecessary trailing newlines from all debugging messages.
 
768
  * Adjust newest_log_file_timestamp to avoid an embedded newline in
 
769
    debugging messages.
 
770
  * Only create most indicators (or tray icons) when they're actually being
 
771
    used, to save memory when idle.
 
772
  * Tolerate hook files with a missing Terminal field, since it's documented
 
773
    as optional.
 
774
  * Don't call check_update_hooks from on_button_next_clicked; this is
 
775
    unnecessary (show_hooks already calls check_update_hooks after the
 
776
    dialog is closed) and causes recursive confusion.
 
777
 
 
778
 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 01 Feb 2013 15:09:41 +0000
 
779
 
 
780
update-notifier (0.130) raring; urgency=low
 
781
 
 
782
  [ Colin Watson ]
 
783
  * Only create a single GSettings instance for com.ubuntu.update-notifier,
 
784
    rather than several.
 
785
  * Remove unused u_abort function.
 
786
  * Make several more functions static that aren't used from other
 
787
    compilation units.
 
788
  * Correct a number of imprecise prototypes.
 
789
  * Defer instantiating GtkBuilders until the corresponding user interfaces
 
790
    actually need to be displayed, saving memory when they don't.
 
791
  * Restore code to keep a handle to crash and reboot notifications, so that
 
792
    they can be closed by later code (at least for notification-daemon
 
793
    users).
 
794
  * Fix several leaks of NotifyNotification objects.
 
795
  * Don't call show_hooks (which now includes instantiating the
 
796
    corresponding GtkBuilder) if there are no unseen hooks to show.
 
797
 
 
798
  [ Brian Murray ]
 
799
  * Remove calls to gnome-app-install and addon CD support (LP: #722887)
 
800
 
 
801
 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 31 Jan 2013 03:32:33 +0000
 
802
 
 
803
update-notifier (0.129) raring; urgency=low
 
804
 
 
805
  [ Colin Watson ]
 
806
  * Fix many typos for "running".
 
807
  * Fix a number of compiler warnings.
 
808
 
 
809
  [ Brian Murray ]
 
810
  * Switch from using gksu for apport crashes to pkexec (LP: #1098235)
 
811
 
 
812
 -- Brian Murray <brian@ubuntu.com>  Wed, 30 Jan 2013 09:43:09 -0800
 
813
 
 
814
update-notifier (0.128) raring; urgency=low
 
815
 
 
816
  * Fix incorrect glib pkg-config requirement.
 
817
 
 
818
 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 30 Jan 2013 01:11:22 +0000
 
819
 
 
820
update-notifier (0.127) raring; urgency=low
 
821
 
 
822
  [ Michael Vogt ]
 
823
  * Rebuild cache in memory to avoid race condition 
 
824
    (LP: #1016040). Thanks to James Hunt
 
825
 
 
826
  [ Colin Watson ]
 
827
  * Exit GTK+ main loop on receiving SIGINT, to make it easier to debug
 
828
    update-notifier using valgrind.
 
829
  * Fix memory leak in init_already_seen_hooks.
 
830
  * Fix missing description field for "Start package manager" tray action.
 
831
  * Stop using deprecated gdk_app_launch_context_new function.
 
832
 
 
833
 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 30 Jan 2013 00:47:31 +0000
 
834
 
 
835
update-notifier (0.126) quantal; urgency=low
 
836
 
 
837
  * Add build-dependencies on python, python-apt, and python-debian for the
 
838
    test suite; and add runtime dependencies on python-{apt,debian},
 
839
    unnoticed until now.
 
840
 
 
841
 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 09 Oct 2012 15:12:20 -0700
 
842
 
 
843
update-notifier (0.125) quantal; urgency=low
 
844
 
 
845
  * There are other buggy translations, revert those as well.
 
846
  * Make sure our tests are actually run at build time.
 
847
  * Add a new test for broken translations, and fix the test for the notifier
 
848
    output which had not been kept in sync with the source.
 
849
 
 
850
 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 09 Oct 2012 20:59:55 +0000
 
851
 
 
852
update-notifier (0.124) quantal; urgency=low
 
853
 
 
854
  * Revert buggy translation of a variable name, addressing bug #1003100.
 
855
 
 
856
 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 09 Oct 2012 12:39:38 -0700
 
857
 
 
858
update-notifier (0.123) quantal; urgency=low
 
859
 
 
860
  * Updated launchpad translations
 
861
 
 
862
 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 09 Oct 2012 18:05:11 +0200
 
863
 
 
864
update-notifier (0.122) quantal; urgency=low
 
865
 
 
866
  * Tell python-dbus to use glib's mainloop so it doesn't throw an exception
 
867
    (LP: #946718).
 
868
 
 
869
 -- Michael Terry <mterry@ubuntu.com>  Fri, 07 Sep 2012 09:11:53 -0400
 
870
 
 
871
update-notifier (0.121ubuntu1) quantal; urgency=low
 
872
 
 
873
  [ Michael Vogt ]
 
874
  * lp:~nathwill/update-notifier/lp-934517:
 
875
    - improve wording (LP: #934517), thanks to Nathan Williams 
 
876
 
 
877
  [ Julian Taylor ]
 
878
  * replace dict.has_key with key in dict (LP: #1040380)
 
879
 
 
880
 -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>  Sat, 25 Aug 2012 15:16:34 +0100
 
881
 
 
882
update-notifier (0.120ubuntu2) quantal; urgency=low
 
883
 
 
884
  * Add dependency on patch to update-notifier-common as it's called
 
885
    from the cddistupgrader script when doing upgrades from an external
 
886
    media. (LP: #1029531)
 
887
 
 
888
 -- Stéphane Graber <stgraber@ubuntu.com>  Wed, 08 Aug 2012 17:24:38 -0400
 
889
 
 
890
update-notifier (0.120ubuntu1) quantal; urgency=low
 
891
 
 
892
  * Convert from libgdu to gio's GVolumeMonitor (LP: #1028040)
 
893
 
 
894
 -- Michael Terry <mterry@ubuntu.com>  Mon, 23 Jul 2012 13:34:43 -0400
 
895
 
 
896
update-notifier (0.119ubuntu15) quantal; urgency=low
 
897
 
 
898
  * Undo the Python 3 conversion until python3-debian is ready
 
899
 
 
900
 -- Michael Terry <mterry@ubuntu.com>  Mon, 02 Jul 2012 13:00:46 -0400
 
901
 
 
902
update-notifier (0.119ubuntu14) quantal-proposed; urgency=low
 
903
 
 
904
  [ Brian Murray ]
 
905
  * Port to Python 3 
 
906
    - Use the new python-apt API since the legacy API is not available
 
907
      in Python 3.
 
908
    - Various and pyflakes, whitespace, style, line length fixes.
 
909
 
 
910
  [ Michael Terry ]
 
911
  * Update to use new update-manager command line and
 
912
    ubuntu-release-upgrader paths.
 
913
 
 
914
 -- Michael Terry <mterry@ubuntu.com>  Fri, 29 Jun 2012 11:05:06 -0400
 
915
 
 
916
update-notifier (0.119ubuntu13) quantal; urgency=low
 
917
 
 
918
  * data/apt_check.py:
 
919
    - modernize a bit for the 0.8 API
 
920
 
 
921
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 12 Jun 2012 11:08:52 +0200
 
922
 
 
923
update-notifier (0.119ubuntu12) quantal; urgency=low
 
924
 
 
925
  * src/uevent.c: Drop Jockey handling. This was only used for missing DVB
 
926
    firmware, but the firmware is now shipped by default in linux-firmware.
 
927
    Also, Jockey is being obsoleted.
 
928
 
 
929
 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 30 May 2012 15:06:17 +0200
 
930
 
 
931
update-notifier (0.119ubuntu11) quantal; urgency=low
 
932
 
 
933
  * po/*.po: the string '$packages' must not be translated, but we currently
 
934
    have no way to mark the string as such in the input files.  LP: #1003100.
 
935
 
 
936
 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 22 May 2012 21:35:02 +0000
 
937
 
 
938
update-notifier (0.119ubuntu10) quantal; urgency=low
 
939
 
 
940
  * Merge in changes from 0.119ubuntu8.1 which had been uploaded to
 
941
    precise-proposed.
 
942
 
 
943
 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 15 May 2012 16:20:43 -0700
 
944
 
 
945
update-notifier (0.119ubuntu9) quantal; urgency=low
 
946
 
 
947
  * fix data/Makefile.am to clean up all generated files.
 
948
  * fix wrong intltool-merge invocation.
 
949
  * data/package-data-downloads-failed{,-permanently}.in: work around a bug in
 
950
    intltool-merge rfc822deb handling that causes wrong syntax when the first
 
951
    line in the file is a translated field.  LP: #993672.
 
952
  * use po2debconf instead of the upstream intltool-merge, since the latter
 
953
    doesn't actually handle multi-paragraph description fields correctly.
 
954
  * Fix package-data-downloader to do a correct timestamp comparison.  Thanks
 
955
    to Loïc Minier for catching this.  LP: #986183.
 
956
  * data/package-data-downloads-failed.in: use pkexec instead of gksudo, for
 
957
    compatibility with Kubuntu.  Thanks to Jonathan Thomas for pointing out
 
958
    the correct fix.  LP: #982032.
 
959
 
 
960
 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 15 May 2012 16:16:08 -0700
 
961
 
 
962
update-notifier (0.119ubuntu8.1) precise; urgency=low
 
963
 
 
964
  * data/notify-reboot-required: echo notification if gettext is not available
 
965
    thanks to Richard Laager for the patch (LP: #644578)
 
966
 
 
967
 -- Brian Murray <brian@ubuntu.com>  Thu, 19 Apr 2012 13:58:50 -0700
 
968
 
 
969
update-notifier (0.119ubuntu8) precise; urgency=low
 
970
 
 
971
  * po/*.po:
 
972
    - updated to latest LP export to ensure that the translation-missing
 
973
      window information is actually translated (LP: #562900)
 
974
 
 
975
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 17 Apr 2012 16:32:08 +0200
 
976
 
 
977
update-notifier (0.119ubuntu7) precise; urgency=low
 
978
 
 
979
  * Use <proto>_proxy environment variables to choose the proxy to use for
 
980
    data downloads, not the apt proxy settings, because apt may be
 
981
    configured to point at a package-specific proxy.  This makes proxy
 
982
    configuration a little less convenient than before for the
 
983
    flashplugin-installer package, but it at least it makes it possible to
 
984
    have a different proxy setting for packages vs. arbitrary data
 
985
    downloads, which otherwise we don't have any way to support.
 
986
    LP: #979477.
 
987
  * Stop processing after a fatal download error, not just a transient one,
 
988
    so that we can't be tricked into feeding a partial list of files to a
 
989
    handler.  Thanks to Kees Cook for spotting the bug.  LP: #979426.
 
990
  * Flush stdout before calling subprocess, so that log output makes more
 
991
    sense.
 
992
  * Print a more meaningful status message when downloading, instead of just
 
993
    a bare URL.
 
994
  * Check for existence of /usr/lib/update-notifier/package-data-downloader
 
995
    before trying to run it from our cron job, so that the package doesn't
 
996
    generate error messages when removed but not purged.
 
997
  * The action for our notification should call gksu instead of trying to
 
998
    run the command directly without root access.  This is imperfect because
 
999
    kubuntu won't have gksudo available by default, but it's an improvement
 
1000
    over failing for everybody.  LP: #976761.
 
1001
 
 
1002
 -- Steve Langasek <steve.langasek@ubuntu.com>  Fri, 13 Apr 2012 03:49:10 +0000
 
1003
 
 
1004
update-notifier (0.119ubuntu6) precise; urgency=low
 
1005
 
 
1006
  * data/package-data-downloader: Set urllib._urlopener to an instance of
 
1007
    urllib.FancyURLopener rather than urllib.URLopener, since the former
 
1008
    handles redirects (LP: #977812).
 
1009
 
 
1010
 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 10 Apr 2012 12:15:08 +0100
 
1011
 
 
1012
update-notifier (0.119ubuntu5) precise; urgency=low
 
1013
 
 
1014
  * Make sure /usr/lib/update-notifier/package-data-downloader is called on
 
1015
    package configuration as well, since a trigger is not guaranteed to
 
1016
    happen if the triggering package is configured first.  LP: #977178.
 
1017
 
 
1018
 -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 09 Apr 2012 20:48:14 +0000
 
1019
 
 
1020
update-notifier (0.119ubuntu4) precise; urgency=low
 
1021
 
 
1022
  * Fix conffile removal handling for /etc/update-motd.d/20-cpu-checker; we
 
1023
    were deleting the file but it was still registered in dpkg's database as
 
1024
    obsolete.  dpkg-maintscript-helper can help with this.
 
1025
 
 
1026
 -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 09 Apr 2012 11:26:57 -0700
 
1027
 
 
1028
update-notifier (0.119ubuntu3) precise; urgency=low
 
1029
 
 
1030
  * data/package-data-downloader: add support for a 'should-download' field
 
1031
    pointing to a debconf question that tells us whether or not the files
 
1032
    for this package should actually be downloaded.  Otherwise, we'll
 
1033
    always download the files for msttcorefonts even when the user hasn't
 
1034
    accepted the license.  LP: #876298.
 
1035
 
 
1036
 -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 09 Apr 2012 05:36:00 +0000
 
1037
 
 
1038
update-notifier (0.119ubuntu2) precise; urgency=low
 
1039
 
 
1040
  * data/package-data-downloader, data/package-data-downloads-failed.in,
 
1041
    data/package-data-downloads-failed-permanently.in,
 
1042
    debian/update-notifier-common.{postinst,triggers}: add a new handler and
 
1043
    dpkg trigger to let packages queue data for download after package
 
1044
    install, so that network connectivity problems don't make installs
 
1045
    and upgrades unreliable.  LP: #876298.
 
1046
  * debian/update-notifier-common.cron.daily: add a cronjob to periodically
 
1047
    retry any failed downloads.
 
1048
  * src/update-notifier.c: when there are new hooks, check them whether or
 
1049
    not dpkg has run; this allows other packages to send us notifications
 
1050
    by ways other than running a package maintainer script.
 
1051
 
 
1052
 -- Steve Langasek <steve.langasek@ubuntu.com>  Thu, 05 Apr 2012 22:04:05 -0700
 
1053
 
 
1054
update-notifier (0.119ubuntu1) precise; urgency=low
 
1055
 
 
1056
  * src/update-notifier.c: Consider both the "sudo" and "admin" groups as
 
1057
    administrator. (LP: #893842)
 
1058
 
 
1059
 -- Martin Pitt <martin.pitt@ubuntu.com>  Sun, 11 Mar 2012 10:29:28 +0100
 
1060
 
 
1061
update-notifier (0.118.1ubuntu1) precise; urgency=low
 
1062
 
 
1063
  * add support to apply patches when running the release upgrader
 
1064
  * change default release upgrade check interval to 14 days
 
1065
    (LP: #918062)
 
1066
 
 
1067
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 18 Jan 2012 09:36:47 +0100
 
1068
 
 
1069
update-notifier (0.118ubuntu1) precise; urgency=low
 
1070
 
 
1071
  * fix "fsck doesn't update system info on login" LP: #692355
 
1072
    Thanks to Paul McEnery
 
1073
 
 
1074
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 09 Jan 2012 12:58:55 +0100
 
1075
 
 
1076
update-notifier (0.117ubuntu3.1) oneiric-proposed; urgency=low
 
1077
 
 
1078
  * src/trayappletui.c:
 
1079
    - fix overlong menu entries (LP: #871691)
 
1080
 
 
1081
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 13 Oct 2011 09:27:26 +0200
 
1082
 
 
1083
update-notifier (0.117ubuntu3) oneiric; urgency=low
 
1084
 
 
1085
  * add #include "trayappletui.h" to ensure the prototypes are
 
1086
    correct (fixes FTBFS)
 
1087
  * fix -Wall warnings
 
1088
 
 
1089
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 05 Oct 2011 20:56:14 +0200
 
1090
 
 
1091
update-notifier (0.117ubuntu2) oneiric; urgency=low
 
1092
 
 
1093
  * port to libappindicator (LP: #779382) to ensure its visible
 
1094
    under unity{,-2d} for users with the auto_open key set to
 
1095
    false
 
1096
 
 
1097
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 05 Oct 2011 12:18:49 +0200
 
1098
 
 
1099
update-notifier (0.117ubuntu1) oneiric; urgency=low
 
1100
 
 
1101
  * data/backend-helper.py: add helper that can dynamically 
 
1102
    choose what package manager to use
 
1103
  * switch recommends to python-aptdaemon.gtk3widgets | synpatic
 
1104
 
 
1105
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 10 Aug 2011 15:50:40 +0200
 
1106
 
 
1107
update-notifier (0.116ubuntu1) oneiric; urgency=low
 
1108
 
 
1109
  *  Fixed restart required notification wording. (LP: #680685)
 
1110
 
 
1111
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 27 Jul 2011 14:24:37 +0200
 
1112
 
 
1113
update-notifier (0.115ubuntu2) oneiric; urgency=low
 
1114
 
 
1115
  * set the default release-upgrade check time to 7 days
 
1116
    to be in line with the updates check interval
 
1117
    (foundations-o-update-manager-release-announcements spec)
 
1118
 
 
1119
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 19 Jul 2011 09:00:29 +0200
 
1120
 
 
1121
update-notifier (0.115ubuntu1) oneiric; urgency=low
 
1122
 
 
1123
  [ Michael Terry ]
 
1124
  * port to gtk3/gsettings/gdbus
 
1125
 
 
1126
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 14 Jul 2011 09:36:56 +0200
 
1127
 
 
1128
update-notifier (0.112ubuntu2) oneiric; urgency=low
 
1129
 
 
1130
  * data/update-notifier.desktop.in:
 
1131
    - Don't show in "Startup Applications" (LP: #803917)
 
1132
 
 
1133
 -- Michael Terry <mterry@ubuntu.com>  Fri, 01 Jul 2011 13:42:50 +0100
 
1134
 
 
1135
update-notifier (0.112ubuntu1) oneiric; urgency=low
 
1136
 
 
1137
  * Port to current libnotify 0.7 API. Bump libnotify-dev build dependency.
 
1138
 
 
1139
 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 08 Jun 2011 09:22:22 +0200
 
1140
 
 
1141
update-notifier (0.111ubuntu2) natty; urgency=low
 
1142
 
 
1143
  [ Till Kamppeter ]
 
1144
  * src/uevent.c: 
 
1145
    - HP laser printers which require firmware can also have the
 
1146
      product ID "xx2a" now. (LP: #734822)
 
1147
 
 
1148
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 31 Mar 2011 11:21:51 +0200
 
1149
 
 
1150
update-notifier (0.111ubuntu1) natty; urgency=low
 
1151
 
 
1152
  * data/apt-cdrom-check, data/cddistupgrader:
 
1153
    - support upgrades from filesystems without the "stable" and 
 
1154
      "ubuntu" symlinks (like vfat)
 
1155
  * src/gdu.c:
 
1156
    - check all removable devices for a upgrader
 
1157
    - when detecting a upgrade CD skip the "Run package manager"
 
1158
      step as its recommended to use the release upgrader
 
1159
 
 
1160
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 09 Mar 2011 16:00:19 +0100
 
1161
 
 
1162
update-notifier (0.110.4ubuntu1) natty; urgency=low
 
1163
 
 
1164
  * src/hooks.c:
 
1165
    - use x-terminal-emulator instead of hardcoding gnome-terminal
 
1166
      (LP: #365796)
 
1167
 
 
1168
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 16 Feb 2011 19:37:04 +0100
 
1169
 
 
1170
update-notifier (0.110.3ubuntu3) natty; urgency=low
 
1171
 
 
1172
  * data/update-motd-fsck-at-reboot: fix logic for getting mount list,
 
1173
    add defensive 0 sets, add "never check" special cases (LP: #718469).
 
1174
 
 
1175
 -- Kees Cook <kees@ubuntu.com>  Sun, 13 Feb 2011 16:46:32 -0800
 
1176
 
 
1177
update-notifier (0.110.3ubuntu2) natty; urgency=low
 
1178
 
 
1179
  * src/reboot.c: use consolekit instead of hal when gnome-session is
 
1180
    not available. lp: #716905
 
1181
 
 
1182
 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 13 Feb 2011 13:39:15 +0100
 
1183
 
 
1184
update-notifier (0.110.3ubuntu1) natty; urgency=low
 
1185
 
 
1186
  * merged lp:~brian-murray/update-notifier/error-message-string-fix,
 
1187
    many thanks!
 
1188
 
 
1189
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 25 Jan 2011 11:32:56 +0100
 
1190
 
 
1191
update-notifier (0.110.2ubuntu1) natty; urgency=low
 
1192
 
 
1193
  * debian/90-updates-available, debian/98-fsck-at-reboot,
 
1194
    debian/98-reboot-required:
 
1195
    - check if the scripts exist before using them (thanks to
 
1196
      Kees Cook)
 
1197
 
 
1198
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Jan 2011 19:01:35 +0100
 
1199
 
 
1200
update-notifier (0.110.1ubuntu3) natty; urgency=low
 
1201
 
 
1202
  * src/crash.c:
 
1203
    - add dialog when system crashes are detected to avoid fullscreen
 
1204
      gksu window
 
1205
    - fix incorrect bits from the previous merge (thanks to Sebastien Bacher)
 
1206
    - honor the /apps/update-notifier/auto_launch gconf key, if that is
 
1207
      set never display a notifcation area icon but instead always fire
 
1208
      up apport, if set, do the opposite and always show notifcation
 
1209
      area icon and never fire up apport automatically
 
1210
 
 
1211
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 04 Jan 2011 14:20:33 +0100
 
1212
 
 
1213
update-notifier (0.110.1ubuntu2) natty; urgency=low
 
1214
 
 
1215
  [ Sebastien Bacher ]
 
1216
  * src/crash.c: if there is no systray report at least the user issues.
 
1217
    The code should still be ported to use an indicator later on.
 
1218
  * src/crash.c: Don't spam the session log with the crash names either.
 
1219
  * src/crash.c, src/reboot.c, src/update-notifier.c:
 
1220
    - clear some debug calls to keep the session log clean
 
1221
  
 
1222
  [ Michael Vogt ]
 
1223
  * src/update-notifier.c:
 
1224
    - move debug calls into g_debug and hide that by default
 
1225
    - add new --debug-misc call that is a catch-all bucket for 
 
1226
      uncategorized messages
 
1227
  * src/crash.c:
 
1228
    - use g_spawn_sync() instead of g_spawn_sync_command_line and
 
1229
      pass G_SPAWN_STDOUT_TO_DEV_NULL|G_SPAWN_STDERR_TO_DEV_NULL
 
1230
    
 
1231
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 04 Jan 2011 09:14:03 +0100
 
1232
 
 
1233
update-notifier (0.110.1ubuntu1) natty; urgency=low
 
1234
 
 
1235
  [ Michael Vogt ]
 
1236
  * data/update-motd-fsck-at-reboot:
 
1237
    - fix small issues in the script that I introduced in the
 
1238
      merge
 
1239
  * add recommends to aptdaemon (thanks to Michael Terry)
 
1240
    LP: #600745
 
1241
 
 
1242
  [ Kees Cook ]
 
1243
  * data/update-motd-cpu-checker, data/Makefile.am, debain/control,
 
1244
    debian/20-cpu-checker, debian/update-notifier-common.{install,postinst}:
 
1245
    drop cpu-checker since kernel will unmask BIOS filtering of NX now.
 
1246
 
 
1247
 -- Kees Cook <kees@ubuntu.com>  Wed, 17 Nov 2010 11:35:00 -0800
 
1248
 
 
1249
update-notifier (0.110ubuntu1) natty; urgency=low
 
1250
 
 
1251
  [ Loïc Minier ]
 
1252
  * Update description to not mention adept/adept-notifier anymore, but "other
 
1253
    packages" and "server use cases" as adept doesn't exist anymore.
 
1254
 
 
1255
  [ Michael Terry ]
 
1256
  * Add --disable-deprecations configure flag to test for deprecated API use
 
1257
  * Don't use deprecated API, and update required version of GTK+ to match
 
1258
    LP: #655231
 
1259
  
 
1260
  [ Michael Vogt ]
 
1261
  * merged lp:~shiyee/update-notifier/fsck-at-reboot, thanks to
 
1262
    Mads Chr. Olesen
 
1263
 
 
1264
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 11 Nov 2010 10:11:11 +0100
 
1265
 
 
1266
update-notifier (0.105ubuntu1) maverick; urgency=low
 
1267
 
 
1268
  * src/reboot.c:
 
1269
    - avoid triggering a aptdaemon launch when checking for
 
1270
      pending transactions (LP: #587004)
 
1271
 
 
1272
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 03 Sep 2010 10:00:54 +0200
 
1273
 
 
1274
update-notifier (0.104ubuntu1) maverick; urgency=low
 
1275
 
 
1276
  [ Sebastian Geiger ]
 
1277
  * src/update.c:
 
1278
    - fix missing init of GError
 
1279
  * updated to use xdg config dirs (thanks to Christian Klein)
 
1280
  
 
1281
  [ Michael Vogt ]
 
1282
  * move hooks file over to the new location if
 
1283
    it exists
 
1284
 
 
1285
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 25 Aug 2010 21:16:28 +0200
 
1286
 
 
1287
update-notifier (0.103ubuntu1) maverick; urgency=low
 
1288
 
 
1289
  [ Michael Vogt ]
 
1290
  * add /usr/share/update-notifier/plugins/cache-changed dir
 
1291
    that can be used to trigger scripts on cache change (update,
 
1292
    install, remove, upgrade) that are run within the users
 
1293
    context (e.g. oneconf) 
 
1294
 
 
1295
  [ Didier Roche ]
 
1296
  * sort and launch scripts one after another in async mode on cache change
 
1297
 
 
1298
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 21 Jul 2010 15:01:58 +0200
 
1299
 
 
1300
update-notifier (0.102ubuntu1) maverick; urgency=low
 
1301
 
 
1302
  * Generalize firmware backend to be more easily extensible for other types
 
1303
    of uevents:
 
1304
    - Rename firmware.{h,c} to uevent.{h,c} and rename the functions
 
1305
      accordingly.
 
1306
    - configure.in, src/Makefile.am, src/update-notifier.c: Fix references for
 
1307
      name changes above.
 
1308
    - uevent.c: Split out the "missing general firmware" specific bits into a
 
1309
      new function deal_with_missing_firmware(). This makes the on_uevent()
 
1310
      function very small and clean, and easy to extend.
 
1311
  * src/uevent.c: Add new function deal_with_scp() to launch
 
1312
    system-config-printer when a printer is added or present at startup, and
 
1313
    s-c-p is not running yet. This must explicitly enabled with the new
 
1314
    --enable-system-config-printer configure option, and is disabled by
 
1315
    default. OEMs and derivatives can enable it easily and drop s-c-p's
 
1316
    autostart .desktop file.
 
1317
  * src/uevent.c: Fix a memory leak, properly free the list items and list
 
1318
    from g_udev_client_query_by_subsystem().
 
1319
  * debian/control: Bump Standards-Version to 3.8.4 (no changes necessary).
 
1320
  * Add debian/source/format: 3.0 (native).
 
1321
 
 
1322
 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 25 Jun 2010 12:19:04 +0200
 
1323
 
 
1324
update-notifier (0.101ubuntu1) maverick; urgency=low
 
1325
 
 
1326
  * src/update.c:
 
1327
    - run apt-check with nice and ionice (thanks to dbarth)
 
1328
  * README:
 
1329
    - updated, add information on /etc/apt/apt.conf.d/10periodic,
 
1330
      /etc/apt/apt.conf.d/20archive. Thanks to Michael Schuerig
 
1331
      for suggesting this
 
1332
 
 
1333
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 Jun 2010 15:06:12 +0200
 
1334
 
 
1335
update-notifier (0.100ubuntu1) maverick; urgency=low
 
1336
 
 
1337
  * properly integrate with check-release-upgrade-gtk and support
 
1338
    --devel-release
 
1339
  * merged from debian, many thanks to Julian Andres Klode
 
1340
  * switch back to auto-open mode 
 
1341
 
 
1342
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 01 Jun 2010 15:38:26 +0200
 
1343
 
 
1344
update-notifier (0.99.3debian4) unstable; urgency=low
 
1345
 
 
1346
  * Show the tray icon instead of running update-manager (Closes: #578717),
 
1347
    the update-manager mode does not even work currently due to Bug#579789.
 
1348
 
 
1349
 -- Julian Andres Klode <jak@debian.org>  Wed, 05 May 2010 12:11:01 +0200
 
1350
 
 
1351
update-notifier (0.99.3debian3) unstable; urgency=low
 
1352
 
 
1353
  * Do not ship /var/crash as it is not needed.
 
1354
  * debian/update-notifier-common.install:
 
1355
    - Install /etc/apt/apt.conf.d/ files here instead of using debian/rules.
 
1356
  * debian/rules: Simplify and remove unneeded parts.
 
1357
  * autogen.sh: Run intltool-update -p here.
 
1358
  * data/apt_check.py:
 
1359
    - Detect security updates for Debian [and gNewSense] (Closes: #493653).
 
1360
  * Run notify-reboot-required in kernel postinst.d (Closes: #502396).
 
1361
  * data/notify-reboot-required: Also work if /var/run is no mountpoint,
 
1362
    it will be cleaned up on boot anyway (Closes: #462002).
 
1363
  * Recommend synaptic and software-properties-gtk and only use them if
 
1364
    they are installed (Closes: #559000, #448534).
 
1365
  * Recommend anacron to have up-to-data package lists (Closes: #414155).
 
1366
  * debian/99update-notifier: Fix syntax.
 
1367
  * Update translations from Launchpad and create ALL_LINGUAS dynamically.
 
1368
  * data/Makefile.am: Do not run gconftool-2, it just prints warnings.
 
1369
  * Fix compiler warnings.
 
1370
 
 
1371
 -- Julian Andres Klode <jak@debian.org>  Sun, 18 Apr 2010 18:18:36 +0200
 
1372
 
 
1373
update-notifier (0.99.3debian2) unstable; urgency=low
 
1374
 
 
1375
  * configure.in: Remove gdu and gudev-1.0 from the common module list.
 
1376
 
 
1377
 -- Julian Andres Klode <jak@debian.org>  Sat, 17 Apr 2010 13:19:56 +0200
 
1378
 
 
1379
update-notifier (0.99.3debian1) unstable; urgency=low
 
1380
 
 
1381
  * Rebase packaging on Ubuntu's one (Closes: #568476); differences:
 
1382
    - Depend on update-manager-gnome instead of update-manager.
 
1383
    - Only recommend cpu-checker as it's not in the archive (yet).
 
1384
  * data/apt_check.py: Upgrade to new python-apt API (Closes: #572351).
 
1385
  * Disable gudev and gdu stuff on non-Linux architectures.
 
1386
  * debian/control: Update Standards-Version and have -common depend on python.
 
1387
  * debian/update-notifier-common.preinst: Add missing #DEBHELPER# line.
 
1388
 
 
1389
 -- Julian Andres Klode <jak@debian.org>  Fri, 16 Apr 2010 19:41:27 +0200
 
1390
 
 
1391
update-notifier (0.99.2) lucid; urgency=low
 
1392
 
 
1393
  * 20-cpu-checker, 90-updates-available, 98-reboot-required,
 
1394
    update-notifier-common.install, update-notifier-common.links:
 
1395
    symlinking scripts into /etc/update-motd.d causes them *not*
 
1396
    to be considered conffiles, so admins can't really edit or
 
1397
    remove them to their liking; instead, install simple "exec"
 
1398
    shell wrappers, LP: #559194
 
1399
 
 
1400
 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 09 Apr 2010 12:44:13 -0500
 
1401
 
 
1402
update-notifier (0.99.1) lucid; urgency=low
 
1403
 
 
1404
  [ Michael Vogt ]
 
1405
  * data/notify-reboot-required:
 
1406
    - make sure to record the maintainer script that requested the
 
1407
      reboot in /var/run/reboot-required.pkgs (LP: #538253)
 
1408
  * silence debug messages by default (unless one of the 
 
1409
    --debug switches is used)
 
1410
  * debian/control:
 
1411
    - point Vcs-Bzr to lucid branch
 
1412
 
 
1413
  [ Dustin Kirkland ]
 
1414
  * debian/update-notifier-common.links: move reboot-required
 
1415
    from update-motd position 99 to 98, since 99 is now a (typically
 
1416
    empty) admin-controlled footer
 
1417
 
 
1418
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 24 Mar 2010 14:59:04 +0100
 
1419
 
 
1420
update-notifier (0.99) lucid; urgency=low
 
1421
 
 
1422
  * src/firmware.c:
 
1423
    - move hplip firmware loading here and watch for udev 
 
1424
      events from printers that need to load a firmware. Call 
 
1425
      hp-plugin-ubuntu in this case automatically.
 
1426
  * src/hplip.{c,h}:
 
1427
    - dropped in favor of doing this in the firmware.c code
 
1428
 
 
1429
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 19 Mar 2010 17:21:04 +0100
 
1430
 
 
1431
update-notifier (0.98) lucid; urgency=low
 
1432
 
 
1433
  * data/update-motd-cpu-checker: update path to the now external checker.
 
1434
 
 
1435
 -- Kees Cook <kees@ubuntu.com>  Thu, 11 Mar 2010 01:16:49 -0800
 
1436
 
 
1437
update-notifier (0.97) lucid; urgency=low
 
1438
 
 
1439
  * debian/control, data/update-motd-cpu-checker: move motd updater into
 
1440
    the data/ tree and add to build system now that check-bios-nx is part
 
1441
    of the external cpu-checker package.
 
1442
 
 
1443
 -- Kees Cook <kees@ubuntu.com>  Wed, 10 Mar 2010 23:03:25 -0800
 
1444
 
 
1445
update-notifier (0.96) lucid; urgency=low
 
1446
 
 
1447
  * debian/cpu-checker/check-bios-nx: adjust informational URL, eliminate
 
1448
    "filter" language in favor of "disable".
 
1449
 
 
1450
 -- Kees Cook <kees@ubuntu.com>  Thu, 18 Feb 2010 12:23:28 -0800
 
1451
 
 
1452
update-notifier (0.95) lucid; urgency=low
 
1453
 
 
1454
  * debian/cpu-checker/*, debian/rules, debian/update-notifier-common.links:
 
1455
    add NX bit sanity checker to be included in motd updates.
 
1456
 
 
1457
 -- Kees Cook <kees@ubuntu.com>  Wed, 17 Feb 2010 15:05:16 -0800
 
1458
 
 
1459
update-notifier (0.94) lucid; urgency=low
 
1460
 
 
1461
  * Add src/hplip.{h,c}:
 
1462
    -  listen to com.hp.hplip.NeedPlugin events
 
1463
 
 
1464
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 11 Feb 2010 13:34:08 +0100
 
1465
 
 
1466
update-notifier (0.93) lucid; urgency=low
 
1467
 
 
1468
  * data/update-notifier.desktop:
 
1469
    - drop the --startup-delay command line option and use the new 
 
1470
      X-GNOME-Autostart-Delay autostart key instead
 
1471
 
 
1472
 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 01 Feb 2010 15:36:10 -0800
 
1473
 
 
1474
update-notifier (0.92) lucid; urgency=low
 
1475
 
 
1476
  * Add src/firmware.{h,c}: Listen to "firmware" subsystem events, check if
 
1477
    requested firmware is present, and call jockey --check if not.
 
1478
    (LP: #425821, UbuntuSpec:desktop-lucid-jockey-hotplug-support)
 
1479
 
 
1480
 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 26 Nov 2009 11:09:42 +0100
 
1481
 
 
1482
update-notifier (0.91) lucid; urgency=low
 
1483
 
 
1484
  [ Michael Vogt ]
 
1485
  * src/reboot.c:
 
1486
    - do not auto-open restart required dialog, do this check in
 
1487
      the calling clients (like update-manager) instead
 
1488
 
 
1489
  [ Loïc Minier ]
 
1490
  * Drop a couple of useless AC_SUBSTs.
 
1491
  * src/Makefile.am: use $(PACKAGE_CFLAGS) and _LIBS instead of
 
1492
    @PACKAGE_CFLAGS@ and _LIBS to allow overriding on the cmdline.
 
1493
  * configure.in: add "x11" to pkg_modules since src/clipboard.c calls X11
 
1494
    functions directly; fixes build issue with binutils-gold; thanks Peter
 
1495
    Fritzsche for the report; Debian #556515.
 
1496
  * Build-dep on libx11-dev explicitly.
 
1497
  * Wrap build-deps and deps to get cleaner diffs.
 
1498
  * Cleanup rules, mostly dropping boilerplate.
 
1499
  * Pass -s to dh_* in binary-arch.
 
1500
  * Don't overwrite CFLAGS from the env.
 
1501
  * Don't set INSTALL_PROGRAM, not needed with dh_strip.
 
1502
  * Only pass --host to configure if DEB_BUILD_GNU_TYPE and DEB_HOST_GNU_TYPE
 
1503
    differ.
 
1504
  * Pass LDFLAGS down to configure.
 
1505
  * Build-dep on autotools-dev to ensure config.sub and config.guess are
 
1506
    present.
 
1507
  * Don't ignore errors from distclean.
 
1508
  * Update FSF address in copyright and misc src/*.[ch] files.
 
1509
  * "set -e" in debian/preinst, postinst, and postrm.
 
1510
  * Cleanup and simplify debian/update-notifier-common.postinst.
 
1511
  * Use Vcs-Bzr instead of XS-Vcs-Bzr.
 
1512
  * Bump up Standards-Version to 3.8.3.
 
1513
  * Comment out --with-pkg-manager= configure flag as it's dnl-ed out in
 
1514
    configure.in.
 
1515
  * Drop useless DEBVER from rules.
 
1516
  * Move to debhelper 7; bump bdep and compat.
 
1517
 
 
1518
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 23 Nov 2009 09:19:46 +0100
 
1519
 
 
1520
update-notifier (0.90) karmic; urgency=low
 
1521
 
 
1522
  * data/update-notifier.schemas.in:
 
1523
    - fix typo (LP: #400214)
 
1524
  * debian/update-notifier-common.dirs:
 
1525
    - do not ship /var/crash here (LP: #449738)
 
1526
  * debian/rules:
 
1527
    - create /var/crash with the right permissions
 
1528
  * debian/update-notifier-common.postinst:
 
1529
    - fixup if permissions of /var/crash are incorrect due to
 
1530
      update-notifier-common (LP: #449738)
 
1531
  * data/apt-cdrom-check:
 
1532
    - only offer addon-cd if gnome-app-install is installed
 
1533
      (software-center does not yet support addon CDs)
 
1534
  * src/update.c:
 
1535
    - use gtk-dialog-warning-panel by default and use gtk
 
1536
      fallback mechanism to use the gtk-dialog-warning stock icon
 
1537
 
 
1538
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 15 Oct 2009 17:15:35 +0200
 
1539
 
 
1540
update-notifier (0.89) karmic; urgency=low
 
1541
 
 
1542
  [ Mario Limonciello ]
 
1543
  * src/reboot.c:
 
1544
    - Fallback to HAL if possible to reboot (LP: #437333)
 
1545
  
 
1546
  [ Michael Vogt ]
 
1547
  * src/reboot.c:
 
1548
    - wait for pending aptdaemon transactions before showing
 
1549
      the reboot required dialog (LP: #445634)
 
1550
  * src/update.c:
 
1551
    - fix small memleak
 
1552
 
 
1553
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 09 Oct 2009 16:40:44 +0200
 
1554
 
 
1555
update-notifier (0.88) karmic; urgency=low
 
1556
 
 
1557
  * ui/reboot-dialog.ui:
 
1558
    - simplify text in the restart required UI (LP: #397324),
 
1559
      thanks to Scott Ritchie
 
1560
  * src/hal.c:
 
1561
    - more robustness again failure in gdu_pool_new() 
 
1562
  * src/upate-notifier.c: 
 
1563
    - when gdu can not be initialized, do not fail but log a 
 
1564
      warning instead (LP: #418691)
 
1565
  * data/update-notifier.schemas.in:
 
1566
    - fix typo (LP: #411511), thanks to Rakesh 'arky' Ambati
 
1567
 
 
1568
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 Sep 2009 18:41:30 +0200
 
1569
 
 
1570
update-notifier (0.87) karmic; urgency=low
 
1571
 
 
1572
  [ Dustin Kirkland ]
 
1573
  * debian/control: recommend libpam-modules rather than update-motd,
 
1574
    LP: #399071
 
1575
 
 
1576
 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 16 Jul 2009 17:18:45 -0500
 
1577
 
 
1578
update-notifier (0.86) karmic; urgency=low
 
1579
 
 
1580
  [ Sebastien Bacher ]
 
1581
  * debian/rules:
 
1582
    - build using --as-needed to reduce the depends
 
1583
 
 
1584
  [ Dustin Kirkland ]
 
1585
  * debian/update-notifier-common.dirs: update-notifier-common
 
1586
    needs /etc/update-motd.d, rather than /etc/update-motd.d/hourly;
 
1587
    causes this directory to *not* be removed on update-motd package
 
1588
    removal/upgrade
 
1589
 
 
1590
  [ Michael Vogt ]
 
1591
  * src/update-notifier.c:
 
1592
    - if display can not be opened, show a propper error message
 
1593
      and do not crash (LP: #317745)
 
1594
  * src/apt_check.py:
 
1595
    - count security updates correctly even when they are "shadowed"
 
1596
      by a regular update (LP: #394958)
 
1597
    - fix typo (thanks to Hew McLachlan)
 
1598
  * data/update-motd-updates-available, debian/99update-notifier:
 
1599
    - move updates available from /var/run to /var/lib/update-notifier
 
1600
      to make it persistent over reboots
 
1601
  * src/update-notifier.c:
 
1602
    - make the timeout for no-activity from apt bigger (LP: #274001)
 
1603
  * data/update-notifier.desktop.in:
 
1604
    - better description for the auto startup (LP: #146918)
 
1605
  * src/update-notifier.c:
 
1606
    - use GAppInfo/GAppLaunchContext to provide startup notification
 
1607
      support (LP: #46258)
 
1608
  
 
1609
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 14 Jul 2009 16:50:46 +0200
 
1610
 
 
1611
update-notifier (0.85) karmic; urgency=low
 
1612
 
 
1613
  * src/reboot.c:
 
1614
    - use the gnome-session dbus interface for reboots
 
1615
  * src/hal.c -> src/gdu.c:
 
1616
    - ported from hal to gnome-disk-utils (libgdu-dev)
 
1617
  * drop libgnome from the build-depends and switch to
 
1618
    the new gnome-session dbus interface entirely
 
1619
  * debian/control:
 
1620
    - drop libgnome-dev, libhal-dev
 
1621
  * src/update.c:
 
1622
    - when checking for apt/dpkg logs, ignore empty ones, 
 
1623
      they are most likely caused by logrotate (thanks to
 
1624
      Dan Kegel)
 
1625
    - when checking apt/dpkg logs, glob() for the old(er)
 
1626
      ones too (thanks to Dan Kegel)
 
1627
 
 
1628
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 08 Jul 2009 17:25:16 +0200
 
1629
 
 
1630
update-notifier (0.80) karmic; urgency=low
 
1631
 
 
1632
  * add /apps/update-notifier/hide_reboot_notification
 
1633
    gconf key to hide the reboot required messages 
 
1634
    (as suggested by tjaalton)
 
1635
  * when running in auto-launch mode, check if security
 
1636
    updates are installed unattended and if so, use the normal
 
1637
    launch interval (LP: #369706)
 
1638
 
 
1639
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 06 Jul 2009 13:23:06 +0200
 
1640
 
 
1641
update-notifier (0.79) karmic; urgency=low
 
1642
 
 
1643
  [ Sebastien Bacher ] 
 
1644
  * ported from glade to gtkbuilder
 
1645
  
 
1646
  [ Michael Vogt ]
 
1647
  * data/apt_check.py:
 
1648
    - ensure that updates in both -updates and -security are
 
1649
      only counted once (thanks to Emmet)
 
1650
  * debian/control:
 
1651
    - add strict dependency on update-notifier-common
 
1652
 
 
1653
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 29 Jun 2009 14:11:25 +0200
 
1654
 
 
1655
update-notifier (0.78) karmic; urgency=low
 
1656
 
 
1657
  * src/update.c:
 
1658
    - better debug output
 
1659
    - add AUTOLAUNCH_MINIMAL_SECURITY_INTERVAL (LP: #369198)
 
1660
  * src/update-notifier.c:
 
1661
    - fix typo (#365314)
 
1662
  * data/apt_check.py:
 
1663
    - check for security updates in the current running
 
1664
      distro release (deals with cases where people have
 
1665
      two distros in their sources.list)
 
1666
  * remove some debug output
 
1667
 
 
1668
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 24 Apr 2009 15:39:34 +0200
 
1669
 
 
1670
update-notifier (0.76.7) jaunty; urgency=low
 
1671
 
 
1672
  * fix crash in --debug mode (LP: #348883, #348110)
 
1673
 
 
1674
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 26 Mar 2009 11:01:09 +0100
 
1675
 
 
1676
update-notifier (0.76.6) jaunty; urgency=low
 
1677
 
 
1678
  * src/update.c:
 
1679
    - do not auto-launch if the dpkg lock is taken
 
1680
      by another process (LP: #334935)
 
1681
  * rework the debug options and support --debug-inotify,
 
1682
    --debug-updates, --debug-hooks
 
1683
 
 
1684
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 11 Mar 2009 14:11:12 +0100
 
1685
 
 
1686
update-notifier (0.76.5) jaunty; urgency=low
 
1687
 
 
1688
  * debian/99update-notifier: write an empty /var/run/updates-available,
 
1689
    rather than removing it;  empty indicates that we *know* that there are
 
1690
    no updates available, whereas missing/remove indicates that the status
 
1691
    is unknown, LP: #339066
 
1692
 
 
1693
 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 07 Mar 2009 00:32:56 -0600
 
1694
 
 
1695
update-notifier (0.76.4) jaunty; urgency=low
 
1696
 
 
1697
  * fix corner cases when the update icon still
 
1698
    appears even if run in auto launch mode (thanks to
 
1699
    Steve Langasek)
 
1700
 
 
1701
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 04 Mar 2009 09:37:20 +0100
 
1702
 
 
1703
update-notifier (0.76.3) jaunty; urgency=low
 
1704
 
 
1705
  * use the gconf /apps/update-manager/launch_time key
 
1706
    to detect the last lauch time. this means the autolaunch
 
1707
    time is reset on each manual update-manager run too
 
1708
 
 
1709
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 03 Mar 2009 14:57:27 +0100
 
1710
 
 
1711
update-notifier (0.76.2) jaunty; urgency=low
 
1712
 
 
1713
  * src/reboot.c:
 
1714
    - show the reboot required dialog only once per
 
1715
      session (thanks to mdz for the report)
 
1716
  * src/update.c:
 
1717
    - when checking if update-manager needs to be auto launched,
 
1718
      take the time of the last package installs/removals into
 
1719
      consideration as well (as requested by the DX team)
 
1720
    - when auto launching update-manager, run with nice and 
 
1721
      ionice -c3
 
1722
  * src/update-notifier.c:
 
1723
    - add --debug-autolaunch switch
 
1724
 
 
1725
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 02 Mar 2009 15:38:28 +0100
 
1726
 
 
1727
update-notifier (0.76.1) jaunty; urgency=low
 
1728
 
 
1729
  * ui/reboot-reqruied.glade:
 
1730
    - add dialog title for auto-launching
 
1731
  * data/update-notifier.schemas.in:
 
1732
   - set default launch interval to 7 days now (as asked for
 
1733
     by the DX team) 
 
1734
  * data/apt_check.py:
 
1735
    - fix i18n plural forms (LP: #325251)
 
1736
 
 
1737
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 23 Feb 2009 20:47:37 +0100
 
1738
 
 
1739
update-notifier (0.76) jaunty; urgency=low
 
1740
 
 
1741
  * make "auto_launch" update-manager mode the default (as asked
 
1742
    for by the DX team)
 
1743
  * set "regular_auto_launch_interval" to 2 days for the development
 
1744
    release. this default will change to 7 days for the stable
 
1745
    release
 
1746
  * run update-manager with "--no-focus-on-map" when in 
 
1747
    "auto_launch" mode
 
1748
  * add "/apps/update-notifier/regular_auto_launch_interval" gconf
 
1749
    key that controls at what intervals (in days) update-manager is 
 
1750
    automatically launched for regular updates (security updates 
 
1751
    will be launched immediately). This only affects users that use
 
1752
    "/apps/update-notifier/auto_launch"
 
1753
  * make the interactive upgrade hooks dialog open up immediately
 
1754
    if "auto_launch" is enabled
 
1755
  * make the reboot required dialog open up immediately if "auto_launch" 
 
1756
    is enabled
 
1757
 
 
1758
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 16 Feb 2009 17:06:56 +0100
 
1759
 
 
1760
update-notifier (0.75.10) jaunty; urgency=low
 
1761
 
 
1762
  * add gconf "/apps/update-notifier/auto_launch" option that 
 
1763
    can automatically launch update-manager (defaults to 
 
1764
    "false" for now until focus it not stolen)
 
1765
 
 
1766
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 06 Feb 2009 14:33:06 +0100
 
1767
 
 
1768
update-notifier (0.75.9) jaunty; urgency=low
 
1769
 
 
1770
  * debian/99update-notifier:
 
1771
    - remove /var/run/updates-available after package installation
 
1772
      (LP: #319438)
 
1773
  
 
1774
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 04 Feb 2009 16:36:27 +0100
 
1775
 
 
1776
update-notifier (0.75.8) jaunty; urgency=low
 
1777
 
 
1778
  * debian/update-notifier.docs:
 
1779
    - fix filename and use it again (LP: #319194)
 
1780
  * fix reboot action (LP: #314409)
 
1781
 
 
1782
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 23 Jan 2009 15:21:02 +0100
 
1783
 
 
1784
update-notifier (0.75.7) jaunty; urgency=low
 
1785
 
 
1786
  [ Michael Vogt ]
 
1787
  * src/hal.c: 
 
1788
    - fix incorrect capitalization (LP: #186594) 
 
1789
    
 
1790
  [ Chris Coulson ]
 
1791
  * src/update-notifier.c:
 
1792
    - Revert an earlier change to call gnome_program_init()
 
1793
      again. reboot.c still depends on this (LP: #302326)
 
1794
 
 
1795
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 20 Jan 2009 19:59:20 +0100
 
1796
 
 
1797
update-notifier (0.75.6) jaunty; urgency=low
 
1798
 
 
1799
  * data/update-notifier.desktop.in:
 
1800
    - work with other DEs than gnome,xfce (LP: #300463)
 
1801
  * po/POTFILES.in:
 
1802
    - add missing file (LP: #298806)
 
1803
  * src/update-notifier.c:
 
1804
    - make "--force" start u-n even for system users (LP: #294569)
 
1805
    - add gconf-key /apps/update-notifier/end_system_uids to make
 
1806
      this configurable
 
1807
  * src/update.{cc,h}:
 
1808
    - show amount of updates available in notification 
 
1809
      (LP: #243695) as well
 
1810
 
 
1811
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 25 Nov 2008 21:24:31 +0100
 
1812
 
 
1813
update-notifier (0.75.5) jaunty; urgency=low
 
1814
 
 
1815
  * data/notify-reboot-required:
 
1816
    - fix breakage when gettext-base is not installed
 
1817
      (thanks to StevenK)
 
1818
 
 
1819
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 18 Nov 2008 09:57:35 +0100
 
1820
 
 
1821
update-notifier (0.75.4) jaunty; urgency=low
 
1822
 
 
1823
  [ Dustin Kirkland ]
 
1824
  * data/Makefile.am: install 
 
1825
    - update-motd-reboot-required and 
 
1826
    - update-motd-updates-available
 
1827
  * data/notify-reboot-required: 
 
1828
    - write human-readable, translatable output to /var/run/reboot-required
 
1829
  * data/update-motd-reboot-required: 
 
1830
    - standalone shell script for use in update-motd
 
1831
  * data/update-motd-updates-available: 
 
1832
    - standalone shell script to call apt-check with --human-readable option; 
 
1833
      hook for use in update-motd
 
1834
  * debian/control: 
 
1835
    - recommend update-motd (>= 1.9), which contains fine grained motd
 
1836
      update frequency control
 
1837
  
 
1838
  [ Michael Vogt ]
 
1839
  * po/POTFILES.in:
 
1840
    - add data/notify-reboot-required
 
1841
  * data/update-motd-updates-available:
 
1842
    - add checks so that apt-check only runs if the sources.list or the
 
1843
      package lists changed
 
1844
  * debian/rules:
 
1845
    - byebye arch-build target
 
1846
  * .bzr-builddeb/default.conf:
 
1847
    - welcome "[HOOKS]\npre-build"
 
1848
 
 
1849
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 11 Nov 2008 16:52:31 +0100
 
1850
 
 
1851
update-notifier (0.75.3) jaunty; urgency=low
 
1852
 
 
1853
  * data/apt_check.py:
 
1854
    - add "--human-readable" that gives the output
 
1855
      in a human readable format (useful for e.g. scripts)
 
1856
  * po/POTFILES.in:
 
1857
    - updated
 
1858
    - re-run make update-po
 
1859
 
 
1860
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Nov 2008 20:59:04 +0100
 
1861
 
 
1862
update-notifier (0.75.2) jaunty; urgency=low
 
1863
 
 
1864
  * data/apt_check.py:
 
1865
    - make it a module so that it be shared with
 
1866
      update-notifier-kde
 
1867
    - rename so that it can be imported by update-notifier-kde
 
1868
    - create compat symlink
 
1869
    - use dgettext() so that it can be used from a different
 
1870
      gettext domain that update-notifier
 
1871
    - move the option parser out of run()
 
1872
  * po/POTFILES.in:
 
1873
    - add missing files
 
1874
  * debian/update-notifier-common.install:
 
1875
    - move the translations into this package
 
1876
 
 
1877
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Nov 2008 20:15:11 +0100
 
1878
 
 
1879
update-notifier (0.75.1) jaunty; urgency=low
 
1880
 
 
1881
  * debian/update-notifier-common.install:
 
1882
    - move apt-check, apt-cdrom-check and cdromdistupgrade
 
1883
      into update-notifier-common
 
1884
 
 
1885
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Nov 2008 18:59:24 +0100
 
1886
 
 
1887
update-notifier (0.75) jaunty; urgency=low
 
1888
 
 
1889
  * debian/15update-stamp:
 
1890
    - make it cooperate with other update-success hooks
 
1891
  * data/cddistupgrader:
 
1892
    - fix quoting issues
 
1893
  * src/update-notifier.c:
 
1894
    - honor "--force" again and show the update-notifications
 
1895
      then even for users not in the admin group (LP: #288099)
 
1896
    - merge the gio branch
 
1897
    - change statup delay to be calculated in seconds
 
1898
    - change default to 5
 
1899
  * data/update-notifier.desktop.in:
 
1900
    - set delay to 60 sec
 
1901
  * do not use GnomeClient anymore on all places where this is
 
1902
    possible - we can not remove it entirely (yet) because
 
1903
    reboot.c depends on it to do a cross desktop session exit
 
1904
    request
 
1905
  * src/update-notifier.c:
 
1906
    - move package manager to foreground if possible (LP: #274562), 
 
1907
      thanks to Muhammad Ameen
 
1908
  * use the glib checksum functions instead of home grown 
 
1909
    implementation (thanks to Bruce Cowan)
 
1910
 
 
1911
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 05 Nov 2008 10:24:01 +0100
 
1912
 
 
1913
update-notifier (0.71.8) intrepid; urgency=low
 
1914
 
 
1915
  * src/hooks.c:
 
1916
    - when looking for inline translations in the notes file, 
 
1917
      check for keys with the CODESET added too to match what
 
1918
      intltool-debian outputs (LP: #287556)
 
1919
 
 
1920
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 22 Oct 2008 22:34:50 +0200
 
1921
 
 
1922
update-notifier (0.71.7) intrepid; urgency=low
 
1923
 
 
1924
  * src/update-notifier.c:
 
1925
    - check for all system user UIDs and do not start in this case
 
1926
      (LP: #286037)
 
1927
 
 
1928
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 20 Oct 2008 15:13:27 +0200
 
1929
 
 
1930
update-notifier (0.71.6) intrepid; urgency=low
 
1931
 
 
1932
  * ui/hooks-dialog.glade:
 
1933
    - make it avaialble via alt-tab
 
1934
  * src/update.c, src/update-notifier.c:
 
1935
    - allow running for non-admin users so that they can
 
1936
      see the hook notifications too (LP: #281837)
 
1937
    - ensure that its not run for the gdm guest user
 
1938
  * src/hooks.c:
 
1939
    - add optional "OnlyAdminUsers" key (defaults to "true")
 
1940
      so that non-admin users get not swamped with old 
 
1941
      notifications after the ugprade to intrepid
 
1942
 
 
1943
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 16 Oct 2008 18:27:43 +0200
 
1944
 
 
1945
update-notifier (0.71.5) intrepid; urgency=low
 
1946
 
 
1947
  * data/apt-cdrom-check:
 
1948
    - fix incorrect quoting in release upgrade disk
 
1949
      detection
 
1950
 
 
1951
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 14 Oct 2008 16:51:51 +0200
 
1952
 
 
1953
update-notifier (0.71.4) intrepid; urgency=low
 
1954
 
 
1955
  * src/hooks.c:
 
1956
    - support "ButtonText" tag in note
 
1957
    - deal with empty "Name" tag
 
1958
 
 
1959
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 10 Oct 2008 20:00:52 +0200
 
1960
 
 
1961
update-notifier (0.71.3) intrepid; urgency=low
 
1962
 
 
1963
  * src/hal.c:
 
1964
    - check for already mounted CDs when starting up (LP: #276728)
 
1965
 
 
1966
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 01 Oct 2008 16:53:41 +0200
 
1967
 
 
1968
update-notifier (0.71.2) intrepid; urgency=low
 
1969
 
 
1970
  * src/update.c:
 
1971
    - do not start two update-managers on double click
 
1972
      (LP: #258128)
 
1973
    - wording fixes (LP: #254313), thanks to Gabor Kelemen
 
1974
  * src/reboot.c:
 
1975
    - change the way gnome_client_request_save() is run
 
1976
      to work with the latest gnome-session (LP: #214446)
 
1977
    - better wording in the reboot dialog (LP: #211616)
 
1978
  * data/apt-cdrom-check:
 
1979
    - fix edubuntu addon CD detection
 
1980
  * po/zh_CN:
 
1981
    - new translation (thanks to Deng Xiyue, closes: #497957)
 
1982
 
 
1983
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 05 Sep 2008 21:05:08 +0200
 
1984
 
 
1985
update-notifier (0.71.1) intrepid; urgency=low
 
1986
 
 
1987
  * src/update.c:
 
1988
    - make the "repository-outdated" nag message more clear
 
1989
      and mention that unavailable repositores may cause the
 
1990
      problem (LP: #243876)
 
1991
  * data/apt-check:
 
1992
    - fix incorrect display of number of updates (LP: #251494)
 
1993
 
 
1994
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 28 Jul 2008 14:32:47 +0200
 
1995
 
 
1996
update-notifier (0.71) intrepid; urgency=low
 
1997
 
 
1998
  * data/apt-check:
 
1999
    - check for intermediate version when checking if a upgrade
 
2000
      is security releated or not. its possible that a upgrade
 
2001
      is available in -security and a newer one in -updates that
 
2002
      has the security fixes applied as well but shows up in 
 
2003
      update-notifier as a normal update instead of a security
 
2004
      releated one (LP: #239673)
 
2005
 
 
2006
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 30 Jun 2008 17:37:20 +0200
 
2007
 
 
2008
update-notifier (0.70.7.debian-7) unstable; urgency=low
 
2009
 
 
2010
  [ Emilio Pozuelo Monfort ]
 
2011
  * debian/control.in: Depend on dbus-x11 rather than dbus-1-utils.
 
2012
    Closes: #451449.
 
2013
  
 
2014
  [ Stephan Peijnik ]
 
2015
  * debian/patches/08_gksu_preserve_environment.diff: Added patch that makes
 
2016
    gksu preserve its environment (-k switch). Fixes an issue with 
 
2017
    update-manager-gnome.
 
2018
 
 
2019
 -- Emilio Pozuelo Monfort <pochu@debian.org>  Mon, 21 Sep 2009 19:04:50 +0200
 
2020
 
 
2021
update-notifier (0.70.7.debian-6) unstable; urgency=low
 
2022
 
 
2023
  [ Loic Minier ]
 
2024
  * Use lt-nl instead of lt in README.reboot-required.Debian for robustness.
 
2025
 
 
2026
  [ Emilio Pozuelo Monfort ]
 
2027
  * Depend on update-manager-gnome rather than update-manager since it's
 
2028
    been renamed. Closes: #544325.
 
2029
 
 
2030
 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 30 Aug 2009 22:04:01 +0200
 
2031
 
 
2032
update-notifier (0.70.7.debian-5) unstable; urgency=low
 
2033
 
 
2034
  [ Hideki Yamane ]
 
2035
  * debian/update-notifier-common.install
 
2036
    - add localized message 
 
2037
      (as /usr/share/locale/*/LC_MESSAGES/update-notifier.mo)
 
2038
  * debian/patches/002_i18n_update.diff
 
2039
    - update ja.po
 
2040
  * debian/patches/04_fix_gksu_usage.diff
 
2041
    - remove unnecessary patch line for src/update-notifier.c.orig.rej
 
2042
 
 
2043
  [ Josselin Mouette ]
 
2044
  * Add version mangling to watch file.
 
2045
  * Require debhelper 5.0.51 for dh_icons.
 
2046
  * Make update-notifier-common depend on python for the scripts.
 
2047
  * update-notifier.1:
 
2048
    + Fix whatis entry.
 
2049
    + Fix a typo.
 
2050
  * Add set -e to preinst, postinst, postrm.
 
2051
  * postrm:
 
2052
    + Don’t use -a in the test.
 
2053
    + Remove the stamp directory after purge.
 
2054
  * Fix spelling of Xfce.
 
2055
  * rules:
 
2056
    + Remove unused arch-build target.
 
2057
    + Don’t ignore errors in make distclean.
 
2058
    + Move dh_icons to the appropriate place.
 
2059
    + Correctly split binary-arch and binary-indep targets.
 
2060
    + Remove the config.{sub,guess} dance, it’s handled by cdbs.
 
2061
  * Add -g to CFLAGS for gdm-signal.
 
2062
  * gdm-logout-action.[ch]: updated from gnome-panel, so that they are 
 
2063
    adapted to the new GDM protocol.
 
2064
  * autodown.c: remove references to hibernate.
 
2065
  * Install gdm-signal with the 755 permissions (lol).
 
2066
  * 002_i18n_update.diff: update fr.po.
 
2067
 
 
2068
 -- Josselin Mouette <joss@debian.org>  Wed, 22 Oct 2008 13:59:28 +0200
 
2069
 
 
2070
update-notifier (0.70.7.debian-4) unstable; urgency=low
 
2071
 
 
2072
  * 002_i18n_update.diff:
 
2073
    + updated Spanish translation from Javier Fernández-Sanguino Peña. 
 
2074
      Closes: #492433.
 
2075
    + updated Finnish translation from Timo Jyrinki. Closes: #497716.
 
2076
    + simplified Chinese translation from Deng Xiyue. Closes: #497957.
 
2077
  * Remove useless build-dependency on libgamin-dev.
 
2078
 
 
2079
 -- Josselin Mouette <joss@debian.org>  Thu, 18 Sep 2008 18:25:36 +0200
 
2080
 
 
2081
update-notifier (0.70.7.debian-3) unstable; urgency=low
 
2082
 
 
2083
  [ Emilio Pozuelo Monfort ]
 
2084
  * debian/control.in:
 
2085
    - update-notifier-common replaces update-manager, as it's
 
2086
      now shipping /etc/apt/apt.conf.d/10periodic.
 
2087
    - Remove Conflicts in update-notifier-common, they are not needed.
 
2088
 
 
2089
  [ Alan Baghumian ]
 
2090
  * Bump standards version to 3.8.0, no extra change is needed
 
2091
  * Updated 07_improve_readme.diff to fix examples reference 
 
2092
  * Fixed wrong executable check in update-notifier.cron.daily example
 
2093
    script. Closes: #489954.
 
2094
 
 
2095
 -- Alan Baghumian <alan@technotux.org>  Wed, 09 Jul 2008 09:05:22 +0200
 
2096
 
 
2097
update-notifier (0.70.7.debian-2) unstable; urgency=low
 
2098
 
 
2099
  * debian/control.in:
 
2100
    - Fix Conflicts/Replaces versioning. Closes: #489592.
 
2101
 
 
2102
 -- Emilio Pozuelo Monfort <pochu@ubuntu.com>  Tue, 08 Jul 2008 02:33:42 +0200
 
2103
 
 
2104
update-notifier (0.70.7.debian-1) unstable; urgency=low
 
2105
 
 
2106
  [ Alan Baghumian ]
 
2107
  * New upstream stable releases
 
2108
  * debian/changelog.ubuntu:
 
2109
    - updated from the Ubuntu package
 
2110
  * debian/control*:
 
2111
    - bump standards version to 3.7.3
 
2112
    - bump minimum libgtk2.0-dev build-dep to >= 2.10.0
 
2113
    - bump minimum libdbus-glib-1-dev build-dep to >= 0.60
 
2114
    - added update-notifier-common to put shared things there
 
2115
    - added update-notifier-common to update-notifier's deps
 
2116
    - updated my email address
 
2117
    - updated uploaders/maintainers
 
2118
  * Added debian/15update-stamp:
 
2119
    - move the update stamp hook into its own configuration
 
2120
      (LP: #181189)
 
2121
  * Updated debian/*.install for proper locations
 
2122
  * debian/rules:
 
2123
    - merged upstream changes
 
2124
    - extra space clean-ups
 
2125
  * Updated 04_fix_gksu_usage.diff:
 
2126
    - call update-manager with gksu
 
2127
    - refreshed to be applied correctly
 
2128
  * Rename upgrade-notifier.cron.daily to update-notifier.cron.daily
 
2129
    as mentioned in the manpage
 
2130
  * Removed debian/install: obsolete, merged with
 
2131
    update-notifier-common.install
 
2132
 
 
2133
  [ Alan Baghumian ]  
 
2134
  * Dropped 05_fix_monitored_dirs.diff, merged upstream
 
2135
  * Refreshed 02_reboot_use_my_gdm_signal, 002_i18n_update,
 
2136
    04_fix_gksu_usage and 06_port_to_gtk2.10 to be applied
 
2137
    cleanly
 
2138
 
 
2139
  [ Gustavo Noronha Silva ]
 
2140
  * debian/control:
 
2141
  - Make GNOME team the maintainer, I can no longer be involved
 
2142
  - Add VCS information
 
2143
 
 
2144
 -- Alan Baghumian <alan@technotux.org>  Sun, 06 Apr 2008 17:06:41 +0200
 
2145
 
 
2146
update-notifier (0.70.7) hardy; urgency=low
 
2147
 
 
2148
  * src/update-notifier.c:
 
2149
    - support running for non-admin users too
 
2150
    - support forcing gksu 
 
2151
 
 
2152
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 04 Apr 2008 23:15:31 +0200
 
2153
 
 
2154
update-notifier (0.70.6) hardy; urgency=low
 
2155
 
 
2156
  * src/update-notifier.c:
 
2157
    - monitor the apt-get update stamp file too (LP: #206360)
 
2158
 
 
2159
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 01 Apr 2008 16:49:48 +0200
 
2160
 
 
2161
update-notifier (0.70.5) hardy; urgency=low
 
2162
 
 
2163
  * src/update-notifier.c:
 
2164
    - delay statup checks for updates etc for 60s to avoid
 
2165
      slowing down the desktop startup (for Seb128)
 
2166
    - fix typo in monitored directories (LP: #188201)
 
2167
  * src/update.c, src/crash.c, src/hooks.c:
 
2168
    - ensure to not show notification if the icon is already
 
2169
      gone (LP: #187744)
 
2170
  * src/hal.c:
 
2171
    - setup sensible default actions (LP: #186595)
 
2172
    - do not keep the cdrom detected window on top of
 
2173
      other windows (LP: #186593) and make sure it appears
 
2174
      in the taskbar
 
2175
  * src/reboot.c:
 
2176
    - use bigger icon (LP: #149380)
 
2177
 
 
2178
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 13 Mar 2008 18:24:07 +0100
 
2179
 
 
2180
update-notifier (0.70.4) hardy; urgency=low
 
2181
 
 
2182
  * src/update.c, debian/15update-stamp:
 
2183
    - run in the new APT::Update::Post-Invoke-Success slot
 
2184
    - use /var/lib/apt/periodic/update-success-stamp stamp
 
2185
 
 
2186
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 06 Feb 2008 19:16:58 +0100
 
2187
 
 
2188
update-notifier (0.70.3) hardy; urgency=low
 
2189
 
 
2190
  * src/update.c:
 
2191
    - string fix (thanks to Brian Murray, LP: #181375)
 
2192
    - do not display a error when running on the live-cd
 
2193
      and apt-check is symlinked to /bin/true
 
2194
 
 
2195
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 Jan 2008 22:16:15 +0100
 
2196
 
 
2197
update-notifier (0.70.2) hardy; urgency=low
 
2198
 
 
2199
  * debian/control:
 
2200
    - fix typo in Vcs-Bzr header (thanks to Brian Murray)
 
2201
  * src/update.c:
 
2202
    - remove debug output
 
2203
 
 
2204
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 09 Jan 2008 09:45:14 +0100
 
2205
 
 
2206
update-notifier (0.70.1) hardy; urgency=low
 
2207
 
 
2208
  * debian/15update-stamp:
 
2209
    - move the update stamp hook into its own configuration
 
2210
      (LP: #181189)
 
2211
  * src/hal.c:
 
2212
    - do not spam .xsession-erors if no cdrom can be found
 
2213
      (LP: #177437)
 
2214
  * src/update.c:
 
2215
    - fix incorrect initialization of GString
 
2216
    - always show icon when apt is working (LP: #173149)
 
2217
    - fix in the insensitve code
 
2218
  * src/update-notifier.h:
 
2219
    - fix timeouts for outdated repository information
 
2220
  * po/POTFILES.in:
 
2221
    - remove unused ui/upgrade-dialog.glade (LP: #157416)
 
2222
 
 
2223
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 08 Jan 2008 15:14:35 +0100
 
2224
 
 
2225
update-notifier (0.70) hardy; urgency=low
 
2226
 
 
2227
  * use icon theme names "software-update-available" and
 
2228
    "software-update-urgent" to show that updates are
 
2229
    available and use the "-urgent" icon on security 
 
2230
    updates
 
2231
  * show a warning icon if the last refresh of the
 
2232
    repository information is older than 7 days
 
2233
  * debian/10periodic:
 
2234
    - install APT::Update::Post-Invoke handler so that the 
 
2235
      update-stamp is always updated after a successful update
 
2236
 
 
2237
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 04 Jan 2008 16:27:34 +0100
 
2238
 
 
2239
update-notifier (0.67) hardy; urgency=low
 
2240
 
 
2241
  * Call this *#(*$# arch-build to generate the autotools files.
 
2242
 
 
2243
 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 28 Nov 2007 12:48:27 +0100
 
2244
 
 
2245
update-notifier (0.66) hardy; urgency=low
 
2246
 
 
2247
  * data/update-notifier.schemas.in: Enable apport for Hardy.
 
2248
 
 
2249
 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 28 Nov 2007 12:46:56 +0100
 
2250
 
 
2251
update-notifier (0.65) hardy; urgency=low
 
2252
 
 
2253
  * use getgroups() instead of getgrouplist() to work better
 
2254
    with stuff from pam_groups (thanks to Sebastian Dröge)
 
2255
  * add 22x22 and 24x24 icons (thanks to Alan Baghumian)
 
2256
 
 
2257
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 16 Nov 2007 10:18:09 +0100
 
2258
 
 
2259
update-notifier (0.61) gutsy; urgency=low
 
2260
 
 
2261
  * data/update-notifier.schemas.in: 
 
2262
    - fix typo
 
2263
 
 
2264
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 08 Oct 2007 21:36:31 +0200
 
2265
 
 
2266
update-notifier (0.60) gutsy; urgency=low
 
2267
 
 
2268
  * data/update-notifier.schemas.in: 
 
2269
    - Disable apport for RC
 
2270
 
 
2271
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 08 Oct 2007 16:27:01 +0200
 
2272
 
 
2273
update-notifier (0.59.6) gutsy; urgency=low
 
2274
 
 
2275
  * debian/rules:
 
2276
    - call dh_gconf after the schemas installation so it's registred correctly,
 
2277
      that makes apport integration works again
 
2278
 
 
2279
 -- Sebastien Bacher <seb128@canonical.com>  Mon, 24 Sep 2007 17:20:32 +0200
 
2280
 
 
2281
update-notifier (0.59.5.debian-1) unstable; urgency=low
 
2282
 
 
2283
  [ Kilian Krause ]
 
2284
  * New upstream release.
 
2285
 
 
2286
  [ Gustavo Noronha Silva ]
 
2287
  * debian/patches/06_port_to_gtk2.10.diff:
 
2288
  - added to conditionaly use a gtk2.12-only function, which does
 
2289
    not seem to break update-notifier if removed
 
2290
  * debian/control.in, debian/update-notifier.1,
 
2291
    debian/update-notifier.examples, debian/patches/07_improve_readme.diff:
 
2292
  - accepted (slightly reworked) patch by Javier Fernández-Sanguino Peña
 
2293
    to make it clear that update-notifier depends on external services
 
2294
    to actually notice that updates are available (Closes: #439239)
 
2295
  * debian/changelog.ubuntu:
 
2296
  - updated from the Ubuntu package
 
2297
 
 
2298
 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 04 Sep 2007 21:40:19 -0300
 
2299
 
 
2300
update-notifier (0.59.5) gutsy; urgency=low
 
2301
 
 
2302
  * code cleanups
 
2303
  * fix incorrect tooltip when package manager was
 
2304
    running (LP: #134959)
 
2305
 
 
2306
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 27 Aug 2007 13:31:44 +0200
 
2307
 
 
2308
update-notifier (0.59.4.debian-1) unstable; urgency=low
 
2309
 
 
2310
  [ Gustavo Noronha Silva ]
 
2311
  * New upstream version
 
2312
  * Fix Uploaders field syntax (Closes: #431667)
 
2313
  * Fix source package naming to indicate we modify it for Debian
 
2314
  * debian/patches/05_fix_monitored_dirs.diff:
 
2315
  - avoid monitoring non-existing directories (Debian-wise)
 
2316
 
 
2317
  [ Loic Minier ]
 
2318
  * Use ubuntu-get-source instead of gnome-get-source; build-dep on
 
2319
    gnome-pkg-tools >= 0.12.3.
 
2320
 
 
2321
 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 21 Aug 2007 22:30:00 -0300
 
2322
 
 
2323
update-notifier (0.59.4) gutsy; urgency=low
 
2324
 
 
2325
  * Don't install notify-reboot-required in update-notifier
 
2326
 
 
2327
 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 16 Aug 2007 18:39:38 +0100
 
2328
 
 
2329
update-notifier (0.59.3) gutsy; urgency=low
 
2330
 
 
2331
  * Add update-notifier-common conflicts and replaces 
 
2332
    on old update-notifier
 
2333
 
 
2334
 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 16 Aug 2007 15:45:29 +0100
 
2335
 
 
2336
update-notifier (0.59.2) gutsy; urgency=low
 
2337
 
 
2338
  * Re-libtoolise before upload, fix fail to compile
 
2339
 
 
2340
 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 16 Aug 2007 12:18:40 +0100
 
2341
 
 
2342
update-notifier (0.59.1) gutsy; urgency=low
 
2343
 
 
2344
  [Jonathan Riddell]
 
2345
  * Split some files into update-notifier-common for sharing
 
2346
    with adept-notifier
 
2347
  
 
2348
  [Michael Vogt]
 
2349
  * fix schema location to /usr/share/gconf/schemas
 
2350
 
 
2351
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 15 Aug 2007 19:01:27 +0200
 
2352
 
1
2353
update-notifier (0.59) gutsy; urgency=low
2
2354
 
3
2355
  * fix crash in leftover from pre-GtkStatusIcon code (LP: #127965)
14
2366
 
15
2367
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 17 Jul 2007 15:30:42 +0100
16
2368
 
 
2369
update-notifier (0.57.3-1) unstable; urgency=low
 
2370
 
 
2371
  [ Alan Baghumian ]
 
2372
  * New upstream release (Closes: #422507).
 
2373
  * Merged with the previous changelog entry.
 
2374
  * Removed 001_all_linguas.diff, merged upstream
 
2375
  * Updated changelog.ubuntu
 
2376
  * Updated 002_i18n_update.diff, 03_detect_debian_cd.diff
 
2377
  * Updated debian/control*
 
2378
    - Added myself to the uploaders
 
2379
    - Wrapped deps and build-deps
 
2380
 
 
2381
  [ Loic Minier ]
 
2382
  * Add a get-orig-source target to retrieve the upstream tarball.
 
2383
 
 
2384
  [ Sven Arvidsson ]
 
2385
  * Add a man page (Closes: #404814).
 
2386
 
 
2387
  [ Gustavo Noronha Silva ]
 
2388
  * debian/patches/03_detect_debian_cd.diff:
 
2389
  - reupdated for 0.57.3 (Alan had updated this for 0.57.1)
 
2390
  * debian/patches/04_fix_gksu_usage.diff:
 
2391
  - do not use full path for update-manager when calling it;
 
2392
    the path for update-manager has changed from /usr/sbin
 
2393
    in earlier releases, and if we change the path to that here
 
2394
    we'll have to bump deps, which may not be desired; same
 
2395
    goes for software-properties
 
2396
  - tell the code that update-manager needs gksu
 
2397
 
 
2398
 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 27 Jun 2007 21:19:35 -0300
 
2399
 
17
2400
update-notifier (0.57.3) gutsy; urgency=low
18
2401
 
19
2402
  * data/update-notifier.schemas.in: Enable apport again for Tribe-2.
233
2616
 
234
2617
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 28 Aug 2006 17:07:23 +0200
235
2618
 
 
2619
update-notifier (0.42.12-3) unstable; urgency=low
 
2620
 
 
2621
  * debian/patches/002_i18n_update.diff:
 
2622
  - updated, including the translation update on es.po done by
 
2623
    Javier Fernández-Sanguino Peña <jfs@computer.org>
 
2624
    (Closes: #397132)
 
2625
  * debian/docs:
 
2626
  - also install debian/README.reboot-required.Debian, written by
 
2627
    the same Javier above, explaining the reboot required feature
 
2628
    of update-notifier for users and developers (Closes: #404810)
 
2629
 
 
2630
 -- Gustavo Noronha Silva <kov@debian.org>  Thu, 28 Dec 2006 21:29:17 -0200
 
2631
 
 
2632
update-notifier (0.42.12-2) unstable; urgency=low
 
2633
 
 
2634
  * debian/patches/03_detect_debian_cd.diff:
 
2635
  - instead of a hack to replace the distribution name
 
2636
    string, accept suggestions by Christian Perrier and
 
2637
    C. Gatzemeier on the wording of the sentences
 
2638
  * debian/patches/002_i18n_update.diff:
 
2639
  - added; includes all the i18n updates, including the ones
 
2640
    listed in the removed patches and an update-po, so all
 
2641
    languages have up-to-date pofiles after an 'apply-patches'
 
2642
  * debian/patches/
 
2643
                   002_pt_BR_update.diff
 
2644
                   003_sv_add.diff:
 
2645
  - removed, see change above
 
2646
 
 
2647
 -- Gustavo Noronha Silva <kov@debian.org>  Sun, 13 Aug 2006 14:49:47 -0300
 
2648
 
 
2649
update-notifier (0.42.12-1) unstable; urgency=low
 
2650
 
 
2651
  * New upstream version
 
2652
  * debian/docs, debian/changelog.ubuntu:
 
2653
  - include the ubuntu changelog as part of the docs
 
2654
  * debian/patches/01_notify_reboot_dont_check_for_mount.diff:
 
2655
  - added; make notify-reboot-needed not check whether /var/run is a
 
2656
    mountpoint, since it not always is, in Debian
 
2657
  * debian/rules, debian/copyright, debian/gdm-signal,
 
2658
    debian/patches/02_reboot_use_my_gdm_signal.diff,
 
2659
    debain/update-notifier.install:
 
2660
  - provide a /usr/lib/update-notifier/gdm-signal, imported
 
2661
    from the ubuntu package, which in turn used gnome panel's
 
2662
    and Rob Taylor as sources; use that to send the 'reboot'
 
2663
    request
 
2664
  * Two changesets above (Closes: #353121)
 
2665
  * debian/patches/
 
2666
                   001_all_linguas.diff
 
2667
                   002_pt_BR_update.diff
 
2668
                   003_sv_add.diff:
 
2669
  - added, including the sv translation (Closes: #381947), and
 
2670
    updating the pt_BR translation;
 
2671
  * debian/patches/03_detect_debian_cd.diff:
 
2672
  - patches update-notifier and apt-cdrom-check to also detect
 
2673
    Debian CDs, as oposed to only detecting Ubuntu CDs
 
2674
  * debian/control.in:
 
2675
  - added python as a dependency
 
2676
 
 
2677
 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 12 Aug 2006 18:45:56 -0300
 
2678
 
236
2679
update-notifier (0.42.12) edgy; urgency=low
237
2680
 
238
2681
  * always hide the crash icon after runing apport-gtk
289
2732
 
290
2733
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  4 Jul 2006 11:11:44 +0200
291
2734
 
 
2735
update-notifier (0.42.6-1) unstable; urgency=low
 
2736
 
 
2737
  * New upstream version
 
2738
  - fixes '100% cpu usage' problem; fix was done in upstream
 
2739
    0.41.7, according to the launchpad bug; (Closes: #364518)
 
2740
  - includes a .desktop file to auto-start (Closes: #366139)
 
2741
  * debian/patches/01_use_gksu.diff:
 
2742
  - removed; upstream is already calling gksu
 
2743
  * debian/control.in:
 
2744
  - added gksu as a Dependency (Closes: #356216)
 
2745
  - becoming the maintainer
 
2746
  - updating to Standards-Version 3.7.2 with no changes
 
2747
  * debian/rules, debian/install[new]:
 
2748
  - converted to cdbs
 
2749
  * debian/watch:
 
2750
  - added to monitor new upstream versions
 
2751
 
 
2752
 -- Gustavo Noronha Silva <kov@debian.org>  Sun,  4 Jun 2006 16:36:56 -0300
 
2753
 
292
2754
update-notifier (0.42.6) dapper; urgency=low
293
2755
 
294
2756
  * pixmaps/update-icon.png:
423
2885
 
424
2886
 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Fri, 17 Feb 2006 19:27:13 +0100
425
2887
 
426
 
update-notifier (0.41.8) dapper; urgency=low
427
 
 
428
 
  * src/update.c: alignment fix for the right-click menu
429
 
 
430
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 14 Feb 2006 15:59:24 +0100
431
 
 
432
2888
update-notifier (0.41.7) dapper; urgency=low
433
2889
 
434
2890
  * updated eggtrayicon to latest cvs
466
2922
 
467
2923
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon,  6 Feb 2006 23:50:55 +0100
468
2924
 
 
2925
update-notifier (0.41.3-1) unstable; urgency=low
 
2926
 
 
2927
  * New upstream release.
 
2928
  * debian/control.in:
 
2929
  - improved description (Closes: #343582)
 
2930
 
 
2931
 -- Gustavo Noronha Silva <kov@debian.org>  Sun,  5 Feb 2006 15:50:16 -0200
 
2932
 
469
2933
update-notifier (0.41.3) dapper; urgency=low
470
2934
 
471
2935
  * switch depends to notification-daemon
487
2951
 
488
2952
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 17 Jan 2006 14:33:07 +0100
489
2953
 
 
2954
update-notifier (0.41.0-1) UNRELEASED; urgency=low
 
2955
 
 
2956
  * New upstream release.
 
2957
  * debian/control.in:
 
2958
  - updated build-deps to require libnotify >= 0.3.0
 
2959
 
 
2960
 -- Gustavo Noronha Silva <kov@debian.org>  Fri, 13 Jan 2006 00:28:32 -0200
 
2961
 
490
2962
update-notifier (0.41.0) dapper; urgency=low
491
2963
 
492
2964
  * Introduce new "Restart Required" notification icon and dialog.
524
2996
 
525
2997
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu,  1 Dec 2005 17:31:03 +0100
526
2998
 
 
2999
update-notifier (0.40.15-2) experimental; urgency=low
 
3000
 
 
3001
  * debian/control.in:
 
3002
  - added ${python:Depends} to update-notifier's Depends
 
3003
  * debian/rules:
 
3004
  - removed unneeded dh_'s and uncommented dh_python
 
3005
 
 
3006
 -- Gustavo Noronha Silva <kov@debian.org>  Mon,  5 Dec 2005 22:08:31 -0200
 
3007
 
 
3008
update-notifier (0.40.15-1) experimental; urgency=low
 
3009
 
 
3010
  * First Debian upload based on the work by Ubuntu
 
3011
    (Closes: #301718)
 
3012
  * debian/rules:
 
3013
  - only update config.{sub,guess} if they exist
 
3014
  * debian/copyright:
 
3015
  - detail the copyright/license information
 
3016
  * debian/rules, debian/control.in:
 
3017
  - added simple-patchsys and gnome-pkg-tools support
 
3018
  * debian/control.in:
 
3019
  - raising Standards-Version to 3.6.2, no changes
 
3020
  * debian/patches/01_use_gksu.diff:
 
3021
  - added, use gksu instead of gksudo through update-notifier
 
3022
 
 
3023
 -- Gustavo Noronha Silva <kov@debian.org>  Fri,  2 Dec 2005 00:08:41 -0200
 
3024
 
527
3025
update-notifier (0.40.15) breezy; urgency=low
528
3026
 
529
3027
  * debian/99update-notifier: