1
update-notifier (0.97) UNRELEASED; urgency=low
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.
7
-- Kees Cook <kees@ubuntu.com> Wed, 10 Mar 2010 23:03:25 -0800
9
update-notifier (0.96) lucid; urgency=low
11
* debian/cpu-checker/check-bios-nx: adjust informational URL, eliminate
12
"filter" language in favor of "disable".
14
-- Kees Cook <kees@ubuntu.com> Thu, 18 Feb 2010 12:23:28 -0800
16
update-notifier (0.95) lucid; urgency=low
18
* debian/cpu-checker/*, debian/rules, debian/update-notifier-common.links:
19
add NX bit sanity checker to be included in motd updates.
21
-- Kees Cook <kees@ubuntu.com> Wed, 17 Feb 2010 15:05:16 -0800
23
update-notifier (0.94) lucid; urgency=low
25
* Add src/hplip.{h,c}:
26
- listen to com.hp.hplip.NeedPlugin events
28
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 Feb 2010 13:34:08 +0100
30
update-notifier (0.93) lucid; urgency=low
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
36
-- Sebastien Bacher <seb128@ubuntu.com> Mon, 01 Feb 2010 15:36:10 -0800
38
update-notifier (0.92) lucid; urgency=low
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)
44
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 26 Nov 2009 11:09:42 +0100
46
update-notifier (0.91) lucid; urgency=low
50
- do not auto-open restart required dialog, do this check in
51
the calling clients (like update-manager) instead
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
68
* Pass LDFLAGS down to configure.
69
* Build-dep on autotools-dev to ensure config.sub and config.guess are
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
79
* Drop useless DEBVER from rules.
80
* Move to debhelper 7; bump bdep and compat.
82
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 Nov 2009 09:19:46 +0100
84
update-notifier (0.90) karmic; urgency=low
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)
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)
99
- use gtk-dialog-warning-panel by default and use gtk
100
fallback mechanism to use the gtk-dialog-warning stock icon
102
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 15 Oct 2009 17:15:35 +0200
104
update-notifier (0.89) karmic; urgency=low
106
[ Mario Limonciello ]
108
- Fallback to HAL if possible to reboot (LP: #437333)
112
- wait for pending aptdaemon transactions before showing
113
the reboot required dialog (LP: #445634)
117
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 09 Oct 2009 16:40:44 +0200
119
update-notifier (0.88) karmic; urgency=low
121
* ui/reboot-dialog.ui:
122
- simplify text in the restart required UI (LP: #397324),
123
thanks to Scott Ritchie
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
132
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Sep 2009 18:41:30 +0200
134
update-notifier (0.87) karmic; urgency=low
137
* debian/control: recommend libpam-modules rather than update-motd,
140
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Jul 2009 17:18:45 -0500
142
update-notifier (0.86) karmic; urgency=low
146
- build using --as-needed to reduce the depends
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
155
* src/update-notifier.c:
156
- if display can not be opened, show a propper error message
157
and do not crash (LP: #317745)
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
173
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Jul 2009 16:50:46 +0200
175
update-notifier (0.85) karmic; urgency=low
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
184
- drop libgnome-dev, libhal-dev
186
- when checking for apt/dpkg logs, ignore empty ones,
187
they are most likely caused by logrotate (thanks to
189
- when checking apt/dpkg logs, glob() for the old(er)
190
ones too (thanks to Dan Kegel)
192
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Jul 2009 17:25:16 +0200
194
update-notifier (0.80) karmic; urgency=low
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)
203
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 06 Jul 2009 13:23:06 +0200
205
update-notifier (0.79) karmic; urgency=low
208
* ported from glade to gtkbuilder
212
- ensure that updates in both -updates and -security are
213
only counted once (thanks to Emmet)
215
- add strict dependency on update-notifier-common
217
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 29 Jun 2009 14:11:25 +0200
219
update-notifier (0.78) karmic; urgency=low
222
- better debug output
223
- add AUTOLAUNCH_MINIMAL_SECURITY_INTERVAL (LP: #369198)
224
* src/update-notifier.c:
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
232
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 24 Apr 2009 15:39:34 +0200
234
update-notifier (0.76.7) jaunty; urgency=low
236
* fix crash in --debug mode (LP: #348883, #348110)
238
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Mar 2009 11:01:09 +0100
240
update-notifier (0.76.6) jaunty; urgency=low
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
248
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 11 Mar 2009 14:11:12 +0100
250
update-notifier (0.76.5) jaunty; urgency=low
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
257
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 07 Mar 2009 00:32:56 -0600
259
update-notifier (0.76.4) jaunty; urgency=low
261
* fix corner cases when the update icon still
262
appears even if run in auto launch mode (thanks to
265
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 04 Mar 2009 09:37:20 +0100
267
update-notifier (0.76.3) jaunty; urgency=low
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
273
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 03 Mar 2009 14:57:27 +0100
275
update-notifier (0.76.2) jaunty; urgency=low
278
- show the reboot required dialog only once per
279
session (thanks to mdz for the report)
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
286
* src/update-notifier.c:
287
- add --debug-autolaunch switch
289
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 02 Mar 2009 15:38:28 +0100
291
update-notifier (0.76.1) jaunty; urgency=low
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
299
- fix i18n plural forms (LP: #325251)
301
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 Feb 2009 20:47:37 +0100
303
update-notifier (0.76) jaunty; urgency=low
305
* make "auto_launch" update-manager mode the default (as asked
307
* set "regular_auto_launch_interval" to 2 days for the development
308
release. this default will change to 7 days for the stable
310
* run update-manager with "--no-focus-on-map" when in
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"
322
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 16 Feb 2009 17:06:56 +0100
324
update-notifier (0.75.10) jaunty; urgency=low
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)
330
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 06 Feb 2009 14:33:06 +0100
332
update-notifier (0.75.9) jaunty; urgency=low
334
* debian/99update-notifier:
335
- remove /var/run/updates-available after package installation
338
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 04 Feb 2009 16:36:27 +0100
340
update-notifier (0.75.8) jaunty; urgency=low
342
* debian/update-notifier.docs:
343
- fix filename and use it again (LP: #319194)
344
* fix reboot action (LP: #314409)
346
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 23 Jan 2009 15:21:02 +0100
348
update-notifier (0.75.7) jaunty; urgency=low
352
- fix incorrect capitalization (LP: #186594)
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)
359
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 20 Jan 2009 19:59:20 +0100
361
update-notifier (0.75.6) jaunty; urgency=low
363
* data/update-notifier.desktop.in:
364
- work with other DEs than gnome,xfce (LP: #300463)
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
372
- show amount of updates available in notification
373
(LP: #243695) as well
375
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 25 Nov 2008 21:24:31 +0100
377
update-notifier (0.75.5) jaunty; urgency=low
379
* data/notify-reboot-required:
380
- fix breakage when gettext-base is not installed
383
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Nov 2008 09:57:35 +0100
385
update-notifier (0.75.4) jaunty; urgency=low
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
399
- recommend update-motd (>= 1.9), which contains fine grained motd
400
update frequency control
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
409
- byebye arch-build target
410
* .bzr-builddeb/default.conf:
411
- welcome "[HOOKS]\npre-build"
413
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Nov 2008 16:52:31 +0100
415
update-notifier (0.75.3) jaunty; urgency=low
418
- add "--human-readable" that gives the output
419
in a human readable format (useful for e.g. scripts)
422
- re-run make update-po
424
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Nov 2008 20:59:04 +0100
426
update-notifier (0.75.2) jaunty; urgency=low
429
- make it a module so that it be shared with
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()
438
* debian/update-notifier-common.install:
439
- move the translations into this package
441
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Nov 2008 20:15:11 +0100
443
update-notifier (0.75.1) jaunty; urgency=low
445
* debian/update-notifier-common.install:
446
- move apt-check, apt-cdrom-check and cdromdistupgrade
447
into update-notifier-common
449
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Nov 2008 18:59:24 +0100
451
update-notifier (0.75) jaunty; urgency=low
453
* debian/15update-stamp:
454
- make it cooperate with other update-success hooks
455
* data/cddistupgrader:
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
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)
475
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 Nov 2008 10:24:01 +0100
477
update-notifier (0.71.8) intrepid; urgency=low
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)
484
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 22 Oct 2008 22:34:50 +0200
486
update-notifier (0.71.7) intrepid; urgency=low
488
* src/update-notifier.c:
489
- check for all system user UIDs and do not start in this case
492
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 20 Oct 2008 15:13:27 +0200
494
update-notifier (0.71.6) intrepid; urgency=low
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
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
507
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 16 Oct 2008 18:27:43 +0200
509
update-notifier (0.71.5) intrepid; urgency=low
511
* data/apt-cdrom-check:
512
- fix incorrect quoting in release upgrade disk
515
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Oct 2008 16:51:51 +0200
517
update-notifier (0.71.4) intrepid; urgency=low
520
- support "ButtonText" tag in note
521
- deal with empty "Name" tag
523
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 10 Oct 2008 20:00:52 +0200
525
update-notifier (0.71.3) intrepid; urgency=low
528
- check for already mounted CDs when starting up (LP: #276728)
530
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 01 Oct 2008 16:53:41 +0200
532
update-notifier (0.71.2) intrepid; urgency=low
535
- do not start two update-managers on double click
537
- wording fixes (LP: #254313), thanks to Gabor Kelemen
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
545
- new translation (thanks to Deng Xiyue, closes: #497957)
547
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 05 Sep 2008 21:05:08 +0200
549
update-notifier (0.71.1) intrepid; urgency=low
552
- make the "repository-outdated" nag message more clear
553
and mention that unavailable repositores may cause the
554
problem (LP: #243876)
556
- fix incorrect display of number of updates (LP: #251494)
558
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 28 Jul 2008 14:32:47 +0200
560
update-notifier (0.71) intrepid; urgency=low
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)
570
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 Jun 2008 17:37:20 +0200
572
update-notifier (0.70.7) hardy; urgency=low
574
* src/update-notifier.c:
575
- support running for non-admin users too
576
- support forcing gksu
578
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 04 Apr 2008 23:15:31 +0200
580
update-notifier (0.70.6) hardy; urgency=low
582
* src/update-notifier.c:
583
- monitor the apt-get update stamp file too (LP: #206360)
585
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 01 Apr 2008 16:49:48 +0200
587
update-notifier (0.70.5) hardy; urgency=low
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
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
602
- use bigger icon (LP: #149380)
604
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Mar 2008 18:24:07 +0100
606
update-notifier (0.70.4) hardy; urgency=low
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
612
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 06 Feb 2008 19:16:58 +0100
614
update-notifier (0.70.3) hardy; urgency=low
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
621
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Jan 2008 22:16:15 +0100
623
update-notifier (0.70.2) hardy; urgency=low
626
- fix typo in Vcs-Bzr header (thanks to Brian Murray)
628
- remove debug output
630
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 09 Jan 2008 09:45:14 +0100
632
update-notifier (0.70.1) hardy; urgency=low
634
* debian/15update-stamp:
635
- move the update stamp hook into its own configuration
638
- do not spam .xsession-erors if no cdrom can be found
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
647
- remove unused ui/upgrade-dialog.glade (LP: #157416)
649
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 08 Jan 2008 15:14:35 +0100
651
update-notifier (0.70) hardy; urgency=low
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
657
* show a warning icon if the last refresh of the
658
repository information is older than 7 days
660
- install APT::Update::Post-Invoke handler so that the
661
update-stamp is always updated after a successful update
663
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 04 Jan 2008 16:27:34 +0100
665
update-notifier (0.67) hardy; urgency=low
667
* Call this *#(*$# arch-build to generate the autotools files.
669
-- Martin Pitt <martin.pitt@ubuntu.com> Wed, 28 Nov 2007 12:48:27 +0100
671
update-notifier (0.66) hardy; urgency=low
673
* data/update-notifier.schemas.in: Enable apport for Hardy.
675
-- Martin Pitt <martin.pitt@ubuntu.com> Wed, 28 Nov 2007 12:46:56 +0100
677
update-notifier (0.65) hardy; urgency=low
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)
683
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 16 Nov 2007 10:18:09 +0100
685
update-notifier (0.61) gutsy; urgency=low
687
* data/update-notifier.schemas.in:
690
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 08 Oct 2007 21:36:31 +0200
692
update-notifier (0.60) gutsy; urgency=low
694
* data/update-notifier.schemas.in:
695
- Disable apport for RC
697
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 08 Oct 2007 16:27:01 +0200
699
update-notifier (0.59.6) gutsy; urgency=low
702
- call dh_gconf after the schemas installation so it's registred correctly,
703
that makes apport integration works again
705
-- Sebastien Bacher <seb128@canonical.com> Mon, 24 Sep 2007 17:20:32 +0200
707
update-notifier (0.59.5) gutsy; urgency=low
710
* fix incorrect tooltip when package manager was
711
running (LP: #134959)
713
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 27 Aug 2007 13:31:44 +0200
715
update-notifier (0.59.4) gutsy; urgency=low
717
* Don't install notify-reboot-required in update-notifier
719
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 16 Aug 2007 18:39:38 +0100
721
update-notifier (0.59.3) gutsy; urgency=low
723
* Add update-notifier-common conflicts and replaces
724
on old update-notifier
726
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 16 Aug 2007 15:45:29 +0100
728
update-notifier (0.59.2) gutsy; urgency=low
730
* Re-libtoolise before upload, fix fail to compile
732
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 16 Aug 2007 12:18:40 +0100
734
update-notifier (0.59.1) gutsy; urgency=low
737
* Split some files into update-notifier-common for sharing
741
* fix schema location to /usr/share/gconf/schemas
743
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 15 Aug 2007 19:01:27 +0200
745
update-notifier (0.59) gutsy; urgency=low
747
* fix crash in leftover from pre-GtkStatusIcon code (LP: #127965)
748
* consitently use notify_notification_new_with_status_icon()
750
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 27 Jul 2007 22:28:30 +0200
752
update-notifier (0.58) gutsy; urgency=low
754
* use GtkStatusIcon instead of EggTrayIcon, that makes
755
the code significantly simpler
757
- use dh_icons instead of dh_iconcache
759
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 17 Jul 2007 15:30:42 +0100
761
update-notifier (0.57.3) gutsy; urgency=low
763
* data/update-notifier.schemas.in: Enable apport again for Tribe-2.
765
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 26 Jun 2007 13:00:35 +0200
767
update-notifier (0.57.2) gutsy; urgency=low
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)
773
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 20 Jun 2007 21:24:34 +0200
775
update-notifier (0.57.1) gutsy; urgency=low
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()
782
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 23 May 2007 13:00:45 +0200
784
update-notifier (0.57) gutsy; urgency=low
786
* fix cdrom detection for cdrom mountpoints with spaces (LP#114593)
787
* implemented new "Title" key in the UpgradeHooks file
788
(for IncreaseHardwareDatabasePariticipation spec)
790
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 May 2007 15:55:19 +0200
792
update-notifier (0.56.3) feisty; urgency=low
794
* data/update-notifier.schemas.in: Flip apport crash reporting default to
795
'false' for the release.
797
-- Martin Pitt <martin.pitt@ubuntu.com> Mon, 9 Apr 2007 14:20:49 +0200
799
update-notifier (0.56.2) feisty; urgency=low
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.
807
-- Martin Pitt <martin.pitt@ubuntu.com> Wed, 4 Apr 2007 17:47:50 +0200
809
update-notifier (0.56.1) feisty; urgency=low
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)
816
- use the system python (LP#94434)
818
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 22 Mar 2007 10:15:51 +0100
820
update-notifier (0.56) feisty; urgency=low
823
* src/crash.c: Fix spelling.
826
* src/update-notifier.c: Now that we have it, use apport's native icon
828
* Remove pixmaps/16x16/crashreport-notifier.png, obsolete.
830
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 22 Feb 2007 13:56:12 +0100
832
update-notifier (0.55) feisty; urgency=low
835
- fix the parser to deal with ' .\n' lines properly
837
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 16 Feb 2007 15:02:00 +0100
839
update-notifier (0.54) feisty; urgency=low
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
852
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 16 Feb 2007 10:48:05 +0100
854
update-notifier (0.53) feisty; urgency=low
856
* detection for addon CDs added (as speced in EdubuntuOnTwoCDs)
858
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 6 Feb 2007 12:47:17 +0100
860
update-notifier (0.52) feisty; urgency=low
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.
867
-- Martin Pitt <martin.pitt@ubuntu.com> Mon, 5 Feb 2007 13:31:48 +0100
869
update-notifier (0.51) feisty; urgency=low
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.
876
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 1 Feb 2007 16:16:09 +0100
878
update-notifier (0.50.3) feisty; urgency=low
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
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
886
* src/crash.c: Use a more meaningful message for gksu'ing to access system
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.
892
-- Martin Pitt <martin.pitt@ubuntu.com> Mon, 22 Jan 2007 15:24:20 +0100
894
update-notifier (0.50.2) feisty; urgency=low
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
901
* data/apt-cdrom-check:
902
- fix bashism in detection code
903
- use gpgv instead of gpg for signature verification
905
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 12 Jan 2007 18:50:56 +0100
907
update-notifier (0.50.1) feisty; urgency=low
909
* src/avahi.c: Fix string quotes to fix FTBFS on the buildds (worked just
910
fine on local feisty, duh).
912
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 12 Dec 2006 16:39:08 +0100
914
update-notifier (0.50) feisty; urgency=low
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.
922
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 12 Dec 2006 12:14:10 +0100
924
update-notifier (0.43.3) UNRELEASED; urgency=low
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.
932
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 12 Dec 2006 12:14:10 +0100
934
update-notifier (0.43.2) edgy; urgency=low
936
* data/apt-cdrom-check:
937
- fix problem in the dist-upgrade cdrom detection
939
- missing missing file in POTFILES.in (lp: #63151)
941
- support for urls in the hooks
943
- fix typos (lp: #61537)
944
* ui/hooks-dialog.glade:
945
- make the string simpler (lp: #42733)
947
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 2 Oct 2006 16:53:21 +0200
949
update-notifier (0.43.1) edgy; urgency=low
951
* data/cddistupgrade, data/apt-cdrom-check:
952
- fixes in cdrom based dist-upgrade code
954
-- Michael Vogt <michael.vogt@ubuntu.com> Sun, 3 Sep 2006 11:33:37 +0200
956
update-notifier (0.43) edgy; urgency=low
958
* support for CDs with a dist-upgrader (see the CDRomBasedUpgradesSpec
960
* don't run update-manager as root (it works fine as user now)
962
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 1 Sep 2006 17:22:48 +0200
964
update-notifier (0.42.13build1) edgy; urgency=low
966
* Rebuild against dbus 0.90
968
-- Sebastian Dröge <slomo@ubuntu.com> Mon, 28 Aug 2006 19:59:24 +0200
970
update-notifier (0.42.13) edgy; urgency=low
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)
978
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 28 Aug 2006 17:07:23 +0200
980
update-notifier (0.42.12) edgy; urgency=low
982
* always hide the crash icon after runing apport-gtk
985
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 11 Aug 2006 16:16:23 +0200
987
update-notifier (0.42.11) edgy; urgency=low
990
- use apport-checkreports to figure if reports are
992
- don't display a crash icon if no report application is
993
found (apport-gtk) (lp: #55791)
995
- don't save the last righ-click user action as new default
996
(caused too much confusion). Thanks to Seb128 for this.
998
- recommends "apport-gtk" now
1000
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Aug 2006 11:26:07 +0200
1002
update-notifier (0.42.10) edgy; urgency=low
1004
* improved the crash report handling:
1005
- only consider size > 0
1007
- start apport-gtk immediately when new reports come in
1008
- show a "crashreports found" icon if old reports are availale
1010
- fix incorrect tooltip
1012
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 8 Aug 2006 10:05:28 +0200
1014
update-notifier (0.42.9) edgy; urgency=low
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
1020
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 27 Jul 2006 15:40:41 +0200
1022
update-notifier (0.42.8) edgy; urgency=low
1024
* basic support for crash reports added (AutomatedProblemReporting spec)
1026
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 24 Jul 2006 14:46:44 +0200
1028
update-notifier (0.42.7) edgy; urgency=low
1031
- fix the "clean" method and make it more efficient with the new
1032
apt (with auto-mark support)
1034
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 4 Jul 2006 11:11:44 +0200
1036
update-notifier (0.42.6) dapper; urgency=low
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)
1044
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 26 May 2006 11:31:44 +0200
1046
update-notifier (0.42.5) dapper; urgency=low
1048
* pixmaps/hook-notifier.png:
1049
- new icon (thanks to dholbach and the artwork team)
1051
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 24 May 2006 13:13:27 +0200
1053
update-notifier (0.42.4) dapper; urgency=low
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)
1061
- fix consistency problem with update-manager (ubuntu #38382)
1062
* pixmaps/reboot.png:
1063
- use the new Human icon (ubuntu: #41155)
1065
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 18 May 2006 10:38:04 +0200
1067
update-notifier (0.42.3) dapper; urgency=low
1069
* ui/reboot-dialog.glade:
1070
- fixed missing "Translatable" property (*sigh*) (ubuntu: #43522)
1072
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 May 2006 17:07:51 +0200
1074
update-notifier (0.42.2) dapper; urgency=low
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)
1082
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 8 May 2006 14:21:47 +0200
1084
update-notifier (0.42.1) dapper; urgency=low
1087
- add a missing gtk_widget_unrealize() (ubuntu: #5752)
1088
- fix start of software-properties tool (ubuntu: #41842)
1090
- apply patch from upstream to fix issues with transparent
1091
panels (ubuntu: 32173)
1093
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 2 May 2006 10:42:59 +0200
1095
update-notifier (0.42) dapper; urgency=low
1097
* pixmaps/reboot-icon.png, pixmaps/update-icon.png:
1098
- new icons from the icon designer
1100
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Apr 2006 09:58:53 +0200
1102
update-notifier (0.41.15) dapper; urgency=low
1104
* data/apt-check fix typo (ubuntu: #39153)
1106
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Apr 2006 19:50:41 +0200
1108
update-notifier (0.41.14) dapper; urgency=low
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)
1118
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Apr 2006 17:06:25 +0200
1120
update-notifier (0.41.13) dapper; urgency=low
1122
* data/apt-check: fix a exception in the saveDistUpgrade code
1123
* src/hooks.c: show the hook notification with a bit of delay
1125
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 7 Apr 2006 11:33:14 +0200
1127
update-notifier (0.41.12) dapper; urgency=low
1129
* fix FTBFS because of missing cleanup in debian/rules arch-build
1132
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 5 Apr 2006 16:59:48 +0200
1134
update-notifier (0.41.11) dapper; urgency=low
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
1141
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 5 Apr 2006 12:08:45 +0200
1143
update-notifier (0.41.10) dapper; urgency=low
1145
* added to /etc/xdg/autostart
1147
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 13 Mar 2006 11:34:29 +0000
1149
update-notifier (0.41.9) dapper; urgency=low
1151
* fix a typo (ubuntu #28672)
1153
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 2 Mar 2006 14:41:21 +0100
1155
update-notifier (0.41.8) dapper; urgency=low
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
1162
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 20 Feb 2006 22:16:29 +0100
1164
update-notifier (0.41.7.cln) dapper; urgency=low
1168
-- Daniel Holbach <daniel.holbach@ubuntu.com> Fri, 17 Feb 2006 19:27:13 +0100
1170
update-notifier (0.41.8) dapper; urgency=low
1172
* src/update.c: alignment fix for the right-click menu
1174
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Feb 2006 15:59:24 +0100
1176
update-notifier (0.41.7) dapper; urgency=low
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)
1184
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Feb 2006 09:17:00 +0100
1186
update-notifier (0.41.6) dapper; urgency=low
1188
* fix a problem that can lead to 100% on panel restarts
1189
* fix remaining bits to not show reboot-notification during
1192
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 10 Feb 2006 12:51:35 +0100
1194
1
update-notifier (0.41.5) dapper; urgency=low
1196
3
* src/update-notifier.c: