1
update-notifier (0.110.3ubuntu2) natty; urgency=low
3
* src/reboot.c: use consolekit instead of hal when gnome-session is
4
not available. lp: #716905
6
-- Lionel Le Folgoc <mrpouit@ubuntu.com> Sun, 13 Feb 2011 13:39:15 +0100
8
update-notifier (0.110.3ubuntu1) natty; urgency=low
10
* merged lp:~brian-murray/update-notifier/error-message-string-fix,
13
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 25 Jan 2011 11:32:56 +0100
15
update-notifier (0.110.2ubuntu1) natty; urgency=low
17
* debian/90-updates-available, debian/98-fsck-at-reboot,
18
debian/98-reboot-required:
19
- check if the scripts exist before using them (thanks to
22
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Jan 2011 19:01:35 +0100
24
update-notifier (0.110.1ubuntu3) natty; urgency=low
27
- add dialog when system crashes are detected to avoid fullscreen
29
- fix incorrect bits from the previous merge (thanks to Sebastien Bacher)
30
- honor the /apps/update-notifier/auto_launch gconf key, if that is
31
set never display a notifcation area icon but instead always fire
32
up apport, if set, do the opposite and always show notifcation
33
area icon and never fire up apport automatically
35
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 04 Jan 2011 14:20:33 +0100
37
update-notifier (0.110.1ubuntu2) natty; urgency=low
40
* src/crash.c: if there is no systray report at least the user issues.
41
The code should still be ported to use an indicator later on.
42
* src/crash.c: Don't spam the session log with the crash names either.
43
* src/crash.c, src/reboot.c, src/update-notifier.c:
44
- clear some debug calls to keep the session log clean
47
* src/update-notifier.c:
48
- move debug calls into g_debug and hide that by default
49
- add new --debug-misc call that is a catch-all bucket for
50
uncategorized messages
52
- use g_spawn_sync() instead of g_spawn_sync_command_line and
53
pass G_SPAWN_STDOUT_TO_DEV_NULL|G_SPAWN_STDERR_TO_DEV_NULL
55
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 04 Jan 2011 09:14:03 +0100
57
update-notifier (0.110.1ubuntu1) natty; urgency=low
60
* data/update-motd-fsck-at-reboot:
61
- fix small issues in the script that I introduced in the
63
* add recommends to aptdaemon (thanks to Michael Terry)
67
* data/update-motd-cpu-checker, data/Makefile.am, debain/control,
68
debian/20-cpu-checker, debian/update-notifier-common.{install,postinst}:
69
drop cpu-checker since kernel will unmask BIOS filtering of NX now.
71
-- Kees Cook <kees@ubuntu.com> Wed, 17 Nov 2010 11:35:00 -0800
73
update-notifier (0.110ubuntu1) natty; urgency=low
76
* Update description to not mention adept/adept-notifier anymore, but "other
77
packages" and "server use cases" as adept doesn't exist anymore.
80
* Add --disable-deprecations configure flag to test for deprecated API use
81
* Don't use deprecated API, and update required version of GTK+ to match
85
* merged lp:~shiyee/update-notifier/fsck-at-reboot, thanks to
88
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 Nov 2010 10:11:11 +0100
90
update-notifier (0.105ubuntu1) maverick; urgency=low
93
- avoid triggering a aptdaemon launch when checking for
94
pending transactions (LP: #587004)
96
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 03 Sep 2010 10:00:54 +0200
98
update-notifier (0.104ubuntu1) maverick; urgency=low
102
- fix missing init of GError
103
* updated to use xdg config dirs (thanks to Christian Klein)
106
* move hooks file over to the new location if
109
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 25 Aug 2010 21:16:28 +0200
111
update-notifier (0.103ubuntu1) maverick; urgency=low
114
* add /usr/share/update-notifier/plugins/cache-changed dir
115
that can be used to trigger scripts on cache change (update,
116
install, remove, upgrade) that are run within the users
117
context (e.g. oneconf)
120
* sort and launch scripts one after another in async mode on cache change
122
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 21 Jul 2010 15:01:58 +0200
124
update-notifier (0.102ubuntu1) maverick; urgency=low
126
* Generalize firmware backend to be more easily extensible for other types
128
- Rename firmware.{h,c} to uevent.{h,c} and rename the functions
130
- configure.in, src/Makefile.am, src/update-notifier.c: Fix references for
132
- uevent.c: Split out the "missing general firmware" specific bits into a
133
new function deal_with_missing_firmware(). This makes the on_uevent()
134
function very small and clean, and easy to extend.
135
* src/uevent.c: Add new function deal_with_scp() to launch
136
system-config-printer when a printer is added or present at startup, and
137
s-c-p is not running yet. This must explicitly enabled with the new
138
--enable-system-config-printer configure option, and is disabled by
139
default. OEMs and derivatives can enable it easily and drop s-c-p's
140
autostart .desktop file.
141
* src/uevent.c: Fix a memory leak, properly free the list items and list
142
from g_udev_client_query_by_subsystem().
143
* debian/control: Bump Standards-Version to 3.8.4 (no changes necessary).
144
* Add debian/source/format: 3.0 (native).
146
-- Martin Pitt <martin.pitt@ubuntu.com> Fri, 25 Jun 2010 12:19:04 +0200
148
update-notifier (0.101ubuntu1) maverick; urgency=low
151
- run apt-check with nice and ionice (thanks to dbarth)
153
- updated, add information on /etc/apt/apt.conf.d/10periodic,
154
/etc/apt/apt.conf.d/20archive. Thanks to Michael Schuerig
157
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Jun 2010 15:06:12 +0200
159
update-notifier (0.100ubuntu1) maverick; urgency=low
161
* properly integrate with check-release-upgrade-gtk and support
163
* merged from debian, many thanks to Julian Andres Klode
164
* switch back to auto-open mode
166
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 01 Jun 2010 15:38:26 +0200
168
update-notifier (0.99.3debian4) unstable; urgency=low
170
* Show the tray icon instead of running update-manager (Closes: #578717),
171
the update-manager mode does not even work currently due to Bug#579789.
173
-- Julian Andres Klode <jak@debian.org> Wed, 05 May 2010 12:11:01 +0200
175
update-notifier (0.99.3debian3) unstable; urgency=low
177
* Do not ship /var/crash as it is not needed.
178
* debian/update-notifier-common.install:
179
- Install /etc/apt/apt.conf.d/ files here instead of using debian/rules.
180
* debian/rules: Simplify and remove unneeded parts.
181
* autogen.sh: Run intltool-update -p here.
183
- Detect security updates for Debian [and gNewSense] (Closes: #493653).
184
* Run notify-reboot-required in kernel postinst.d (Closes: #502396).
185
* data/notify-reboot-required: Also work if /var/run is no mountpoint,
186
it will be cleaned up on boot anyway (Closes: #462002).
187
* Recommend synaptic and software-properties-gtk and only use them if
188
they are installed (Closes: #559000, #448534).
189
* Recommend anacron to have up-to-data package lists (Closes: #414155).
190
* debian/99update-notifier: Fix syntax.
191
* Update translations from Launchpad and create ALL_LINGUAS dynamically.
192
* data/Makefile.am: Do not run gconftool-2, it just prints warnings.
193
* Fix compiler warnings.
195
-- Julian Andres Klode <jak@debian.org> Sun, 18 Apr 2010 18:18:36 +0200
197
update-notifier (0.99.3debian2) unstable; urgency=low
199
* configure.in: Remove gdu and gudev-1.0 from the common module list.
201
-- Julian Andres Klode <jak@debian.org> Sat, 17 Apr 2010 13:19:56 +0200
203
update-notifier (0.99.3debian1) unstable; urgency=low
205
* Rebase packaging on Ubuntu's one (Closes: #568476); differences:
206
- Depend on update-manager-gnome instead of update-manager.
207
- Only recommend cpu-checker as it's not in the archive (yet).
208
* data/apt_check.py: Upgrade to new python-apt API (Closes: #572351).
209
* Disable gudev and gdu stuff on non-Linux architectures.
210
* debian/control: Update Standards-Version and have -common depend on python.
211
* debian/update-notifier-common.preinst: Add missing #DEBHELPER# line.
213
-- Julian Andres Klode <jak@debian.org> Fri, 16 Apr 2010 19:41:27 +0200
215
update-notifier (0.99.2) lucid; urgency=low
217
* 20-cpu-checker, 90-updates-available, 98-reboot-required,
218
update-notifier-common.install, update-notifier-common.links:
219
symlinking scripts into /etc/update-motd.d causes them *not*
220
to be considered conffiles, so admins can't really edit or
221
remove them to their liking; instead, install simple "exec"
222
shell wrappers, LP: #559194
224
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 09 Apr 2010 12:44:13 -0500
226
update-notifier (0.99.1) lucid; urgency=low
229
* data/notify-reboot-required:
230
- make sure to record the maintainer script that requested the
231
reboot in /var/run/reboot-required.pkgs (LP: #538253)
232
* silence debug messages by default (unless one of the
233
--debug switches is used)
235
- point Vcs-Bzr to lucid branch
238
* debian/update-notifier-common.links: move reboot-required
239
from update-motd position 99 to 98, since 99 is now a (typically
240
empty) admin-controlled footer
242
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 24 Mar 2010 14:59:04 +0100
244
update-notifier (0.99) lucid; urgency=low
247
- move hplip firmware loading here and watch for udev
248
events from printers that need to load a firmware. Call
249
hp-plugin-ubuntu in this case automatically.
251
- dropped in favor of doing this in the firmware.c code
253
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 19 Mar 2010 17:21:04 +0100
255
update-notifier (0.98) lucid; urgency=low
257
* data/update-motd-cpu-checker: update path to the now external checker.
259
-- Kees Cook <kees@ubuntu.com> Thu, 11 Mar 2010 01:16:49 -0800
261
update-notifier (0.97) lucid; urgency=low
263
* debian/control, data/update-motd-cpu-checker: move motd updater into
264
the data/ tree and add to build system now that check-bios-nx is part
265
of the external cpu-checker package.
267
-- Kees Cook <kees@ubuntu.com> Wed, 10 Mar 2010 23:03:25 -0800
269
update-notifier (0.96) lucid; urgency=low
271
* debian/cpu-checker/check-bios-nx: adjust informational URL, eliminate
272
"filter" language in favor of "disable".
274
-- Kees Cook <kees@ubuntu.com> Thu, 18 Feb 2010 12:23:28 -0800
276
update-notifier (0.95) lucid; urgency=low
278
* debian/cpu-checker/*, debian/rules, debian/update-notifier-common.links:
279
add NX bit sanity checker to be included in motd updates.
281
-- Kees Cook <kees@ubuntu.com> Wed, 17 Feb 2010 15:05:16 -0800
283
update-notifier (0.94) lucid; urgency=low
285
* Add src/hplip.{h,c}:
286
- listen to com.hp.hplip.NeedPlugin events
288
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 11 Feb 2010 13:34:08 +0100
290
update-notifier (0.93) lucid; urgency=low
292
* data/update-notifier.desktop:
293
- drop the --startup-delay command line option and use the new
294
X-GNOME-Autostart-Delay autostart key instead
296
-- Sebastien Bacher <seb128@ubuntu.com> Mon, 01 Feb 2010 15:36:10 -0800
298
update-notifier (0.92) lucid; urgency=low
300
* Add src/firmware.{h,c}: Listen to "firmware" subsystem events, check if
301
requested firmware is present, and call jockey --check if not.
302
(LP: #425821, UbuntuSpec:desktop-lucid-jockey-hotplug-support)
304
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 26 Nov 2009 11:09:42 +0100
306
update-notifier (0.91) lucid; urgency=low
310
- do not auto-open restart required dialog, do this check in
311
the calling clients (like update-manager) instead
314
* Drop a couple of useless AC_SUBSTs.
315
* src/Makefile.am: use $(PACKAGE_CFLAGS) and _LIBS instead of
316
@PACKAGE_CFLAGS@ and _LIBS to allow overriding on the cmdline.
317
* configure.in: add "x11" to pkg_modules since src/clipboard.c calls X11
318
functions directly; fixes build issue with binutils-gold; thanks Peter
319
Fritzsche for the report; Debian #556515.
320
* Build-dep on libx11-dev explicitly.
321
* Wrap build-deps and deps to get cleaner diffs.
322
* Cleanup rules, mostly dropping boilerplate.
323
* Pass -s to dh_* in binary-arch.
324
* Don't overwrite CFLAGS from the env.
325
* Don't set INSTALL_PROGRAM, not needed with dh_strip.
326
* Only pass --host to configure if DEB_BUILD_GNU_TYPE and DEB_HOST_GNU_TYPE
328
* Pass LDFLAGS down to configure.
329
* Build-dep on autotools-dev to ensure config.sub and config.guess are
331
* Don't ignore errors from distclean.
332
* Update FSF address in copyright and misc src/*.[ch] files.
333
* "set -e" in debian/preinst, postinst, and postrm.
334
* Cleanup and simplify debian/update-notifier-common.postinst.
335
* Use Vcs-Bzr instead of XS-Vcs-Bzr.
336
* Bump up Standards-Version to 3.8.3.
337
* Comment out --with-pkg-manager= configure flag as it's dnl-ed out in
339
* Drop useless DEBVER from rules.
340
* Move to debhelper 7; bump bdep and compat.
342
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 Nov 2009 09:19:46 +0100
344
update-notifier (0.90) karmic; urgency=low
346
* data/update-notifier.schemas.in:
347
- fix typo (LP: #400214)
348
* debian/update-notifier-common.dirs:
349
- do not ship /var/crash here (LP: #449738)
351
- create /var/crash with the right permissions
352
* debian/update-notifier-common.postinst:
353
- fixup if permissions of /var/crash are incorrect due to
354
update-notifier-common (LP: #449738)
355
* data/apt-cdrom-check:
356
- only offer addon-cd if gnome-app-install is installed
357
(software-center does not yet support addon CDs)
359
- use gtk-dialog-warning-panel by default and use gtk
360
fallback mechanism to use the gtk-dialog-warning stock icon
362
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 15 Oct 2009 17:15:35 +0200
364
update-notifier (0.89) karmic; urgency=low
366
[ Mario Limonciello ]
368
- Fallback to HAL if possible to reboot (LP: #437333)
372
- wait for pending aptdaemon transactions before showing
373
the reboot required dialog (LP: #445634)
377
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 09 Oct 2009 16:40:44 +0200
379
update-notifier (0.88) karmic; urgency=low
381
* ui/reboot-dialog.ui:
382
- simplify text in the restart required UI (LP: #397324),
383
thanks to Scott Ritchie
385
- more robustness again failure in gdu_pool_new()
386
* src/upate-notifier.c:
387
- when gdu can not be initialized, do not fail but log a
388
warning instead (LP: #418691)
389
* data/update-notifier.schemas.in:
390
- fix typo (LP: #411511), thanks to Rakesh 'arky' Ambati
392
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 10 Sep 2009 18:41:30 +0200
394
update-notifier (0.87) karmic; urgency=low
397
* debian/control: recommend libpam-modules rather than update-motd,
400
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Jul 2009 17:18:45 -0500
402
update-notifier (0.86) karmic; urgency=low
406
- build using --as-needed to reduce the depends
409
* debian/update-notifier-common.dirs: update-notifier-common
410
needs /etc/update-motd.d, rather than /etc/update-motd.d/hourly;
411
causes this directory to *not* be removed on update-motd package
415
* src/update-notifier.c:
416
- if display can not be opened, show a propper error message
417
and do not crash (LP: #317745)
419
- count security updates correctly even when they are "shadowed"
420
by a regular update (LP: #394958)
421
- fix typo (thanks to Hew McLachlan)
422
* data/update-motd-updates-available, debian/99update-notifier:
423
- move updates available from /var/run to /var/lib/update-notifier
424
to make it persistent over reboots
425
* src/update-notifier.c:
426
- make the timeout for no-activity from apt bigger (LP: #274001)
427
* data/update-notifier.desktop.in:
428
- better description for the auto startup (LP: #146918)
429
* src/update-notifier.c:
430
- use GAppInfo/GAppLaunchContext to provide startup notification
433
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 14 Jul 2009 16:50:46 +0200
435
update-notifier (0.85) karmic; urgency=low
438
- use the gnome-session dbus interface for reboots
439
* src/hal.c -> src/gdu.c:
440
- ported from hal to gnome-disk-utils (libgdu-dev)
441
* drop libgnome from the build-depends and switch to
442
the new gnome-session dbus interface entirely
444
- drop libgnome-dev, libhal-dev
446
- when checking for apt/dpkg logs, ignore empty ones,
447
they are most likely caused by logrotate (thanks to
449
- when checking apt/dpkg logs, glob() for the old(er)
450
ones too (thanks to Dan Kegel)
452
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Jul 2009 17:25:16 +0200
454
update-notifier (0.80) karmic; urgency=low
456
* add /apps/update-notifier/hide_reboot_notification
457
gconf key to hide the reboot required messages
458
(as suggested by tjaalton)
459
* when running in auto-launch mode, check if security
460
updates are installed unattended and if so, use the normal
461
launch interval (LP: #369706)
463
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 06 Jul 2009 13:23:06 +0200
465
update-notifier (0.79) karmic; urgency=low
468
* ported from glade to gtkbuilder
472
- ensure that updates in both -updates and -security are
473
only counted once (thanks to Emmet)
475
- add strict dependency on update-notifier-common
477
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 29 Jun 2009 14:11:25 +0200
479
update-notifier (0.78) karmic; urgency=low
482
- better debug output
483
- add AUTOLAUNCH_MINIMAL_SECURITY_INTERVAL (LP: #369198)
484
* src/update-notifier.c:
487
- check for security updates in the current running
488
distro release (deals with cases where people have
489
two distros in their sources.list)
490
* remove some debug output
492
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 24 Apr 2009 15:39:34 +0200
494
update-notifier (0.76.7) jaunty; urgency=low
496
* fix crash in --debug mode (LP: #348883, #348110)
498
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Mar 2009 11:01:09 +0100
500
update-notifier (0.76.6) jaunty; urgency=low
503
- do not auto-launch if the dpkg lock is taken
504
by another process (LP: #334935)
505
* rework the debug options and support --debug-inotify,
506
--debug-updates, --debug-hooks
508
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 11 Mar 2009 14:11:12 +0100
510
update-notifier (0.76.5) jaunty; urgency=low
512
* debian/99update-notifier: write an empty /var/run/updates-available,
513
rather than removing it; empty indicates that we *know* that there are
514
no updates available, whereas missing/remove indicates that the status
515
is unknown, LP: #339066
517
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 07 Mar 2009 00:32:56 -0600
519
update-notifier (0.76.4) jaunty; urgency=low
521
* fix corner cases when the update icon still
522
appears even if run in auto launch mode (thanks to
525
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 04 Mar 2009 09:37:20 +0100
527
update-notifier (0.76.3) jaunty; urgency=low
529
* use the gconf /apps/update-manager/launch_time key
530
to detect the last lauch time. this means the autolaunch
531
time is reset on each manual update-manager run too
533
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 03 Mar 2009 14:57:27 +0100
535
update-notifier (0.76.2) jaunty; urgency=low
538
- show the reboot required dialog only once per
539
session (thanks to mdz for the report)
541
- when checking if update-manager needs to be auto launched,
542
take the time of the last package installs/removals into
543
consideration as well (as requested by the DX team)
544
- when auto launching update-manager, run with nice and
546
* src/update-notifier.c:
547
- add --debug-autolaunch switch
549
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 02 Mar 2009 15:38:28 +0100
551
update-notifier (0.76.1) jaunty; urgency=low
553
* ui/reboot-reqruied.glade:
554
- add dialog title for auto-launching
555
* data/update-notifier.schemas.in:
556
- set default launch interval to 7 days now (as asked for
559
- fix i18n plural forms (LP: #325251)
561
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 23 Feb 2009 20:47:37 +0100
563
update-notifier (0.76) jaunty; urgency=low
565
* make "auto_launch" update-manager mode the default (as asked
567
* set "regular_auto_launch_interval" to 2 days for the development
568
release. this default will change to 7 days for the stable
570
* run update-manager with "--no-focus-on-map" when in
572
* add "/apps/update-notifier/regular_auto_launch_interval" gconf
573
key that controls at what intervals (in days) update-manager is
574
automatically launched for regular updates (security updates
575
will be launched immediately). This only affects users that use
576
"/apps/update-notifier/auto_launch"
577
* make the interactive upgrade hooks dialog open up immediately
578
if "auto_launch" is enabled
579
* make the reboot required dialog open up immediately if "auto_launch"
582
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 16 Feb 2009 17:06:56 +0100
584
update-notifier (0.75.10) jaunty; urgency=low
586
* add gconf "/apps/update-notifier/auto_launch" option that
587
can automatically launch update-manager (defaults to
588
"false" for now until focus it not stolen)
590
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 06 Feb 2009 14:33:06 +0100
592
update-notifier (0.75.9) jaunty; urgency=low
594
* debian/99update-notifier:
595
- remove /var/run/updates-available after package installation
598
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 04 Feb 2009 16:36:27 +0100
600
update-notifier (0.75.8) jaunty; urgency=low
602
* debian/update-notifier.docs:
603
- fix filename and use it again (LP: #319194)
604
* fix reboot action (LP: #314409)
606
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 23 Jan 2009 15:21:02 +0100
608
update-notifier (0.75.7) jaunty; urgency=low
612
- fix incorrect capitalization (LP: #186594)
615
* src/update-notifier.c:
616
- Revert an earlier change to call gnome_program_init()
617
again. reboot.c still depends on this (LP: #302326)
619
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 20 Jan 2009 19:59:20 +0100
621
update-notifier (0.75.6) jaunty; urgency=low
623
* data/update-notifier.desktop.in:
624
- work with other DEs than gnome,xfce (LP: #300463)
626
- add missing file (LP: #298806)
627
* src/update-notifier.c:
628
- make "--force" start u-n even for system users (LP: #294569)
629
- add gconf-key /apps/update-notifier/end_system_uids to make
632
- show amount of updates available in notification
633
(LP: #243695) as well
635
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 25 Nov 2008 21:24:31 +0100
637
update-notifier (0.75.5) jaunty; urgency=low
639
* data/notify-reboot-required:
640
- fix breakage when gettext-base is not installed
643
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 18 Nov 2008 09:57:35 +0100
645
update-notifier (0.75.4) jaunty; urgency=low
648
* data/Makefile.am: install
649
- update-motd-reboot-required and
650
- update-motd-updates-available
651
* data/notify-reboot-required:
652
- write human-readable, translatable output to /var/run/reboot-required
653
* data/update-motd-reboot-required:
654
- standalone shell script for use in update-motd
655
* data/update-motd-updates-available:
656
- standalone shell script to call apt-check with --human-readable option;
657
hook for use in update-motd
659
- recommend update-motd (>= 1.9), which contains fine grained motd
660
update frequency control
664
- add data/notify-reboot-required
665
* data/update-motd-updates-available:
666
- add checks so that apt-check only runs if the sources.list or the
667
package lists changed
669
- byebye arch-build target
670
* .bzr-builddeb/default.conf:
671
- welcome "[HOOKS]\npre-build"
673
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 11 Nov 2008 16:52:31 +0100
675
update-notifier (0.75.3) jaunty; urgency=low
678
- add "--human-readable" that gives the output
679
in a human readable format (useful for e.g. scripts)
682
- re-run make update-po
684
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Nov 2008 20:59:04 +0100
686
update-notifier (0.75.2) jaunty; urgency=low
689
- make it a module so that it be shared with
691
- rename so that it can be imported by update-notifier-kde
692
- create compat symlink
693
- use dgettext() so that it can be used from a different
694
gettext domain that update-notifier
695
- move the option parser out of run()
698
* debian/update-notifier-common.install:
699
- move the translations into this package
701
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Nov 2008 20:15:11 +0100
703
1
update-notifier (0.75.1) jaunty; urgency=low
705
3
* debian/update-notifier-common.install:
830
128
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 Jun 2008 17:37:20 +0200
832
update-notifier (0.70.7.debian-7) unstable; urgency=low
834
[ Emilio Pozuelo Monfort ]
835
* debian/control.in: Depend on dbus-x11 rather than dbus-1-utils.
839
* debian/patches/08_gksu_preserve_environment.diff: Added patch that makes
840
gksu preserve its environment (-k switch). Fixes an issue with
841
update-manager-gnome.
843
-- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 21 Sep 2009 19:04:50 +0200
845
update-notifier (0.70.7.debian-6) unstable; urgency=low
848
* Use lt-nl instead of lt in README.reboot-required.Debian for robustness.
850
[ Emilio Pozuelo Monfort ]
851
* Depend on update-manager-gnome rather than update-manager since it's
852
been renamed. Closes: #544325.
854
-- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 30 Aug 2009 22:04:01 +0200
856
update-notifier (0.70.7.debian-5) unstable; urgency=low
859
* debian/update-notifier-common.install
860
- add localized message
861
(as /usr/share/locale/*/LC_MESSAGES/update-notifier.mo)
862
* debian/patches/002_i18n_update.diff
864
* debian/patches/04_fix_gksu_usage.diff
865
- remove unnecessary patch line for src/update-notifier.c.orig.rej
868
* Add version mangling to watch file.
869
* Require debhelper 5.0.51 for dh_icons.
870
* Make update-notifier-common depend on python for the scripts.
874
* Add set -e to preinst, postinst, postrm.
876
+ Don’t use -a in the test.
877
+ Remove the stamp directory after purge.
878
* Fix spelling of Xfce.
880
+ Remove unused arch-build target.
881
+ Don’t ignore errors in make distclean.
882
+ Move dh_icons to the appropriate place.
883
+ Correctly split binary-arch and binary-indep targets.
884
+ Remove the config.{sub,guess} dance, it’s handled by cdbs.
885
* Add -g to CFLAGS for gdm-signal.
886
* gdm-logout-action.[ch]: updated from gnome-panel, so that they are
887
adapted to the new GDM protocol.
888
* autodown.c: remove references to hibernate.
889
* Install gdm-signal with the 755 permissions (lol).
890
* 002_i18n_update.diff: update fr.po.
892
-- Josselin Mouette <joss@debian.org> Wed, 22 Oct 2008 13:59:28 +0200
894
update-notifier (0.70.7.debian-4) unstable; urgency=low
896
* 002_i18n_update.diff:
897
+ updated Spanish translation from Javier Fernández-Sanguino Peña.
899
+ updated Finnish translation from Timo Jyrinki. Closes: #497716.
900
+ simplified Chinese translation from Deng Xiyue. Closes: #497957.
901
* Remove useless build-dependency on libgamin-dev.
903
-- Josselin Mouette <joss@debian.org> Thu, 18 Sep 2008 18:25:36 +0200
905
update-notifier (0.70.7.debian-3) unstable; urgency=low
907
[ Emilio Pozuelo Monfort ]
909
- update-notifier-common replaces update-manager, as it's
910
now shipping /etc/apt/apt.conf.d/10periodic.
911
- Remove Conflicts in update-notifier-common, they are not needed.
914
* Bump standards version to 3.8.0, no extra change is needed
915
* Updated 07_improve_readme.diff to fix examples reference
916
* Fixed wrong executable check in update-notifier.cron.daily example
917
script. Closes: #489954.
919
-- Alan Baghumian <alan@technotux.org> Wed, 09 Jul 2008 09:05:22 +0200
921
update-notifier (0.70.7.debian-2) unstable; urgency=low
924
- Fix Conflicts/Replaces versioning. Closes: #489592.
926
-- Emilio Pozuelo Monfort <pochu@ubuntu.com> Tue, 08 Jul 2008 02:33:42 +0200
928
update-notifier (0.70.7.debian-1) unstable; urgency=low
931
* New upstream stable releases
932
* debian/changelog.ubuntu:
933
- updated from the Ubuntu package
935
- bump standards version to 3.7.3
936
- bump minimum libgtk2.0-dev build-dep to >= 2.10.0
937
- bump minimum libdbus-glib-1-dev build-dep to >= 0.60
938
- added update-notifier-common to put shared things there
939
- added update-notifier-common to update-notifier's deps
940
- updated my email address
941
- updated uploaders/maintainers
942
* Added debian/15update-stamp:
943
- move the update stamp hook into its own configuration
945
* Updated debian/*.install for proper locations
947
- merged upstream changes
948
- extra space clean-ups
949
* Updated 04_fix_gksu_usage.diff:
950
- call update-manager with gksu
951
- refreshed to be applied correctly
952
* Rename upgrade-notifier.cron.daily to update-notifier.cron.daily
953
as mentioned in the manpage
954
* Removed debian/install: obsolete, merged with
955
update-notifier-common.install
958
* Dropped 05_fix_monitored_dirs.diff, merged upstream
959
* Refreshed 02_reboot_use_my_gdm_signal, 002_i18n_update,
960
04_fix_gksu_usage and 06_port_to_gtk2.10 to be applied
963
[ Gustavo Noronha Silva ]
965
- Make GNOME team the maintainer, I can no longer be involved
966
- Add VCS information
968
-- Alan Baghumian <alan@technotux.org> Sun, 06 Apr 2008 17:06:41 +0200
970
130
update-notifier (0.70.7) hardy; urgency=low
972
132
* src/update-notifier.c: