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

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: mvo
  • Date: 2006-02-20 13:59:01 UTC
  • Revision ID: gustavo@niemeyer.net-20060220135901-720c2a7ec5a58192
* removed the wretched intl again

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
update-notifier (0.97) UNRELEASED; urgency=low
2
 
 
3
 
  * debian/control, data/update-motd-cpu-checker: move motd updater into
4
 
    the data/ tree and add to build system now that check-bios-nx is part
5
 
    of the external cpu-checker package.
6
 
 
7
 
 -- Kees Cook <kees@ubuntu.com>  Wed, 10 Mar 2010 23:03:25 -0800
8
 
 
9
 
update-notifier (0.96) lucid; urgency=low
10
 
 
11
 
  * debian/cpu-checker/check-bios-nx: adjust informational URL, eliminate
12
 
    "filter" language in favor of "disable".
13
 
 
14
 
 -- Kees Cook <kees@ubuntu.com>  Thu, 18 Feb 2010 12:23:28 -0800
15
 
 
16
 
update-notifier (0.95) lucid; urgency=low
17
 
 
18
 
  * debian/cpu-checker/*, debian/rules, debian/update-notifier-common.links:
19
 
    add NX bit sanity checker to be included in motd updates.
20
 
 
21
 
 -- Kees Cook <kees@ubuntu.com>  Wed, 17 Feb 2010 15:05:16 -0800
22
 
 
23
 
update-notifier (0.94) lucid; urgency=low
24
 
 
25
 
  * Add src/hplip.{h,c}:
26
 
    -  listen to com.hp.hplip.NeedPlugin events
27
 
 
28
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 11 Feb 2010 13:34:08 +0100
29
 
 
30
 
update-notifier (0.93) lucid; urgency=low
31
 
 
32
 
  * data/update-notifier.desktop:
33
 
    - drop the --startup-delay command line option and use the new 
34
 
      X-GNOME-Autostart-Delay autostart key instead
35
 
 
36
 
 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 01 Feb 2010 15:36:10 -0800
37
 
 
38
 
update-notifier (0.92) lucid; urgency=low
39
 
 
40
 
  * Add src/firmware.{h,c}: Listen to "firmware" subsystem events, check if
41
 
    requested firmware is present, and call jockey --check if not.
42
 
    (LP: #425821, UbuntuSpec:desktop-lucid-jockey-hotplug-support)
43
 
 
44
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 26 Nov 2009 11:09:42 +0100
45
 
 
46
 
update-notifier (0.91) lucid; urgency=low
47
 
 
48
 
  [ Michael Vogt ]
49
 
  * src/reboot.c:
50
 
    - do not auto-open restart required dialog, do this check in
51
 
      the calling clients (like update-manager) instead
52
 
 
53
 
  [ Loïc Minier ]
54
 
  * Drop a couple of useless AC_SUBSTs.
55
 
  * src/Makefile.am: use $(PACKAGE_CFLAGS) and _LIBS instead of
56
 
    @PACKAGE_CFLAGS@ and _LIBS to allow overriding on the cmdline.
57
 
  * configure.in: add "x11" to pkg_modules since src/clipboard.c calls X11
58
 
    functions directly; fixes build issue with binutils-gold; thanks Peter
59
 
    Fritzsche for the report; Debian #556515.
60
 
  * Build-dep on libx11-dev explicitly.
61
 
  * Wrap build-deps and deps to get cleaner diffs.
62
 
  * Cleanup rules, mostly dropping boilerplate.
63
 
  * Pass -s to dh_* in binary-arch.
64
 
  * Don't overwrite CFLAGS from the env.
65
 
  * Don't set INSTALL_PROGRAM, not needed with dh_strip.
66
 
  * Only pass --host to configure if DEB_BUILD_GNU_TYPE and DEB_HOST_GNU_TYPE
67
 
    differ.
68
 
  * Pass LDFLAGS down to configure.
69
 
  * Build-dep on autotools-dev to ensure config.sub and config.guess are
70
 
    present.
71
 
  * Don't ignore errors from distclean.
72
 
  * Update FSF address in copyright and misc src/*.[ch] files.
73
 
  * "set -e" in debian/preinst, postinst, and postrm.
74
 
  * Cleanup and simplify debian/update-notifier-common.postinst.
75
 
  * Use Vcs-Bzr instead of XS-Vcs-Bzr.
76
 
  * Bump up Standards-Version to 3.8.3.
77
 
  * Comment out --with-pkg-manager= configure flag as it's dnl-ed out in
78
 
    configure.in.
79
 
  * Drop useless DEBVER from rules.
80
 
  * Move to debhelper 7; bump bdep and compat.
81
 
 
82
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 23 Nov 2009 09:19:46 +0100
83
 
 
84
 
update-notifier (0.90) karmic; urgency=low
85
 
 
86
 
  * data/update-notifier.schemas.in:
87
 
    - fix typo (LP: #400214)
88
 
  * debian/update-notifier-common.dirs:
89
 
    - do not ship /var/crash here (LP: #449738)
90
 
  * debian/rules:
91
 
    - create /var/crash with the right permissions
92
 
  * debian/update-notifier-common.postinst:
93
 
    - fixup if permissions of /var/crash are incorrect due to
94
 
      update-notifier-common (LP: #449738)
95
 
  * data/apt-cdrom-check:
96
 
    - only offer addon-cd if gnome-app-install is installed
97
 
      (software-center does not yet support addon CDs)
98
 
  * src/update.c:
99
 
    - use gtk-dialog-warning-panel by default and use gtk
100
 
      fallback mechanism to use the gtk-dialog-warning stock icon
101
 
 
102
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 15 Oct 2009 17:15:35 +0200
103
 
 
104
 
update-notifier (0.89) karmic; urgency=low
105
 
 
106
 
  [ Mario Limonciello ]
107
 
  * src/reboot.c:
108
 
    - Fallback to HAL if possible to reboot (LP: #437333)
109
 
  
110
 
  [ Michael Vogt ]
111
 
  * src/reboot.c:
112
 
    - wait for pending aptdaemon transactions before showing
113
 
      the reboot required dialog (LP: #445634)
114
 
  * src/update.c:
115
 
    - fix small memleak
116
 
 
117
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 09 Oct 2009 16:40:44 +0200
118
 
 
119
 
update-notifier (0.88) karmic; urgency=low
120
 
 
121
 
  * ui/reboot-dialog.ui:
122
 
    - simplify text in the restart required UI (LP: #397324),
123
 
      thanks to Scott Ritchie
124
 
  * src/hal.c:
125
 
    - more robustness again failure in gdu_pool_new() 
126
 
  * src/upate-notifier.c: 
127
 
    - when gdu can not be initialized, do not fail but log a 
128
 
      warning instead (LP: #418691)
129
 
  * data/update-notifier.schemas.in:
130
 
    - fix typo (LP: #411511), thanks to Rakesh 'arky' Ambati
131
 
 
132
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 Sep 2009 18:41:30 +0200
133
 
 
134
 
update-notifier (0.87) karmic; urgency=low
135
 
 
136
 
  [ Dustin Kirkland ]
137
 
  * debian/control: recommend libpam-modules rather than update-motd,
138
 
    LP: #399071
139
 
 
140
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 16 Jul 2009 17:18:45 -0500
141
 
 
142
 
update-notifier (0.86) karmic; urgency=low
143
 
 
144
 
  [ Sebastien Bacher ]
145
 
  * debian/rules:
146
 
    - build using --as-needed to reduce the depends
147
 
 
148
 
  [ Dustin Kirkland ]
149
 
  * debian/update-notifier-common.dirs: update-notifier-common
150
 
    needs /etc/update-motd.d, rather than /etc/update-motd.d/hourly;
151
 
    causes this directory to *not* be removed on update-motd package
152
 
    removal/upgrade
153
 
 
154
 
  [ Michael Vogt ]
155
 
  * src/update-notifier.c:
156
 
    - if display can not be opened, show a propper error message
157
 
      and do not crash (LP: #317745)
158
 
  * src/apt_check.py:
159
 
    - count security updates correctly even when they are "shadowed"
160
 
      by a regular update (LP: #394958)
161
 
    - fix typo (thanks to Hew McLachlan)
162
 
  * data/update-motd-updates-available, debian/99update-notifier:
163
 
    - move updates available from /var/run to /var/lib/update-notifier
164
 
      to make it persistent over reboots
165
 
  * src/update-notifier.c:
166
 
    - make the timeout for no-activity from apt bigger (LP: #274001)
167
 
  * data/update-notifier.desktop.in:
168
 
    - better description for the auto startup (LP: #146918)
169
 
  * src/update-notifier.c:
170
 
    - use GAppInfo/GAppLaunchContext to provide startup notification
171
 
      support (LP: #46258)
172
 
  
173
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 14 Jul 2009 16:50:46 +0200
174
 
 
175
 
update-notifier (0.85) karmic; urgency=low
176
 
 
177
 
  * src/reboot.c:
178
 
    - use the gnome-session dbus interface for reboots
179
 
  * src/hal.c -> src/gdu.c:
180
 
    - ported from hal to gnome-disk-utils (libgdu-dev)
181
 
  * drop libgnome from the build-depends and switch to
182
 
    the new gnome-session dbus interface entirely
183
 
  * debian/control:
184
 
    - drop libgnome-dev, libhal-dev
185
 
  * src/update.c:
186
 
    - when checking for apt/dpkg logs, ignore empty ones, 
187
 
      they are most likely caused by logrotate (thanks to
188
 
      Dan Kegel)
189
 
    - when checking apt/dpkg logs, glob() for the old(er)
190
 
      ones too (thanks to Dan Kegel)
191
 
 
192
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 08 Jul 2009 17:25:16 +0200
193
 
 
194
 
update-notifier (0.80) karmic; urgency=low
195
 
 
196
 
  * add /apps/update-notifier/hide_reboot_notification
197
 
    gconf key to hide the reboot required messages 
198
 
    (as suggested by tjaalton)
199
 
  * when running in auto-launch mode, check if security
200
 
    updates are installed unattended and if so, use the normal
201
 
    launch interval (LP: #369706)
202
 
 
203
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 06 Jul 2009 13:23:06 +0200
204
 
 
205
 
update-notifier (0.79) karmic; urgency=low
206
 
 
207
 
  [ Sebastien Bacher ] 
208
 
  * ported from glade to gtkbuilder
209
 
  
210
 
  [ Michael Vogt ]
211
 
  * data/apt_check.py:
212
 
    - ensure that updates in both -updates and -security are
213
 
      only counted once (thanks to Emmet)
214
 
  * debian/control:
215
 
    - add strict dependency on update-notifier-common
216
 
 
217
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 29 Jun 2009 14:11:25 +0200
218
 
 
219
 
update-notifier (0.78) karmic; urgency=low
220
 
 
221
 
  * src/update.c:
222
 
    - better debug output
223
 
    - add AUTOLAUNCH_MINIMAL_SECURITY_INTERVAL (LP: #369198)
224
 
  * src/update-notifier.c:
225
 
    - fix typo (#365314)
226
 
  * data/apt_check.py:
227
 
    - check for security updates in the current running
228
 
      distro release (deals with cases where people have
229
 
      two distros in their sources.list)
230
 
  * remove some debug output
231
 
 
232
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 24 Apr 2009 15:39:34 +0200
233
 
 
234
 
update-notifier (0.76.7) jaunty; urgency=low
235
 
 
236
 
  * fix crash in --debug mode (LP: #348883, #348110)
237
 
 
238
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 26 Mar 2009 11:01:09 +0100
239
 
 
240
 
update-notifier (0.76.6) jaunty; urgency=low
241
 
 
242
 
  * src/update.c:
243
 
    - do not auto-launch if the dpkg lock is taken
244
 
      by another process (LP: #334935)
245
 
  * rework the debug options and support --debug-inotify,
246
 
    --debug-updates, --debug-hooks
247
 
 
248
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 11 Mar 2009 14:11:12 +0100
249
 
 
250
 
update-notifier (0.76.5) jaunty; urgency=low
251
 
 
252
 
  * debian/99update-notifier: write an empty /var/run/updates-available,
253
 
    rather than removing it;  empty indicates that we *know* that there are
254
 
    no updates available, whereas missing/remove indicates that the status
255
 
    is unknown, LP: #339066
256
 
 
257
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 07 Mar 2009 00:32:56 -0600
258
 
 
259
 
update-notifier (0.76.4) jaunty; urgency=low
260
 
 
261
 
  * fix corner cases when the update icon still
262
 
    appears even if run in auto launch mode (thanks to
263
 
    Steve Langasek)
264
 
 
265
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 04 Mar 2009 09:37:20 +0100
266
 
 
267
 
update-notifier (0.76.3) jaunty; urgency=low
268
 
 
269
 
  * use the gconf /apps/update-manager/launch_time key
270
 
    to detect the last lauch time. this means the autolaunch
271
 
    time is reset on each manual update-manager run too
272
 
 
273
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 03 Mar 2009 14:57:27 +0100
274
 
 
275
 
update-notifier (0.76.2) jaunty; urgency=low
276
 
 
277
 
  * src/reboot.c:
278
 
    - show the reboot required dialog only once per
279
 
      session (thanks to mdz for the report)
280
 
  * src/update.c:
281
 
    - when checking if update-manager needs to be auto launched,
282
 
      take the time of the last package installs/removals into
283
 
      consideration as well (as requested by the DX team)
284
 
    - when auto launching update-manager, run with nice and 
285
 
      ionice -c3
286
 
  * src/update-notifier.c:
287
 
    - add --debug-autolaunch switch
288
 
 
289
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 02 Mar 2009 15:38:28 +0100
290
 
 
291
 
update-notifier (0.76.1) jaunty; urgency=low
292
 
 
293
 
  * ui/reboot-reqruied.glade:
294
 
    - add dialog title for auto-launching
295
 
  * data/update-notifier.schemas.in:
296
 
   - set default launch interval to 7 days now (as asked for
297
 
     by the DX team) 
298
 
  * data/apt_check.py:
299
 
    - fix i18n plural forms (LP: #325251)
300
 
 
301
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 23 Feb 2009 20:47:37 +0100
302
 
 
303
 
update-notifier (0.76) jaunty; urgency=low
304
 
 
305
 
  * make "auto_launch" update-manager mode the default (as asked
306
 
    for by the DX team)
307
 
  * set "regular_auto_launch_interval" to 2 days for the development
308
 
    release. this default will change to 7 days for the stable
309
 
    release
310
 
  * run update-manager with "--no-focus-on-map" when in 
311
 
    "auto_launch" mode
312
 
  * add "/apps/update-notifier/regular_auto_launch_interval" gconf
313
 
    key that controls at what intervals (in days) update-manager is 
314
 
    automatically launched for regular updates (security updates 
315
 
    will be launched immediately). This only affects users that use
316
 
    "/apps/update-notifier/auto_launch"
317
 
  * make the interactive upgrade hooks dialog open up immediately
318
 
    if "auto_launch" is enabled
319
 
  * make the reboot required dialog open up immediately if "auto_launch" 
320
 
    is enabled
321
 
 
322
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 16 Feb 2009 17:06:56 +0100
323
 
 
324
 
update-notifier (0.75.10) jaunty; urgency=low
325
 
 
326
 
  * add gconf "/apps/update-notifier/auto_launch" option that 
327
 
    can automatically launch update-manager (defaults to 
328
 
    "false" for now until focus it not stolen)
329
 
 
330
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 06 Feb 2009 14:33:06 +0100
331
 
 
332
 
update-notifier (0.75.9) jaunty; urgency=low
333
 
 
334
 
  * debian/99update-notifier:
335
 
    - remove /var/run/updates-available after package installation
336
 
      (LP: #319438)
337
 
  
338
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 04 Feb 2009 16:36:27 +0100
339
 
 
340
 
update-notifier (0.75.8) jaunty; urgency=low
341
 
 
342
 
  * debian/update-notifier.docs:
343
 
    - fix filename and use it again (LP: #319194)
344
 
  * fix reboot action (LP: #314409)
345
 
 
346
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 23 Jan 2009 15:21:02 +0100
347
 
 
348
 
update-notifier (0.75.7) jaunty; urgency=low
349
 
 
350
 
  [ Michael Vogt ]
351
 
  * src/hal.c: 
352
 
    - fix incorrect capitalization (LP: #186594) 
353
 
    
354
 
  [ Chris Coulson ]
355
 
  * src/update-notifier.c:
356
 
    - Revert an earlier change to call gnome_program_init()
357
 
      again. reboot.c still depends on this (LP: #302326)
358
 
 
359
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 20 Jan 2009 19:59:20 +0100
360
 
 
361
 
update-notifier (0.75.6) jaunty; urgency=low
362
 
 
363
 
  * data/update-notifier.desktop.in:
364
 
    - work with other DEs than gnome,xfce (LP: #300463)
365
 
  * po/POTFILES.in:
366
 
    - add missing file (LP: #298806)
367
 
  * src/update-notifier.c:
368
 
    - make "--force" start u-n even for system users (LP: #294569)
369
 
    - add gconf-key /apps/update-notifier/end_system_uids to make
370
 
      this configurable
371
 
  * src/update.{cc,h}:
372
 
    - show amount of updates available in notification 
373
 
      (LP: #243695) as well
374
 
 
375
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 25 Nov 2008 21:24:31 +0100
376
 
 
377
 
update-notifier (0.75.5) jaunty; urgency=low
378
 
 
379
 
  * data/notify-reboot-required:
380
 
    - fix breakage when gettext-base is not installed
381
 
      (thanks to StevenK)
382
 
 
383
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 18 Nov 2008 09:57:35 +0100
384
 
 
385
 
update-notifier (0.75.4) jaunty; urgency=low
386
 
 
387
 
  [ Dustin Kirkland ]
388
 
  * data/Makefile.am: install 
389
 
    - update-motd-reboot-required and 
390
 
    - update-motd-updates-available
391
 
  * data/notify-reboot-required: 
392
 
    - write human-readable, translatable output to /var/run/reboot-required
393
 
  * data/update-motd-reboot-required: 
394
 
    - standalone shell script for use in update-motd
395
 
  * data/update-motd-updates-available: 
396
 
    - standalone shell script to call apt-check with --human-readable option; 
397
 
      hook for use in update-motd
398
 
  * debian/control: 
399
 
    - recommend update-motd (>= 1.9), which contains fine grained motd
400
 
      update frequency control
401
 
  
402
 
  [ Michael Vogt ]
403
 
  * po/POTFILES.in:
404
 
    - add data/notify-reboot-required
405
 
  * data/update-motd-updates-available:
406
 
    - add checks so that apt-check only runs if the sources.list or the
407
 
      package lists changed
408
 
  * debian/rules:
409
 
    - byebye arch-build target
410
 
  * .bzr-builddeb/default.conf:
411
 
    - welcome "[HOOKS]\npre-build"
412
 
 
413
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 11 Nov 2008 16:52:31 +0100
414
 
 
415
 
update-notifier (0.75.3) jaunty; urgency=low
416
 
 
417
 
  * data/apt_check.py:
418
 
    - add "--human-readable" that gives the output
419
 
      in a human readable format (useful for e.g. scripts)
420
 
  * po/POTFILES.in:
421
 
    - updated
422
 
    - re-run make update-po
423
 
 
424
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Nov 2008 20:59:04 +0100
425
 
 
426
 
update-notifier (0.75.2) jaunty; urgency=low
427
 
 
428
 
  * data/apt_check.py:
429
 
    - make it a module so that it be shared with
430
 
      update-notifier-kde
431
 
    - rename so that it can be imported by update-notifier-kde
432
 
    - create compat symlink
433
 
    - use dgettext() so that it can be used from a different
434
 
      gettext domain that update-notifier
435
 
    - move the option parser out of run()
436
 
  * po/POTFILES.in:
437
 
    - add missing files
438
 
  * debian/update-notifier-common.install:
439
 
    - move the translations into this package
440
 
 
441
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Nov 2008 20:15:11 +0100
442
 
 
443
 
update-notifier (0.75.1) jaunty; urgency=low
444
 
 
445
 
  * debian/update-notifier-common.install:
446
 
    - move apt-check, apt-cdrom-check and cdromdistupgrade
447
 
      into update-notifier-common
448
 
 
449
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Nov 2008 18:59:24 +0100
450
 
 
451
 
update-notifier (0.75) jaunty; urgency=low
452
 
 
453
 
  * debian/15update-stamp:
454
 
    - make it cooperate with other update-success hooks
455
 
  * data/cddistupgrader:
456
 
    - fix quoting issues
457
 
  * src/update-notifier.c:
458
 
    - honor "--force" again and show the update-notifications
459
 
      then even for users not in the admin group (LP: #288099)
460
 
    - merge the gio branch
461
 
    - change statup delay to be calculated in seconds
462
 
    - change default to 5
463
 
  * data/update-notifier.desktop.in:
464
 
    - set delay to 60 sec
465
 
  * do not use GnomeClient anymore on all places where this is
466
 
    possible - we can not remove it entirely (yet) because
467
 
    reboot.c depends on it to do a cross desktop session exit
468
 
    request
469
 
  * src/update-notifier.c:
470
 
    - move package manager to foreground if possible (LP: #274562), 
471
 
      thanks to Muhammad Ameen
472
 
  * use the glib checksum functions instead of home grown 
473
 
    implementation (thanks to Bruce Cowan)
474
 
 
475
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 05 Nov 2008 10:24:01 +0100
476
 
 
477
 
update-notifier (0.71.8) intrepid; urgency=low
478
 
 
479
 
  * src/hooks.c:
480
 
    - when looking for inline translations in the notes file, 
481
 
      check for keys with the CODESET added too to match what
482
 
      intltool-debian outputs (LP: #287556)
483
 
 
484
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 22 Oct 2008 22:34:50 +0200
485
 
 
486
 
update-notifier (0.71.7) intrepid; urgency=low
487
 
 
488
 
  * src/update-notifier.c:
489
 
    - check for all system user UIDs and do not start in this case
490
 
      (LP: #286037)
491
 
 
492
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 20 Oct 2008 15:13:27 +0200
493
 
 
494
 
update-notifier (0.71.6) intrepid; urgency=low
495
 
 
496
 
  * ui/hooks-dialog.glade:
497
 
    - make it avaialble via alt-tab
498
 
  * src/update.c, src/update-notifier.c:
499
 
    - allow running for non-admin users so that they can
500
 
      see the hook notifications too (LP: #281837)
501
 
    - ensure that its not run for the gdm guest user
502
 
  * src/hooks.c:
503
 
    - add optional "OnlyAdminUsers" key (defaults to "true")
504
 
      so that non-admin users get not swamped with old 
505
 
      notifications after the ugprade to intrepid
506
 
 
507
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 16 Oct 2008 18:27:43 +0200
508
 
 
509
 
update-notifier (0.71.5) intrepid; urgency=low
510
 
 
511
 
  * data/apt-cdrom-check:
512
 
    - fix incorrect quoting in release upgrade disk
513
 
      detection
514
 
 
515
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 14 Oct 2008 16:51:51 +0200
516
 
 
517
 
update-notifier (0.71.4) intrepid; urgency=low
518
 
 
519
 
  * src/hooks.c:
520
 
    - support "ButtonText" tag in note
521
 
    - deal with empty "Name" tag
522
 
 
523
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 10 Oct 2008 20:00:52 +0200
524
 
 
525
 
update-notifier (0.71.3) intrepid; urgency=low
526
 
 
527
 
  * src/hal.c:
528
 
    - check for already mounted CDs when starting up (LP: #276728)
529
 
 
530
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 01 Oct 2008 16:53:41 +0200
531
 
 
532
 
update-notifier (0.71.2) intrepid; urgency=low
533
 
 
534
 
  * src/update.c:
535
 
    - do not start two update-managers on double click
536
 
      (LP: #258128)
537
 
    - wording fixes (LP: #254313), thanks to Gabor Kelemen
538
 
  * src/reboot.c:
539
 
    - change the way gnome_client_request_save() is run
540
 
      to work with the latest gnome-session (LP: #214446)
541
 
    - better wording in the reboot dialog (LP: #211616)
542
 
  * data/apt-cdrom-check:
543
 
    - fix edubuntu addon CD detection
544
 
  * po/zh_CN:
545
 
    - new translation (thanks to Deng Xiyue, closes: #497957)
546
 
 
547
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 05 Sep 2008 21:05:08 +0200
548
 
 
549
 
update-notifier (0.71.1) intrepid; urgency=low
550
 
 
551
 
  * src/update.c:
552
 
    - make the "repository-outdated" nag message more clear
553
 
      and mention that unavailable repositores may cause the
554
 
      problem (LP: #243876)
555
 
  * data/apt-check:
556
 
    - fix incorrect display of number of updates (LP: #251494)
557
 
 
558
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 28 Jul 2008 14:32:47 +0200
559
 
 
560
 
update-notifier (0.71) intrepid; urgency=low
561
 
 
562
 
  * data/apt-check:
563
 
    - check for intermediate version when checking if a upgrade
564
 
      is security releated or not. its possible that a upgrade
565
 
      is available in -security and a newer one in -updates that
566
 
      has the security fixes applied as well but shows up in 
567
 
      update-notifier as a normal update instead of a security
568
 
      releated one (LP: #239673)
569
 
 
570
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 30 Jun 2008 17:37:20 +0200
571
 
 
572
 
update-notifier (0.70.7) hardy; urgency=low
573
 
 
574
 
  * src/update-notifier.c:
575
 
    - support running for non-admin users too
576
 
    - support forcing gksu 
577
 
 
578
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 04 Apr 2008 23:15:31 +0200
579
 
 
580
 
update-notifier (0.70.6) hardy; urgency=low
581
 
 
582
 
  * src/update-notifier.c:
583
 
    - monitor the apt-get update stamp file too (LP: #206360)
584
 
 
585
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 01 Apr 2008 16:49:48 +0200
586
 
 
587
 
update-notifier (0.70.5) hardy; urgency=low
588
 
 
589
 
  * src/update-notifier.c:
590
 
    - delay statup checks for updates etc for 60s to avoid
591
 
      slowing down the desktop startup (for Seb128)
592
 
    - fix typo in monitored directories (LP: #188201)
593
 
  * src/update.c, src/crash.c, src/hooks.c:
594
 
    - ensure to not show notification if the icon is already
595
 
      gone (LP: #187744)
596
 
  * src/hal.c:
597
 
    - setup sensible default actions (LP: #186595)
598
 
    - do not keep the cdrom detected window on top of
599
 
      other windows (LP: #186593) and make sure it appears
600
 
      in the taskbar
601
 
  * src/reboot.c:
602
 
    - use bigger icon (LP: #149380)
603
 
 
604
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 13 Mar 2008 18:24:07 +0100
605
 
 
606
 
update-notifier (0.70.4) hardy; urgency=low
607
 
 
608
 
  * src/update.c, debian/15update-stamp:
609
 
    - run in the new APT::Update::Post-Invoke-Success slot
610
 
    - use /var/lib/apt/periodic/update-success-stamp stamp
611
 
 
612
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 06 Feb 2008 19:16:58 +0100
613
 
 
614
 
update-notifier (0.70.3) hardy; urgency=low
615
 
 
616
 
  * src/update.c:
617
 
    - string fix (thanks to Brian Murray, LP: #181375)
618
 
    - do not display a error when running on the live-cd
619
 
      and apt-check is symlinked to /bin/true
620
 
 
621
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 Jan 2008 22:16:15 +0100
622
 
 
623
 
update-notifier (0.70.2) hardy; urgency=low
624
 
 
625
 
  * debian/control:
626
 
    - fix typo in Vcs-Bzr header (thanks to Brian Murray)
627
 
  * src/update.c:
628
 
    - remove debug output
629
 
 
630
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 09 Jan 2008 09:45:14 +0100
631
 
 
632
 
update-notifier (0.70.1) hardy; urgency=low
633
 
 
634
 
  * debian/15update-stamp:
635
 
    - move the update stamp hook into its own configuration
636
 
      (LP: #181189)
637
 
  * src/hal.c:
638
 
    - do not spam .xsession-erors if no cdrom can be found
639
 
      (LP: #177437)
640
 
  * src/update.c:
641
 
    - fix incorrect initialization of GString
642
 
    - always show icon when apt is working (LP: #173149)
643
 
    - fix in the insensitve code
644
 
  * src/update-notifier.h:
645
 
    - fix timeouts for outdated repository information
646
 
  * po/POTFILES.in:
647
 
    - remove unused ui/upgrade-dialog.glade (LP: #157416)
648
 
 
649
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 08 Jan 2008 15:14:35 +0100
650
 
 
651
 
update-notifier (0.70) hardy; urgency=low
652
 
 
653
 
  * use icon theme names "software-update-available" and
654
 
    "software-update-urgent" to show that updates are
655
 
    available and use the "-urgent" icon on security 
656
 
    updates
657
 
  * show a warning icon if the last refresh of the
658
 
    repository information is older than 7 days
659
 
  * debian/10periodic:
660
 
    - install APT::Update::Post-Invoke handler so that the 
661
 
      update-stamp is always updated after a successful update
662
 
 
663
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 04 Jan 2008 16:27:34 +0100
664
 
 
665
 
update-notifier (0.67) hardy; urgency=low
666
 
 
667
 
  * Call this *#(*$# arch-build to generate the autotools files.
668
 
 
669
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 28 Nov 2007 12:48:27 +0100
670
 
 
671
 
update-notifier (0.66) hardy; urgency=low
672
 
 
673
 
  * data/update-notifier.schemas.in: Enable apport for Hardy.
674
 
 
675
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 28 Nov 2007 12:46:56 +0100
676
 
 
677
 
update-notifier (0.65) hardy; urgency=low
678
 
 
679
 
  * use getgroups() instead of getgrouplist() to work better
680
 
    with stuff from pam_groups (thanks to Sebastian Dröge)
681
 
  * add 22x22 and 24x24 icons (thanks to Alan Baghumian)
682
 
 
683
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 16 Nov 2007 10:18:09 +0100
684
 
 
685
 
update-notifier (0.61) gutsy; urgency=low
686
 
 
687
 
  * data/update-notifier.schemas.in: 
688
 
    - fix typo
689
 
 
690
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 08 Oct 2007 21:36:31 +0200
691
 
 
692
 
update-notifier (0.60) gutsy; urgency=low
693
 
 
694
 
  * data/update-notifier.schemas.in: 
695
 
    - Disable apport for RC
696
 
 
697
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 08 Oct 2007 16:27:01 +0200
698
 
 
699
 
update-notifier (0.59.6) gutsy; urgency=low
700
 
 
701
 
  * debian/rules:
702
 
    - call dh_gconf after the schemas installation so it's registred correctly,
703
 
      that makes apport integration works again
704
 
 
705
 
 -- Sebastien Bacher <seb128@canonical.com>  Mon, 24 Sep 2007 17:20:32 +0200
706
 
 
707
 
update-notifier (0.59.5) gutsy; urgency=low
708
 
 
709
 
  * code cleanups
710
 
  * fix incorrect tooltip when package manager was
711
 
    running (LP: #134959)
712
 
 
713
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 27 Aug 2007 13:31:44 +0200
714
 
 
715
 
update-notifier (0.59.4) gutsy; urgency=low
716
 
 
717
 
  * Don't install notify-reboot-required in update-notifier
718
 
 
719
 
 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 16 Aug 2007 18:39:38 +0100
720
 
 
721
 
update-notifier (0.59.3) gutsy; urgency=low
722
 
 
723
 
  * Add update-notifier-common conflicts and replaces 
724
 
    on old update-notifier
725
 
 
726
 
 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 16 Aug 2007 15:45:29 +0100
727
 
 
728
 
update-notifier (0.59.2) gutsy; urgency=low
729
 
 
730
 
  * Re-libtoolise before upload, fix fail to compile
731
 
 
732
 
 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 16 Aug 2007 12:18:40 +0100
733
 
 
734
 
update-notifier (0.59.1) gutsy; urgency=low
735
 
 
736
 
  [Jonathan Riddell]
737
 
  * Split some files into update-notifier-common for sharing
738
 
    with adept-notifier
739
 
  
740
 
  [Michael Vogt]
741
 
  * fix schema location to /usr/share/gconf/schemas
742
 
 
743
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 15 Aug 2007 19:01:27 +0200
744
 
 
745
 
update-notifier (0.59) gutsy; urgency=low
746
 
 
747
 
  * fix crash in leftover from pre-GtkStatusIcon code (LP: #127965)
748
 
  * consitently use notify_notification_new_with_status_icon()
749
 
 
750
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 27 Jul 2007 22:28:30 +0200
751
 
 
752
 
update-notifier (0.58) gutsy; urgency=low
753
 
 
754
 
  * use GtkStatusIcon instead of EggTrayIcon, that makes
755
 
    the code significantly simpler
756
 
  * debian/rules: 
757
 
    - use dh_icons instead of dh_iconcache
758
 
 
759
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 17 Jul 2007 15:30:42 +0100
760
 
 
761
 
update-notifier (0.57.3) gutsy; urgency=low
762
 
 
763
 
  * data/update-notifier.schemas.in: Enable apport again for Tribe-2.
764
 
 
765
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 26 Jun 2007 13:00:35 +0200
766
 
 
767
 
update-notifier (0.57.2) gutsy; urgency=low
768
 
 
769
 
  * fix spelling mistake in addon CD detection (LP#110352)
770
 
  * fix incorrect desktop file name 
771
 
  * add AptOnCD media detection (thanks to Rafael Proenca)
772
 
 
773
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 20 Jun 2007 21:24:34 +0200
774
 
 
775
 
update-notifier (0.57.1) gutsy; urgency=low
776
 
 
777
 
  * remove dbus-1-utils dependency
778
 
  * use gtk-yes for restart notification (LP#103710)
779
 
  * fix spelling mistakes (LP#64485)
780
 
  * fix memory-leak in in_admin_group()
781
 
 
782
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 23 May 2007 13:00:45 +0200
783
 
 
784
 
update-notifier (0.57) gutsy; urgency=low
785
 
 
786
 
  * fix cdrom detection for cdrom mountpoints with spaces (LP#114593)
787
 
  * implemented new "Title" key in the UpgradeHooks file 
788
 
    (for IncreaseHardwareDatabasePariticipation spec)
789
 
  
790
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 May 2007 15:55:19 +0200
791
 
 
792
 
update-notifier (0.56.3) feisty; urgency=low
793
 
 
794
 
  * data/update-notifier.schemas.in: Flip apport crash reporting default to
795
 
    'false' for the release.
796
 
 
797
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon,  9 Apr 2007 14:20:49 +0200
798
 
 
799
 
update-notifier (0.56.2) feisty; urgency=low
800
 
 
801
 
  * debian/control: Add X-Vcs-Bzr.
802
 
  * Add data/update-notifier.schemas.in with a key to enable/disable apport
803
 
    report displaying (/apps/update-notifier/show_apport_crashes). Add
804
 
    necessary autotools infrastructure for i18n and installation.
805
 
  * src/crash.c: Do not show apport crash reports if above gconf key is false.
806
 
 
807
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed,  4 Apr 2007 17:47:50 +0200
808
 
 
809
 
update-notifier (0.56.1) feisty; urgency=low
810
 
 
811
 
  * src/update.c:
812
 
    - pass the correct with_gksu flag on right-click (LP:#88825)
813
 
    - fix software-properties call (LP#93909)
814
 
    - fix race in file_monitor_periodic_check() (LP#91277)
815
 
  * data/apt-check.py:
816
 
    - use the system python (LP#94434)
817
 
 
818
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 22 Mar 2007 10:15:51 +0100
819
 
 
820
 
update-notifier (0.56) feisty; urgency=low
821
 
 
822
 
  [ Jonathan Riddell ]
823
 
  * src/crash.c: Fix spelling.
824
 
 
825
 
  [ Martin Pitt ]
826
 
  * src/update-notifier.c: Now that we have it, use apport's native icon
827
 
    instead of the bomb.
828
 
  * Remove pixmaps/16x16/crashreport-notifier.png, obsolete.
829
 
 
830
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 22 Feb 2007 13:56:12 +0100
831
 
 
832
 
update-notifier (0.55) feisty; urgency=low
833
 
 
834
 
  * src/rfc822.c:
835
 
    - fix the parser to deal with ' .\n' lines properly
836
 
 
837
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 16 Feb 2007 15:02:00 +0100
838
 
 
839
 
update-notifier (0.54) feisty; urgency=low
840
 
 
841
 
  * src/hooks.c:
842
 
    - added Gettext-Domain key support 
843
 
    - added DisplayIf command support
844
 
     (IncreaseHardwareDatabaseParticipation)
845
 
  * src/hwdb_client.[ch]: 
846
 
    - removed, the notification will be done via the hooks
847
 
  * src/update-notifier.c:
848
 
    - remove hwdb_client_check() 
849
 
    - "--debug-hooks" does not take a argument anymore
850
 
  * HOOKS: updated the documentation 
851
 
 
852
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 16 Feb 2007 10:48:05 +0100
853
 
 
854
 
update-notifier (0.53) feisty; urgency=low
855
 
 
856
 
  * detection for addon CDs added (as speced in EdubuntuOnTwoCDs)
857
 
 
858
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  6 Feb 2007 12:47:17 +0100
859
 
 
860
 
update-notifier (0.52) feisty; urgency=low
861
 
 
862
 
  * INSTALL: Update to automake 1.10 version.
863
 
  * src/hwdb_client.c: Check for hwdb-gui before displaying notification.
864
 
  * src/hwdb_client.c: Do not display notification if
865
 
    /var/lib/hwdb-client-common/no-notification exists.
866
 
 
867
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon,  5 Feb 2007 13:31:48 +0100
868
 
 
869
 
update-notifier (0.51) feisty; urgency=low
870
 
 
871
 
  * Add src/hwdb_client.[hc]: Implement notification bubble for hwdb-client.
872
 
    The notification triggers on a live sytem (/proc/cmdline contains
873
 
    "boot=casper") and the first time the user with uid=1000 logs in.
874
 
  * INSTALL: Update to current FSF version.
875
 
 
876
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu,  1 Feb 2007 16:16:09 +0100
877
 
 
878
 
update-notifier (0.50.3) feisty; urgency=low
879
 
 
880
 
  * src/crash.c: Only show a notification for system crash reports, do not
881
 
    immediately throw gksu into the user's face unexpectedly and steal the
882
 
    focus.
883
 
  * src/update-notifier.h: Add a third argument to invoke_with_gksu which uses
884
 
    'descr' as the complete message instead of just the desktop file name. Fix
885
 
    all calls to it.
886
 
  * src/crash.c: Use a more meaningful message for gksu'ing to access system
887
 
    crash reports.
888
 
  * autogen.sh: Call autoreconf/intltoolize/aclocal instead of
889
 
    gnome-autogen.sh, since the latter just breaks randomly and doesn't
890
 
    actually do anything useful for us.
891
 
 
892
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 22 Jan 2007 15:24:20 +0100
893
 
 
894
 
update-notifier (0.50.2) feisty; urgency=low
895
 
 
896
 
  [Martin Pitt]
897
 
  * src/crash.c: If the user is an admin, also check for crashes of system
898
 
    programs (apport-checkreports --system) and invoke apport-gtk through gksu
899
 
    for them. Closes: LP#62316
900
 
  [Michael Vogt]
901
 
  * data/apt-cdrom-check:
902
 
    - fix bashism in detection code
903
 
    - use gpgv instead of gpg for signature verification
904
 
 
905
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 12 Jan 2007 18:50:56 +0100
906
 
 
907
 
update-notifier (0.50.1) feisty; urgency=low
908
 
 
909
 
  * src/avahi.c: Fix string quotes to fix FTBFS on the buildds (worked just
910
 
    fine on local feisty, duh).
911
 
 
912
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 12 Dec 2006 16:39:08 +0100
913
 
 
914
 
update-notifier (0.50) feisty; urgency=low
915
 
 
916
 
  * Add check for /var/run/avahi-daemon/disabled-for-unicast-local, which
917
 
    indicates that Avahi was disabled due to an already existing unicast
918
 
    .local domain. This is invalid and breaks that domain, thus Avahi gets
919
 
    disabled in that case. Inform the user about it, as per
920
 
    https://wiki.ubuntu.com/ZeroConfNetworking.
921
 
 
922
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 12 Dec 2006 12:14:10 +0100
923
 
 
924
 
update-notifier (0.43.3) UNRELEASED; urgency=low
925
 
 
926
 
  * Add check for /var/run/avahi-daemon/disabled-for-unicast-local, which
927
 
    indicates that Avahi was disabled due to an already existing unicast
928
 
    .local domain. This is invalid and breaks that domain, thus Avahi gets
929
 
    disabled in that case. Inform the user about it, as per
930
 
    https://wiki.ubuntu.com/ZeroConfNetworking.
931
 
 
932
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 12 Dec 2006 12:14:10 +0100
933
 
 
934
 
update-notifier (0.43.2) edgy; urgency=low
935
 
 
936
 
  * data/apt-cdrom-check:
937
 
    - fix problem in the dist-upgrade cdrom detection
938
 
  * po/POTFILES.in:
939
 
    - missing missing file in POTFILES.in (lp: #63151)
940
 
  * src/hooks.c:
941
 
    - support for urls in the hooks
942
 
  * ui/reboot.glade:
943
 
    - fix typos (lp: #61537)
944
 
  * ui/hooks-dialog.glade:
945
 
    - make the string simpler (lp: #42733)
946
 
 
947
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon,  2 Oct 2006 16:53:21 +0200
948
 
 
949
 
update-notifier (0.43.1) edgy; urgency=low
950
 
 
951
 
  * data/cddistupgrade, data/apt-cdrom-check:
952
 
    - fixes in cdrom based dist-upgrade code 
953
 
 
954
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Sun,  3 Sep 2006 11:33:37 +0200
955
 
 
956
 
update-notifier (0.43) edgy; urgency=low
957
 
 
958
 
  * support for CDs with a dist-upgrader (see the CDRomBasedUpgradesSpec
959
 
    for details)
960
 
  * don't run update-manager as root (it works fine as user now)
961
 
 
962
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri,  1 Sep 2006 17:22:48 +0200
963
 
 
964
 
update-notifier (0.42.13build1) edgy; urgency=low
965
 
 
966
 
  * Rebuild against dbus 0.90
967
 
 
968
 
 -- Sebastian Dröge <slomo@ubuntu.com>  Mon, 28 Aug 2006 19:59:24 +0200
969
 
 
970
 
update-notifier (0.42.13) edgy; urgency=low
971
 
 
972
 
  * po/sv.po:
973
 
    - new translation (thanks to Daniel Nylander and Gustavo N. Silva)
974
 
  * really hide the crash icon after runing apport-gtk
975
 
  * made the branding more neutral in the CD detection (thanks to 
976
 
    Gustavo Noronha Silva)
977
 
 
978
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 28 Aug 2006 17:07:23 +0200
979
 
 
980
 
update-notifier (0.42.12) edgy; urgency=low
981
 
 
982
 
  * always hide the crash icon after runing apport-gtk
983
 
    (lp: #56030)
984
 
 
985
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 11 Aug 2006 16:16:23 +0200
986
 
 
987
 
update-notifier (0.42.11) edgy; urgency=low
988
 
 
989
 
  * src/crash.c:
990
 
    - use apport-checkreports to figure if reports are 
991
 
      interessting for us
992
 
    - don't display a crash icon if no report application is 
993
 
      found (apport-gtk) (lp: #55791)
994
 
  * src/update.c:
995
 
    - don't save the last righ-click user action as new default
996
 
      (caused too much confusion). Thanks to Seb128 for this.
997
 
  * debian/control:
998
 
    - recommends "apport-gtk" now
999
 
 
1000
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 Aug 2006 11:26:07 +0200
1001
 
 
1002
 
update-notifier (0.42.10) edgy; urgency=low
1003
 
 
1004
 
  * improved the crash report handling:
1005
 
    - only consider size > 0 
1006
 
    - wording
1007
 
    - start apport-gtk immediately when new reports come in
1008
 
    - show a "crashreports found" icon if old reports are availale 
1009
 
      on startup
1010
 
    - fix incorrect tooltip
1011
 
 
1012
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  8 Aug 2006 10:05:28 +0200
1013
 
 
1014
 
update-notifier (0.42.9) edgy; urgency=low
1015
 
 
1016
 
  * fix the crash-report tool location
1017
 
  * removed libgamin-dev from the build-depends (we use gnome-vfs now)
1018
 
  * switch to use GtkIconTheme
1019
 
 
1020
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 27 Jul 2006 15:40:41 +0200
1021
 
 
1022
 
update-notifier (0.42.8) edgy; urgency=low
1023
 
 
1024
 
  * basic support for crash reports added (AutomatedProblemReporting spec)
1025
 
 
1026
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 24 Jul 2006 14:46:44 +0200
1027
 
 
1028
 
update-notifier (0.42.7) edgy; urgency=low
1029
 
 
1030
 
  * data/apt-check:
1031
 
    - fix the "clean" method and make it more efficient with the new
1032
 
      apt (with auto-mark support)
1033
 
 
1034
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  4 Jul 2006 11:11:44 +0200
1035
 
 
1036
 
update-notifier (0.42.6) dapper; urgency=low
1037
 
 
1038
 
  * pixmaps/update-icon.png:
1039
 
    - new icon (thanks to dholbach and the artwork team)
1040
 
  * src/update-notifier.c:
1041
 
    - use "gksu" instead of "gksudo" (we set /apps/gksu/sudo-mode=true)
1042
 
      in gksu by default
1043
 
 
1044
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 26 May 2006 11:31:44 +0200
1045
 
 
1046
 
update-notifier (0.42.5) dapper; urgency=low
1047
 
 
1048
 
  * pixmaps/hook-notifier.png:
1049
 
    - new icon (thanks to dholbach and the artwork team)
1050
 
 
1051
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 24 May 2006 13:13:27 +0200
1052
 
 
1053
 
update-notifier (0.42.4) dapper; urgency=low
1054
 
 
1055
 
  * src/update-notifier.c:
1056
 
    - increase the timeout for apt operation detection to better
1057
 
      support slower systems (#31311)
1058
 
    - fix bug in GOptionsEntry array (#44747)
1059
 
    - fix double-click (#43774)
1060
 
  * src/update.c:
1061
 
    - fix consistency problem with update-manager (ubuntu #38382)
1062
 
  * pixmaps/reboot.png:
1063
 
    - use the new Human icon (ubuntu: #41155)
1064
 
 
1065
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 18 May 2006 10:38:04 +0200
1066
 
 
1067
 
update-notifier (0.42.3) dapper; urgency=low
1068
 
 
1069
 
  * ui/reboot-dialog.glade:
1070
 
    - fixed missing "Translatable" property (*sigh*) (ubuntu: #43522)
1071
 
 
1072
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 11 May 2006 17:07:51 +0200
1073
 
 
1074
 
update-notifier (0.42.2) dapper; urgency=low
1075
 
 
1076
 
  * po/POTFILES.in:
1077
 
    - added missing ui/reboot-dialog.glade (ubuntu: #43522)
1078
 
  * data/update-notifier.desktop.in:
1079
 
    - added XFCE to list of autostart desktop environments (ubuntu: #43079)
1080
 
  * use the desktop file when runing gksu (thanks to Sebastian Heinlein)
1081
 
 
1082
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon,  8 May 2006 14:21:47 +0200
1083
 
 
1084
 
update-notifier (0.42.1) dapper; urgency=low
1085
 
 
1086
 
  * src/update.c:
1087
 
    - add a missing gtk_widget_unrealize() (ubuntu: #5752)
1088
 
    - fix start of software-properties tool (ubuntu: #41842)
1089
 
  * src/trayicon.c:
1090
 
    - apply patch from upstream to fix issues with transparent
1091
 
      panels (ubuntu: 32173)
1092
 
 
1093
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  2 May 2006 10:42:59 +0200
1094
 
 
1095
 
update-notifier (0.42) dapper; urgency=low
1096
 
 
1097
 
  * pixmaps/reboot-icon.png, pixmaps/update-icon.png:
1098
 
    - new icons from the icon designer
1099
 
 
1100
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 18 Apr 2006 09:58:53 +0200
1101
 
 
1102
 
update-notifier (0.41.15) dapper; urgency=low
1103
 
 
1104
 
  * data/apt-check fix typo (ubuntu: #39153)
1105
 
 
1106
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 11 Apr 2006 19:50:41 +0200
1107
 
 
1108
 
update-notifier (0.41.14) dapper; urgency=low
1109
 
 
1110
 
  * src/update.c: wording fixes (ubuntu: #38572, #38138)
1111
 
  * debian/control: added gksu dependency (ubuntu: #35412)
1112
 
  * add a warning about unsaved work to the reboot dialog (ubuntu: #35443)
1113
 
  * data/apt-check: better error handling for cache errors 
1114
 
    (ubuntu: #29295,#34895)
1115
 
  * fix the 1px space in the notification area (ubuntu: #5752, thanks
1116
 
    to Crispin Flowerday)
1117
 
 
1118
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Apr 2006 17:06:25 +0200
1119
 
 
1120
 
update-notifier (0.41.13) dapper; urgency=low
1121
 
 
1122
 
  * data/apt-check: fix a exception in the saveDistUpgrade code
1123
 
  * src/hooks.c: show the hook notification with a bit of delay
1124
 
 
1125
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri,  7 Apr 2006 11:33:14 +0200
1126
 
 
1127
 
update-notifier (0.41.12) dapper; urgency=low
1128
 
 
1129
 
  * fix FTBFS because of missing cleanup in debian/rules arch-build
1130
 
    target
1131
 
 
1132
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed,  5 Apr 2006 16:59:48 +0200
1133
 
 
1134
 
update-notifier (0.41.11) dapper; urgency=low
1135
 
 
1136
 
  * various internal fixes
1137
 
  * added notification on available hooks
1138
 
  * dont show/close the updates notification when apt is runing
1139
 
  * close the notification when the icon is clicked
1140
 
  
1141
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed,  5 Apr 2006 12:08:45 +0200
1142
 
 
1143
 
update-notifier (0.41.10) dapper; urgency=low
1144
 
 
1145
 
  * added to /etc/xdg/autostart
1146
 
 
1147
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 13 Mar 2006 11:34:29 +0000
1148
 
 
1149
 
update-notifier (0.41.9) dapper; urgency=low
1150
 
 
1151
 
  * fix a typo (ubuntu #28672)
1152
 
 
1153
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu,  2 Mar 2006 14:41:21 +0100
1154
 
 
1155
 
update-notifier (0.41.8) dapper; urgency=low
1156
 
 
1157
 
  * po/pt_BR.po: updated translation, thanks to 
1158
 
    Carlos Eduardo Pedroza Santiviago
1159
 
  * po/fi.po: updated finnish translation (thanks to Timo Jyrinki)
1160
 
  * data/apt-check: be more precise when calculating the upgrade
1161
 
 
1162
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 20 Feb 2006 22:16:29 +0100
1163
 
 
1164
 
update-notifier (0.41.7.cln) dapper; urgency=low
1165
 
 
1166
 
  * Minor cleanup.
1167
 
 
1168
 
 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Fri, 17 Feb 2006 19:27:13 +0100
1169
 
 
1170
 
update-notifier (0.41.8) dapper; urgency=low
1171
 
 
1172
 
  * src/update.c: alignment fix for the right-click menu
1173
 
 
1174
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 14 Feb 2006 15:59:24 +0100
1175
 
 
1176
 
update-notifier (0.41.7) dapper; urgency=low
1177
 
 
1178
 
  * updated eggtrayicon to latest cvs
1179
 
  * wait before creating the icon to give the trayapplet a chance to appear
1180
 
    (another reason that may cause the 100% cpu problem)
1181
 
  * fix a problem that may have caused the icon to appear sensitive while
1182
 
    apt was runing (#31311)
1183
 
 
1184
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 14 Feb 2006 09:17:00 +0100
1185
 
 
1186
 
update-notifier (0.41.6) dapper; urgency=low
1187
 
 
1188
 
  * fix a problem that can lead to 100% on panel restarts
1189
 
  * fix remaining bits to not show reboot-notification during 
1190
 
    install/upgrades  
1191
 
 
1192
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 10 Feb 2006 12:51:35 +0100
1193
 
 
1194
1
update-notifier (0.41.5) dapper; urgency=low
1195
2
 
1196
3
  * src/update-notifier.c: