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

623 by Michael Vogt
* data/apt-cdrom-check, data/cddistupgrader:
1
update-notifier (0.111ubuntu1) UNRELEASED; urgency=low
2
3
  * data/apt-cdrom-check, data/cddistupgrader:
4
    - support upgrades from filesystems without the "stable" and 
5
      "ubuntu" symlinks (like vfat)
6
  * src/gdu.c:
7
    - check all removable devices for a upgrader
8
    - when detecting a upgrade CD skip the "Run package manager"
9
      step as its recommended to use the release upgrader
10
11
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 09 Mar 2011 15:52:10 +0100
12
622 by Michael Vogt
* src/hooks.c:
13
update-notifier (0.110.4ubuntu1) natty; urgency=low
14
15
  * src/hooks.c:
16
    - use x-terminal-emulator instead of hardcoding gnome-terminal
17
      (LP: #365796)
18
19
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 16 Feb 2011 19:37:04 +0100
20
621 by Kees Cook
releasing version 0.110.3ubuntu3
21
update-notifier (0.110.3ubuntu3) natty; urgency=low
22
23
  * data/update-motd-fsck-at-reboot: fix logic for getting mount list,
24
    add defensive 0 sets, add "never check" special cases (LP: #718469).
25
26
 -- Kees Cook <kees@ubuntu.com>  Sun, 13 Feb 2011 16:46:32 -0800
27
620 by Lionel Le Folgoc
releasing version 0.110.3ubuntu2
28
update-notifier (0.110.3ubuntu2) natty; urgency=low
619 by Lionel Le Folgoc
src/reboot.c: use consolekit instead of hal when gnome-session is
29
30
  * src/reboot.c: use consolekit instead of hal when gnome-session is
31
    not available. lp: #716905
32
620 by Lionel Le Folgoc
releasing version 0.110.3ubuntu2
33
 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 13 Feb 2011 13:39:15 +0100
619 by Lionel Le Folgoc
src/reboot.c: use consolekit instead of hal when gnome-session is
34
618 by Michael Vogt
merged lp:~brian-murray/update-notifier/error-message-string-fix,
35
update-notifier (0.110.3ubuntu1) natty; urgency=low
36
37
  * merged lp:~brian-murray/update-notifier/error-message-string-fix,
38
    many thanks!
39
40
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 25 Jan 2011 11:32:56 +0100
41
617 by Michael Vogt
releasing version 0.110.2ubuntu1
42
update-notifier (0.110.2ubuntu1) natty; urgency=low
616 by Michael Vogt
* debian/90-updates-available, debian/98-fsck-at-reboot,
43
44
  * debian/90-updates-available, debian/98-fsck-at-reboot,
45
    debian/98-reboot-required:
46
    - check if the scripts exist before using them (thanks to
47
      Kees Cook)
48
617 by Michael Vogt
releasing version 0.110.2ubuntu1
49
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Jan 2011 19:01:35 +0100
616 by Michael Vogt
* debian/90-updates-available, debian/98-fsck-at-reboot,
50
615 by Michael Vogt
releasing version 0.110.1ubuntu3
51
update-notifier (0.110.1ubuntu3) natty; urgency=low
610 by Michael Vogt
* src/crash.c:
52
53
  * src/crash.c:
54
    - add dialog when system crashes are detected to avoid fullscreen
55
      gksu window
56
    - fix incorrect bits from the previous merge (thanks to Sebastien Bacher)
611 by Michael Vogt
honor the /apps/update-notifier/auto_launch gconf key, if that is
57
    - honor the /apps/update-notifier/auto_launch gconf key, if that is
58
      set never display a notifcation area icon but instead always fire
59
      up apport, if set, do the opposite and always show notifcation
60
      area icon and never fire up apport automatically
610 by Michael Vogt
* src/crash.c:
61
615 by Michael Vogt
releasing version 0.110.1ubuntu3
62
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 04 Jan 2011 14:20:33 +0100
610 by Michael Vogt
* src/crash.c:
63
609 by Michael Vogt
releasing version 0.110.1ubuntu2
64
update-notifier (0.110.1ubuntu2) natty; urgency=low
606.1.1 by Sebastien Bacher
src/crash.c: if there is no systray report at least the user issues.
65
607 by Michael Vogt
merged from seb128, modified slightly to make the unity special case more obvious
66
  [ Sebastien Bacher ]
606.1.1 by Sebastien Bacher
src/crash.c: if there is no systray report at least the user issues.
67
  * src/crash.c: if there is no systray report at least the user issues.
68
    The code should still be ported to use an indicator later on.
606.1.3 by Sebastien Bacher
* src/crash.c: Don't spam the session log with the crash names either.
69
  * src/crash.c: Don't spam the session log with the crash names either.
70
  * src/crash.c, src/reboot.c, src/update-notifier.c:
71
    - clear some debug calls to keep the session log clean
607 by Michael Vogt
merged from seb128, modified slightly to make the unity special case more obvious
72
  
73
  [ Michael Vogt ]
74
  * src/update-notifier.c:
75
    - move debug calls into g_debug and hide that by default
76
    - add new --debug-misc call that is a catch-all bucket for 
77
      uncategorized messages
608 by Michael Vogt
* src/crash.c:
78
  * src/crash.c:
79
    - use g_spawn_sync() instead of g_spawn_sync_command_line and
80
      pass G_SPAWN_STDOUT_TO_DEV_NULL|G_SPAWN_STDERR_TO_DEV_NULL
606.1.2 by Sebastien Bacher
Don't spam the session log with the crash names either.
81
    
609 by Michael Vogt
releasing version 0.110.1ubuntu2
82
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 04 Jan 2011 09:14:03 +0100
606.1.1 by Sebastien Bacher
src/crash.c: if there is no systray report at least the user issues.
83
606 by Kees Cook
releasing version 0.110.1ubuntu1
84
update-notifier (0.110.1ubuntu1) natty; urgency=low
601 by Michael Vogt
debian/changelog: updated
85
603 by Kees Cook
debain/control, debian/update-notifier-common.install,
86
  [ Michael Vogt ]
601 by Michael Vogt
debian/changelog: updated
87
  * data/update-motd-fsck-at-reboot:
88
    - fix small issues in the script that I introduced in the
89
      merge
602 by Michael Vogt
add recommends to aptdaemon (thanks to Michael Terry)
90
  * add recommends to aptdaemon (thanks to Michael Terry)
91
    LP: #600745
601 by Michael Vogt
debian/changelog: updated
92
603 by Kees Cook
debain/control, debian/update-notifier-common.install,
93
  [ Kees Cook ]
605 by Kees Cook
data/update-motd-cpu-checker, data/Makefile.am, debain/control,
94
  * data/update-motd-cpu-checker, data/Makefile.am, debain/control,
95
    debian/20-cpu-checker, debian/update-notifier-common.{install,postinst}:
96
    drop cpu-checker since kernel will unmask BIOS filtering of NX now.
603 by Kees Cook
debain/control, debian/update-notifier-common.install,
97
98
 -- Kees Cook <kees@ubuntu.com>  Wed, 17 Nov 2010 11:35:00 -0800
601 by Michael Vogt
debian/changelog: updated
99
597 by Michael Vogt
merged lp:~shiyee/update-notifier/fsck-at-reboot, thanks to
100
update-notifier (0.110ubuntu1) natty; urgency=low
595 by Loïc Minier
Update description to not mention adept/adept-notifier anymore, but "other
101
595.1.1 by Michael Terry
* Add --disable-deprecations configure flag to test for deprecated API use
102
  [ Loïc Minier ]
595 by Loïc Minier
Update description to not mention adept/adept-notifier anymore, but "other
103
  * Update description to not mention adept/adept-notifier anymore, but "other
104
    packages" and "server use cases" as adept doesn't exist anymore.
105
595.1.1 by Michael Terry
* Add --disable-deprecations configure flag to test for deprecated API use
106
  [ Michael Terry ]
107
  * Add --disable-deprecations configure flag to test for deprecated API use
108
  * Don't use deprecated API, and update required version of GTK+ to match
109
    LP: #655231
597 by Michael Vogt
merged lp:~shiyee/update-notifier/fsck-at-reboot, thanks to
110
  
111
  [ Michael Vogt ]
112
  * merged lp:~shiyee/update-notifier/fsck-at-reboot, thanks to
113
    Mads Chr. Olesen
595.1.1 by Michael Terry
* Add --disable-deprecations configure flag to test for deprecated API use
114
599 by Michael Vogt
releasing version 0.110ubuntu1
115
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 11 Nov 2010 10:11:11 +0100
595 by Loïc Minier
Update description to not mention adept/adept-notifier anymore, but "other
116
594 by Michael Vogt
* src/reboot.c:
117
update-notifier (0.105ubuntu1) maverick; urgency=low
118
119
  * src/reboot.c:
120
    - avoid triggering a aptdaemon launch when checking for
121
      pending transactions (LP: #587004)
122
123
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 03 Sep 2010 10:00:54 +0200
124
593 by Michael Vogt
releasing version 0.104ubuntu1
125
update-notifier (0.104ubuntu1) maverick; urgency=low
589 by Michael Vogt
* src/update.c:
126
127
  [ Sebastian Geiger ]
128
  * src/update.c:
129
    - fix missing init of GError
592 by Michael Vogt
fix changelog
130
  * updated to use xdg config dirs (thanks to Christian Klein)
590 by Michael Vogt
* updated to use xdg config dirs
131
  
132
  [ Michael Vogt ]
133
  * move hooks file over to the new location if
134
    it exists
589 by Michael Vogt
* src/update.c:
135
593 by Michael Vogt
releasing version 0.104ubuntu1
136
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 25 Aug 2010 21:16:28 +0200
589 by Michael Vogt
* src/update.c:
137
588 by Michael Vogt
releasing version 0.103ubuntu1
138
update-notifier (0.103ubuntu1) maverick; urgency=low
585 by Michael Vogt
add /usr/share/update-notifier/plugins/cache-changed dir
139
585.1.2 by Didier Roche
fix listen to pid and update changelog
140
  [ Michael Vogt ]
585 by Michael Vogt
add /usr/share/update-notifier/plugins/cache-changed dir
141
  * add /usr/share/update-notifier/plugins/cache-changed dir
142
    that can be used to trigger scripts on cache change (update,
143
    install, remove, upgrade) that are run within the users
144
    context (e.g. oneconf) 
145
585.1.2 by Didier Roche
fix listen to pid and update changelog
146
  [ Didier Roche ]
147
  * sort and launch scripts one after another in async mode on cache change
148
588 by Michael Vogt
releasing version 0.103ubuntu1
149
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 21 Jul 2010 15:01:58 +0200
585 by Michael Vogt
add /usr/share/update-notifier/plugins/cache-changed dir
150
584 by Martin Pitt
releasing version 0.102ubuntu1
151
update-notifier (0.102ubuntu1) maverick; urgency=low
579 by Martin Pitt
* Generalize firmware backend to be more easily extensible for other types
152
153
  * Generalize firmware backend to be more easily extensible for other types
154
    of uevents:
155
    - Rename firmware.{h,c} to uevent.{h,c} and rename the functions
156
      accordingly.
157
    - configure.in, src/Makefile.am, src/update-notifier.c: Fix references for
158
      name changes above.
159
    - uevent.c: Split out the "missing general firmware" specific bits into a
160
      new function deal_with_missing_firmware(). This makes the on_uevent()
161
      function very small and clean, and easy to extend.
580 by Martin Pitt
src/uevent.c: Add new function deal_with_scp() to launch
162
  * src/uevent.c: Add new function deal_with_scp() to launch
163
    system-config-printer when a printer is added or present at startup, and
164
    s-c-p is not running yet. This must explicitly enabled with the new
165
    --enable-system-config-printer configure option, and is disabled by
166
    default. OEMs and derivatives can enable it easily and drop s-c-p's
167
    autostart .desktop file.
581 by Martin Pitt
src/uevent.c: Fix a memory leak, properly free the list items and list
168
  * src/uevent.c: Fix a memory leak, properly free the list items and list
169
    from g_udev_client_query_by_subsystem().
582 by Martin Pitt
debian/control: Bump Standards-Version to 3.8.4 (no changes necessary).
170
  * debian/control: Bump Standards-Version to 3.8.4 (no changes necessary).
583 by Martin Pitt
Add debian/source/format: 3.0 (native).
171
  * Add debian/source/format: 3.0 (native).
579 by Martin Pitt
* Generalize firmware backend to be more easily extensible for other types
172
584 by Martin Pitt
releasing version 0.102ubuntu1
173
 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 25 Jun 2010 12:19:04 +0200
579 by Martin Pitt
* Generalize firmware backend to be more easily extensible for other types
174
578 by Martin Pitt
changelog: 0.101ubuntu1 was released
175
update-notifier (0.101ubuntu1) maverick; urgency=low
576 by Michael Vogt
* src/update.c:
176
177
  * src/update.c:
178
    - run apt-check with nice and ionice (thanks to dbarth)
577 by Michael Vogt
* README:
179
  * README:
180
    - updated, add information on /etc/apt/apt.conf.d/10periodic,
181
      /etc/apt/apt.conf.d/20archive. Thanks to Michael Schuerig
182
      for suggesting this
576 by Michael Vogt
* src/update.c:
183
184
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 Jun 2010 15:06:12 +0200
185
574 by Michael Vogt
releasing version 0.100ubuntu1
186
update-notifier (0.100ubuntu1) maverick; urgency=low
561 by Michael Vogt
debian/changelog updates
187
571 by Michael Vogt
merged from lucid branch
188
  * properly integrate with check-release-upgrade-gtk and support
189
    --devel-release
573 by Michael Vogt
merged from debian
190
  * merged from debian, many thanks to Julian Andres Klode
191
  * switch back to auto-open mode 
571 by Michael Vogt
merged from lucid branch
192
574 by Michael Vogt
releasing version 0.100ubuntu1
193
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 01 Jun 2010 15:38:26 +0200
571 by Michael Vogt
merged from lucid branch
194
573 by Michael Vogt
merged from debian
195
update-notifier (0.99.3debian4) unstable; urgency=low
196
197
  * Show the tray icon instead of running update-manager (Closes: #578717),
198
    the update-manager mode does not even work currently due to Bug#579789.
199
200
 -- Julian Andres Klode <jak@debian.org>  Wed, 05 May 2010 12:11:01 +0200
201
202
update-notifier (0.99.3debian3) unstable; urgency=low
203
204
  * Do not ship /var/crash as it is not needed.
205
  * debian/update-notifier-common.install:
206
    - Install /etc/apt/apt.conf.d/ files here instead of using debian/rules.
207
  * debian/rules: Simplify and remove unneeded parts.
208
  * autogen.sh: Run intltool-update -p here.
209
  * data/apt_check.py:
210
    - Detect security updates for Debian [and gNewSense] (Closes: #493653).
211
  * Run notify-reboot-required in kernel postinst.d (Closes: #502396).
212
  * data/notify-reboot-required: Also work if /var/run is no mountpoint,
213
    it will be cleaned up on boot anyway (Closes: #462002).
214
  * Recommend synaptic and software-properties-gtk and only use them if
215
    they are installed (Closes: #559000, #448534).
216
  * Recommend anacron to have up-to-data package lists (Closes: #414155).
217
  * debian/99update-notifier: Fix syntax.
218
  * Update translations from Launchpad and create ALL_LINGUAS dynamically.
219
  * data/Makefile.am: Do not run gconftool-2, it just prints warnings.
220
  * Fix compiler warnings.
221
222
 -- Julian Andres Klode <jak@debian.org>  Sun, 18 Apr 2010 18:18:36 +0200
223
224
update-notifier (0.99.3debian2) unstable; urgency=low
225
226
  * configure.in: Remove gdu and gudev-1.0 from the common module list.
227
228
 -- Julian Andres Klode <jak@debian.org>  Sat, 17 Apr 2010 13:19:56 +0200
229
230
update-notifier (0.99.3debian1) unstable; urgency=low
231
232
  * Rebase packaging on Ubuntu's one (Closes: #568476); differences:
233
    - Depend on update-manager-gnome instead of update-manager.
234
    - Only recommend cpu-checker as it's not in the archive (yet).
235
  * data/apt_check.py: Upgrade to new python-apt API (Closes: #572351).
236
  * Disable gudev and gdu stuff on non-Linux architectures.
237
  * debian/control: Update Standards-Version and have -common depend on python.
238
  * debian/update-notifier-common.preinst: Add missing #DEBHELPER# line.
239
240
 -- Julian Andres Klode <jak@debian.org>  Fri, 16 Apr 2010 19:41:27 +0200
241
563.1.4 by Michael Vogt
releasing version 0.99.2
242
update-notifier (0.99.2) lucid; urgency=low
563.2.1 by Dustin Kirkland
20-cpu-checker, 90-updates-available, 98-reboot-required,
243
244
  * 20-cpu-checker, 90-updates-available, 98-reboot-required,
245
    update-notifier-common.install, update-notifier-common.links:
246
    symlinking scripts into /etc/update-motd.d causes them *not*
247
    to be considered conffiles, so admins can't really edit or
248
    remove them to their liking; instead, install simple "exec"
249
    shell wrappers, LP: #559194
250
251
 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 09 Apr 2010 12:44:13 -0500
252
563.1.3 by Michael Vogt
releasing version 0.99.1
253
update-notifier (0.99.1) lucid; urgency=low
563.1.2 by Michael Vogt
cherry pick -r 566..567 from lp:~ubuntu-core-dev/ubuntu/update-notifier
254
255
  [ Michael Vogt ]
256
  * data/notify-reboot-required:
257
    - make sure to record the maintainer script that requested the
564 by Michael Vogt
reboot in /var/run/reboot-required.pkgs (LP: #538253)
258
      reboot in /var/run/reboot-required.pkgs (LP: #538253)
567 by Michael Vogt
silence debug messages by default (unless one of the
259
  * silence debug messages by default (unless one of the 
260
    --debug switches is used)
563.1.3 by Michael Vogt
releasing version 0.99.1
261
  * debian/control:
262
    - point Vcs-Bzr to lucid branch
563.1.1 by Michael Vogt
cherry pick -r 564..565 from lp:~ubuntu-core-dev/update-notifier/ubuntu
263
565 by Dustin Kirkland
debian/update-notifier-common.links: move reboot-required
264
  [ Dustin Kirkland ]
265
  * debian/update-notifier-common.links: move reboot-required
266
    from update-motd position 99 to 98, since 99 is now a (typically
267
    empty) admin-controlled footer
268
561 by Michael Vogt
debian/changelog updates
269
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 24 Mar 2010 14:59:04 +0100
270
271
update-notifier (0.99) lucid; urgency=low
557 by Michael Vogt
* src/firmware.c:
272
273
  * src/firmware.c:
561 by Michael Vogt
debian/changelog updates
274
    - move hplip firmware loading here and watch for udev 
275
      events from printers that need to load a firmware. Call 
276
      hp-plugin-ubuntu in this case automatically.
557 by Michael Vogt
* src/firmware.c:
277
  * src/hplip.{c,h}:
561 by Michael Vogt
debian/changelog updates
278
    - dropped in favor of doing this in the firmware.c code
557 by Michael Vogt
* src/firmware.c:
279
561 by Michael Vogt
debian/changelog updates
280
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 19 Mar 2010 17:21:04 +0100
557 by Michael Vogt
* src/firmware.c:
281
556 by Kees Cook
releasing version 0.98
282
update-notifier (0.98) lucid; urgency=low
555 by Kees Cook
data/update-motd-cpu-checker: update path to the now external checker.
283
284
  * data/update-motd-cpu-checker: update path to the now external checker.
285
286
 -- Kees Cook <kees@ubuntu.com>  Thu, 11 Mar 2010 01:16:49 -0800
287
554 by Kees Cook
releasing version 0.97
288
update-notifier (0.97) lucid; urgency=low
553 by Kees Cook
debian/control, data/update-motd-cpu-checker: move motd updater into
289
290
  * debian/control, data/update-motd-cpu-checker: move motd updater into
291
    the data/ tree and add to build system now that check-bios-nx is part
292
    of the external cpu-checker package.
293
294
 -- Kees Cook <kees@ubuntu.com>  Wed, 10 Mar 2010 23:03:25 -0800
295
550 by Kees Cook
releasing version 0.96
296
update-notifier (0.96) lucid; urgency=low
549 by Kees Cook
debian/cpu-checker/check-bios-nx: adjust informational URL, eliminate
297
298
  * debian/cpu-checker/check-bios-nx: adjust informational URL, eliminate
299
    "filter" language in favor of "disable".
300
301
 -- Kees Cook <kees@ubuntu.com>  Thu, 18 Feb 2010 12:23:28 -0800
302
548 by Kees Cook
releasing version 0.95
303
update-notifier (0.95) lucid; urgency=low
547 by Kees Cook
debian/cpu-checker/*, debian/rules, debian/update-notifier-common.links:
304
305
  * debian/cpu-checker/*, debian/rules, debian/update-notifier-common.links:
306
    add NX bit sanity checker to be included in motd updates.
307
308
 -- Kees Cook <kees@ubuntu.com>  Wed, 17 Feb 2010 15:05:16 -0800
309
546 by Michael Vogt
use g_warning in hplip.c code
310
update-notifier (0.94) lucid; urgency=low
544 by Michael Vogt
* Add src/hplip.{h,c}:
311
312
  * Add src/hplip.{h,c}:
546 by Michael Vogt
use g_warning in hplip.c code
313
    -  listen to com.hp.hplip.NeedPlugin events
544 by Michael Vogt
* Add src/hplip.{h,c}:
314
546 by Michael Vogt
use g_warning in hplip.c code
315
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 11 Feb 2010 13:34:08 +0100
544 by Michael Vogt
* Add src/hplip.{h,c}:
316
542.1.1 by Sebastien Bacher
* data/update-notifier.desktop.in, src/update-notifier.c:
317
update-notifier (0.93) lucid; urgency=low
318
543 by Michael Vogt
* data/update-notifier.desktop:
319
  * data/update-notifier.desktop:
542.1.1 by Sebastien Bacher
* data/update-notifier.desktop.in, src/update-notifier.c:
320
    - drop the --startup-delay command line option and use the new 
321
      X-GNOME-Autostart-Delay autostart key instead
322
323
 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 01 Feb 2010 15:36:10 -0800
324
542 by Martin Pitt
releasing version 0.92
325
update-notifier (0.92) lucid; urgency=low
541 by Martin Pitt
Add src/firmware.{h,c}: Listen to "firmware" subsystem events, check if
326
327
  * Add src/firmware.{h,c}: Listen to "firmware" subsystem events, check if
328
    requested firmware is present, and call jockey --check if not.
329
    (LP: #425821, UbuntuSpec:desktop-lucid-jockey-hotplug-support)
330
542 by Martin Pitt
releasing version 0.92
331
 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 26 Nov 2009 11:09:42 +0100
541 by Martin Pitt
Add src/firmware.{h,c}: Listen to "firmware" subsystem events, check if
332
539 by Michael Vogt
releasing version 0.91
333
update-notifier (0.91) lucid; urgency=low
503 by Michael Vogt
* data/update-notifier.schemas.in:
334
511 by Loïc Minier
Drop a couple of useless AC_SUBSTs.
335
  [ Michael Vogt ]
538 by Michael Vogt
* src/reboot.c:
336
  * src/reboot.c:
337
    - do not auto-open restart required dialog, do this check in
338
      the calling clients (like update-manager) instead
503 by Michael Vogt
* data/update-notifier.schemas.in:
339
511 by Loïc Minier
Drop a couple of useless AC_SUBSTs.
340
  [ Loïc Minier ]
341
  * Drop a couple of useless AC_SUBSTs.
512 by Loïc Minier
src/Makefile.am: use $(PACKAGE_CFLAGS) and _LIBS instead of
342
  * src/Makefile.am: use $(PACKAGE_CFLAGS) and _LIBS instead of
343
    @PACKAGE_CFLAGS@ and _LIBS to allow overriding on the cmdline.
514 by Loïc Minier
* configure.in: add "x11" to pkg_modules since src/clipboard.c calls X11
344
  * configure.in: add "x11" to pkg_modules since src/clipboard.c calls X11
345
    functions directly; fixes build issue with binutils-gold; thanks Peter
346
    Fritzsche for the report; Debian #556515.
347
  * Build-dep on libx11-dev explicitly.
515 by Loïc Minier
Wrap build-deps and deps to get cleaner diffs.
348
  * Wrap build-deps and deps to get cleaner diffs.
516 by Loïc Minier
Cleanup rules, mostly dropping boilerplate.
349
  * Cleanup rules, mostly dropping boilerplate.
517 by Loïc Minier
Pass -s to dh_* in binary-arch.
350
  * Pass -s to dh_* in binary-arch.
518 by Loïc Minier
Don't overwrite CFLAGS from the env.
351
  * Don't overwrite CFLAGS from the env.
519 by Loïc Minier
Don't set INSTALL_PROGRAM, not needed with dh_strip.
352
  * Don't set INSTALL_PROGRAM, not needed with dh_strip.
520 by Loïc Minier
Only pass --host to configure if DEB_BUILD_GNU_TYPE and DEB_HOST_GNU_TYPE
353
  * Only pass --host to configure if DEB_BUILD_GNU_TYPE and DEB_HOST_GNU_TYPE
354
    differ.
522 by Loïc Minier
Pass LDFLAGS down to configure.
355
  * Pass LDFLAGS down to configure.
523 by Loïc Minier
Build-dep on autotools-dev to ensure config.sub and config.guess are
356
  * Build-dep on autotools-dev to ensure config.sub and config.guess are
357
    present.
526 by Loïc Minier
Don't ignore errors from distclean.
358
  * Don't ignore errors from distclean.
537 by Loïc Minier
Also update FSF address in src/hook-remove.c src/update-notifier.h
359
  * Update FSF address in copyright and misc src/*.[ch] files.
528 by Loïc Minier
"set -e" in debian/preinst, postinst, and postrm.
360
  * "set -e" in debian/preinst, postinst, and postrm.
529 by Loïc Minier
Cleanup and simplify debian/update-notifier-common.postinst.
361
  * Cleanup and simplify debian/update-notifier-common.postinst.
530 by Loïc Minier
Use Vcs-Bzr instead of XS-Vcs-Bzr.
362
  * Use Vcs-Bzr instead of XS-Vcs-Bzr.
531 by Loïc Minier
Bump up Standards-Version to 3.8.3.
363
  * Bump up Standards-Version to 3.8.3.
533 by Loïc Minier
Comment out --with-pkg-manager= configure flag as it's dnl-ed out in
364
  * Comment out --with-pkg-manager= configure flag as it's dnl-ed out in
365
    configure.in.
534 by Loïc Minier
Drop useless DEBVER from rules.
366
  * Drop useless DEBVER from rules.
536 by Loïc Minier
Finish move to debhelper 7
367
  * Move to debhelper 7; bump bdep and compat.
511 by Loïc Minier
Drop a couple of useless AC_SUBSTs.
368
538 by Michael Vogt
* src/reboot.c:
369
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 23 Nov 2009 09:19:46 +0100
503 by Michael Vogt
* data/update-notifier.schemas.in:
370
539 by Michael Vogt
releasing version 0.91
371
update-notifier (0.90) karmic; urgency=low
372
373
  * data/update-notifier.schemas.in:
374
    - fix typo (LP: #400214)
375
  * debian/update-notifier-common.dirs:
376
    - do not ship /var/crash here (LP: #449738)
377
  * debian/rules:
378
    - create /var/crash with the right permissions
379
  * debian/update-notifier-common.postinst:
380
    - fixup if permissions of /var/crash are incorrect due to
381
      update-notifier-common (LP: #449738)
382
  * data/apt-cdrom-check:
383
    - only offer addon-cd if gnome-app-install is installed
384
      (software-center does not yet support addon CDs)
385
  * src/update.c:
386
    - use gtk-dialog-warning-panel by default and use gtk
387
      fallback mechanism to use the gtk-dialog-warning stock icon
388
389
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 15 Oct 2009 17:15:35 +0200
390
502 by Michael Vogt
releasing version 0.89
391
update-notifier (0.89) karmic; urgency=low
499.1.1 by Mario Limonciello
* src/reboot.c:
392
501 by Michael Vogt
- Fallback to HAL if possible to reboot (LP: #437333)
393
  [ Mario Limonciello ]
394
  * src/reboot.c:
395
    - Fallback to HAL if possible to reboot (LP: #437333)
396
  
397
  [ Michael Vogt ]
398
  * src/reboot.c:
399
    - wait for pending aptdaemon transactions before showing
400
      the reboot required dialog (LP: #445634)
502 by Michael Vogt
releasing version 0.89
401
  * src/update.c:
402
    - fix small memleak
499.1.1 by Mario Limonciello
* src/reboot.c:
403
501 by Michael Vogt
- Fallback to HAL if possible to reboot (LP: #437333)
404
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 09 Oct 2009 16:40:44 +0200
499.1.1 by Mario Limonciello
* src/reboot.c:
405
499 by Michael Vogt
releasing version 0.88
406
update-notifier (0.88) karmic; urgency=low
495 by Michael Vogt
* ui/reboot-dialog.ui:
407
408
  * ui/reboot-dialog.ui:
409
    - simplify text in the restart required UI (LP: #397324),
410
      thanks to Scott Ritchie
496 by Michael Vogt
* src/hal.c:
411
  * src/hal.c:
497 by Michael Vogt
* src/upate-notifier.c:
412
    - more robustness again failure in gdu_pool_new() 
413
  * src/upate-notifier.c: 
414
    - when gdu can not be initialized, do not fail but log a 
415
      warning instead (LP: #418691)
498 by Michael Vogt
* data/update-notifier.schemas.in:
416
  * data/update-notifier.schemas.in:
417
    - fix typo (LP: #411511), thanks to Rakesh 'arky' Ambati
495 by Michael Vogt
* ui/reboot-dialog.ui:
418
499 by Michael Vogt
releasing version 0.88
419
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 Sep 2009 18:41:30 +0200
495 by Michael Vogt
* ui/reboot-dialog.ui:
420
494 by Dustin Kirkland
releasing 0.87, with:
421
update-notifier (0.87) karmic; urgency=low
492 by Dustin Kirkland
* debian/control: recommend libpam-modules rather than update-motd
422
423
  [ Dustin Kirkland ]
493 by Dustin Kirkland
added bug number, LP: #399071
424
  * debian/control: recommend libpam-modules rather than update-motd,
425
    LP: #399071
492 by Dustin Kirkland
* debian/control: recommend libpam-modules rather than update-motd
426
494 by Dustin Kirkland
releasing 0.87, with:
427
 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 16 Jul 2009 17:18:45 -0500
492 by Dustin Kirkland
* debian/control: recommend libpam-modules rather than update-motd
428
491 by Michael Vogt
releasing version 0.86
429
update-notifier (0.86) karmic; urgency=low
487 by Michael Vogt
* debian/rules:
430
431
  [ Sebastien Bacher ]
432
  * debian/rules:
433
    - build using --as-needed to reduce the depends
434
435
  [ Dustin Kirkland ]
486 by Dustin Kirkland
* debian/update-notifier-common.dirs: update-notifier-common
436
  * debian/update-notifier-common.dirs: update-notifier-common
437
    needs /etc/update-motd.d, rather than /etc/update-motd.d/hourly;
438
    causes this directory to *not* be removed on update-motd package
439
    removal/upgrade
440
483 by Michael Vogt
* src/update-notifier.c:
441
  [ Michael Vogt ]
442
  * src/update-notifier.c:
443
    - if display can not be opened, show a propper error message
444
      and do not crash (LP: #317745)
484 by Michael Vogt
* src/apt_check.py:
445
  * src/apt_check.py:
446
    - count security updates correctly even when they are "shadowed"
447
      by a regular update (LP: #394958)
488 by Michael Vogt
fix typo (thanks to Hew McLachlan)
448
    - fix typo (thanks to Hew McLachlan)
485 by Michael Vogt
* data/update-motd-updates-available, debian/99update-notifier:
449
  * data/update-motd-updates-available, debian/99update-notifier:
450
    - move updates available from /var/run to /var/lib/update-notifier
451
      to make it persistent over reboots
487 by Michael Vogt
* debian/rules:
452
  * src/update-notifier.c:
453
    - make the timeout for no-activity from apt bigger (LP: #274001)
489 by Michael Vogt
* data/update-notifier.desktop.in:
454
  * data/update-notifier.desktop.in:
455
    - better description for the auto startup (LP: #146918)
490 by Michael Vogt
* src/update-notifier.c:
456
  * src/update-notifier.c:
457
    - use GAppInfo/GAppLaunchContext to provide startup notification
458
      support (LP: #46258)
459
  
491 by Michael Vogt
releasing version 0.86
460
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 14 Jul 2009 16:50:46 +0200
482 by seb128
use --as-needed to reduce the depends
461
477 by Michael Vogt
debian/changelog: update changelog
462
update-notifier (0.85) karmic; urgency=low
473 by Michael Vogt
* src/reboot.c:
463
464
  * src/reboot.c:
477 by Michael Vogt
debian/changelog: update changelog
465
    - use the gnome-session dbus interface for reboots
481 by Michael Vogt
update changelog
466
  * src/hal.c -> src/gdu.c:
467
    - ported from hal to gnome-disk-utils (libgdu-dev)
475 by Michael Vogt
drop libgnome from the build-depends and switch to
468
  * drop libgnome from the build-depends and switch to
469
    the new gnome-session dbus interface entirely
477 by Michael Vogt
debian/changelog: update changelog
470
  * debian/control:
471
    - drop libgnome-dev, libhal-dev
478 by Michael Vogt
* src/update.c:
472
  * src/update.c:
473
    - when checking for apt/dpkg logs, ignore empty ones, 
474
      they are most likely caused by logrotate (thanks to
475
      Dan Kegel)
479 by Michael Vogt
when checking apt/dpkg logs, glob() for the old(er)
476
    - when checking apt/dpkg logs, glob() for the old(er)
477
      ones too (thanks to Dan Kegel)
473 by Michael Vogt
* src/reboot.c:
478
481 by Michael Vogt
update changelog
479
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 08 Jul 2009 17:25:16 +0200
473 by Michael Vogt
* src/reboot.c:
480
472 by Michael Vogt
releasing version 0.80
481
update-notifier (0.80) karmic; urgency=low
469 by Michael Vogt
add /apps/update-notifier/hide_reboot_notification
482
483
  * add /apps/update-notifier/hide_reboot_notification
484
    gconf key to hide the reboot required messages 
485
    (as suggested by tjaalton)
471 by Michael Vogt
when running in auto-launch mode, check if security
486
  * when running in auto-launch mode, check if security
487
    updates are installed unattended and if so, use the normal
488
    launch interval (LP: #369706)
469 by Michael Vogt
add /apps/update-notifier/hide_reboot_notification
489
472 by Michael Vogt
releasing version 0.80
490
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 06 Jul 2009 13:23:06 +0200
469 by Michael Vogt
add /apps/update-notifier/hide_reboot_notification
491
468 by Michael Vogt
releasing version 0.79
492
update-notifier (0.79) karmic; urgency=low
462 by Michael Vogt
* data/apt_check.py:
493
465 by Michael Vogt
ported from glade to gtkbuilder
494
  [ Sebastien Bacher ] 
495
  * ported from glade to gtkbuilder
496
  
497
  [ Michael Vogt ]
462 by Michael Vogt
* data/apt_check.py:
498
  * data/apt_check.py:
499
    - ensure that updates in both -updates and -security are
500
      only counted once (thanks to Emmet)
464 by Michael Vogt
* debian/control:
501
  * debian/control:
502
    - add strict dependency on update-notifier-common
462 by Michael Vogt
* data/apt_check.py:
503
468 by Michael Vogt
releasing version 0.79
504
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 29 Jun 2009 14:11:25 +0200
462 by Michael Vogt
* data/apt_check.py:
505
459 by Michael Vogt
* data/apt_check.py:
506
update-notifier (0.78) karmic; urgency=low
457 by Michael Vogt
* src/update.c:
507
508
  * src/update.c:
509
    - better debug output
460 by Michael Vogt
add AUTOLAUNCH_MINIMAL_SECURITY_INTERVAL (LP: #369198)
510
    - add AUTOLAUNCH_MINIMAL_SECURITY_INTERVAL (LP: #369198)
457 by Michael Vogt
* src/update.c:
511
  * src/update-notifier.c:
512
    - fix typo (#365314)
459 by Michael Vogt
* data/apt_check.py:
513
  * data/apt_check.py:
514
    - check for security updates in the current running
515
      distro release (deals with cases where people have
516
      two distros in their sources.list)
461 by Michael Vogt
remove some debug output
517
  * remove some debug output
457 by Michael Vogt
* src/update.c:
518
519
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 24 Apr 2009 15:39:34 +0200
520
455 by Michael Vogt
releasing version 0.76.7
521
update-notifier (0.76.7) jaunty; urgency=low
454 by Michael Vogt
fix crash in --debug mode (LP: #348883)
522
455 by Michael Vogt
releasing version 0.76.7
523
  * fix crash in --debug mode (LP: #348883, #348110)
454 by Michael Vogt
fix crash in --debug mode (LP: #348883)
524
525
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 26 Mar 2009 11:01:09 +0100
526
453 by Michael Vogt
update.c: better debug, debian/control: add suggests to ubuntu-system-servce
527
update-notifier (0.76.6) jaunty; urgency=low
451 by Michael Vogt
* src/update.c:
528
529
  * src/update.c:
530
    - do not auto-launch if the dpkg lock is taken
531
      by another process (LP: #334935)
452 by Michael Vogt
rework the debug options and support --debug-inotify,
532
  * rework the debug options and support --debug-inotify,
533
    --debug-updates, --debug-hooks
451 by Michael Vogt
* src/update.c:
534
535
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 11 Mar 2009 14:11:12 +0100
536
450 by Dustin Kirkland
debian/99update-notifier: write an empty /var/run/updates-available,
537
update-notifier (0.76.5) jaunty; urgency=low
538
539
  * debian/99update-notifier: write an empty /var/run/updates-available,
540
    rather than removing it;  empty indicates that we *know* that there are
541
    no updates available, whereas missing/remove indicates that the status
542
    is unknown, LP: #339066
543
544
 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 07 Mar 2009 00:32:56 -0600
545
448 by Michael Vogt
fix corner cases when the update icon still
546
update-notifier (0.76.4) jaunty; urgency=low
547
548
  * fix corner cases when the update icon still
449 by Michael Vogt
releasing version 0.76.4
549
    appears even if run in auto launch mode (thanks to
550
    Steve Langasek)
448 by Michael Vogt
fix corner cases when the update icon still
551
552
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 04 Mar 2009 09:37:20 +0100
553
446 by Michael Vogt
use the gconf /apps/update-manager/launch_time key
554
update-notifier (0.76.3) jaunty; urgency=low
555
556
  * use the gconf /apps/update-manager/launch_time key
557
    to detect the last lauch time. this means the autolaunch
558
    time is reset on each manual update-manager run too
559
447 by Michael Vogt
releasing version 0.76.3
560
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 03 Mar 2009 14:57:27 +0100
446 by Michael Vogt
use the gconf /apps/update-manager/launch_time key
561
442 by Michael Vogt
* src/reboot.c:
562
update-notifier (0.76.2) jaunty; urgency=low
563
564
  * src/reboot.c:
565
    - show the reboot required dialog only once per
566
      session (thanks to mdz for the report)
443 by Michael Vogt
* src/update.c:
567
  * src/update.c:
568
    - when checking if update-manager needs to be auto launched,
569
      take the time of the last package installs/removals into
570
      consideration as well (as requested by the DX team)
444 by Michael Vogt
when auto launching update-manager, run with nice and
571
    - when auto launching update-manager, run with nice and 
572
      ionice -c3
445 by Michael Vogt
* src/update-notifier.c:
573
  * src/update-notifier.c:
574
    - add --debug-autolaunch switch
442 by Michael Vogt
* src/reboot.c:
575
445 by Michael Vogt
* src/update-notifier.c:
576
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 02 Mar 2009 15:38:28 +0100
442 by Michael Vogt
* src/reboot.c:
577
441 by Michael Vogt
releasing version 0.76.1
578
update-notifier (0.76.1) jaunty; urgency=low
439 by Michael Vogt
* ui/reboot-reqruied.glade:
579
580
  * ui/reboot-reqruied.glade:
581
    - add dialog title for auto-launching
440 by Michael Vogt
* data/update-notifier.schemas.in:
582
  * data/update-notifier.schemas.in:
583
   - set default launch interval to 7 days now (as asked for
584
     by the DX team) 
438 by Michael Vogt
* data/apt_check.py:
585
  * data/apt_check.py:
586
    - fix i18n plural forms (LP: #325251)
587
441 by Michael Vogt
releasing version 0.76.1
588
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 23 Feb 2009 20:47:37 +0100
438 by Michael Vogt
* data/apt_check.py:
589
432 by Michael Vogt
add "/apps/update-notifier/regular_auto_launch_interval" gconf
590
update-notifier (0.76) jaunty; urgency=low
431 by Michael Vogt
run update-manager with "--no-focus-on-map" when in
591
433 by Michael Vogt
* make "auto_launch" update-manager mode the default (as asked
592
  * make "auto_launch" update-manager mode the default (as asked
593
    for by the DX team)
594
  * set "regular_auto_launch_interval" to 2 days for the development
595
    release. this default will change to 7 days for the stable
596
    release
431 by Michael Vogt
run update-manager with "--no-focus-on-map" when in
597
  * run update-manager with "--no-focus-on-map" when in 
598
    "auto_launch" mode
432 by Michael Vogt
add "/apps/update-notifier/regular_auto_launch_interval" gconf
599
  * add "/apps/update-notifier/regular_auto_launch_interval" gconf
600
    key that controls at what intervals (in days) update-manager is 
601
    automatically launched for regular updates (security updates 
602
    will be launched immediately). This only affects users that use
603
    "/apps/update-notifier/auto_launch"
434 by Michael Vogt
make the interactive upgrade hooks dialog open up immediately
604
  * make the interactive upgrade hooks dialog open up immediately
605
    if "auto_launch" is enabled
435 by Michael Vogt
make the reboot required dialog open up immediately if "auto_launch"
606
  * make the reboot required dialog open up immediately if "auto_launch" 
607
    is enabled
431 by Michael Vogt
run update-manager with "--no-focus-on-map" when in
608
609
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 16 Feb 2009 17:06:56 +0100
610
429 by Michael Vogt
add gconf "/apps/update-notifier/auto_launch" option that
611
update-notifier (0.75.10) jaunty; urgency=low
612
613
  * add gconf "/apps/update-notifier/auto_launch" option that 
430 by Michael Vogt
releasing version 0.75.10
614
    can automatically launch update-manager (defaults to 
615
    "false" for now until focus it not stolen)
429 by Michael Vogt
add gconf "/apps/update-notifier/auto_launch" option that
616
430 by Michael Vogt
releasing version 0.75.10
617
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 06 Feb 2009 14:33:06 +0100
429 by Michael Vogt
add gconf "/apps/update-notifier/auto_launch" option that
618
428 by Michael Vogt
* debian/99update-notifier:
619
update-notifier (0.75.9) jaunty; urgency=low
620
621
  * debian/99update-notifier:
622
    - remove /var/run/updates-available after package installation
623
      (LP: #319438)
624
  
625
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 04 Feb 2009 16:36:27 +0100
626
427 by Michael Vogt
fix reboot action (LP: #314409)
627
update-notifier (0.75.8) jaunty; urgency=low
426 by Michael Vogt
* debian/update-notifier.docs:
628
629
  * debian/update-notifier.docs:
630
    - fix filename and use it again (LP: #319194)
427 by Michael Vogt
fix reboot action (LP: #314409)
631
  * fix reboot action (LP: #314409)
426 by Michael Vogt
* debian/update-notifier.docs:
632
633
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 23 Jan 2009 15:21:02 +0100
634
424.1.1 by chrisccoulson at googlemail
Version bump
635
update-notifier (0.75.7) jaunty; urgency=low
636
637
  [ Michael Vogt ]
638
  * src/hal.c: 
639
    - fix incorrect capitalization (LP: #186594) 
424.1.2 by chrisccoulson at googlemail
* src/update-notifier.c:
640
    
641
  [ Chris Coulson ]
642
  * src/update-notifier.c:
643
    - Revert an earlier change to call gnome_program_init()
644
      again. reboot.c still depends on this (LP: #302326)
424.1.1 by chrisccoulson at googlemail
Version bump
645
425 by Michael Vogt
* src/hal.c:
646
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 20 Jan 2009 19:59:20 +0100
424.1.1 by chrisccoulson at googlemail
Version bump
647
419 by Michael Vogt
* data/update-notifier.desktop.in:
648
update-notifier (0.75.6) jaunty; urgency=low
649
650
  * data/update-notifier.desktop.in:
651
    - work with other DEs than gnome,xfce (LP: #300463)
420 by Michael Vogt
* po/POTFILES.in:
652
  * po/POTFILES.in:
653
    - add missing file (LP: #298806)
421 by Michael Vogt
* src/update-notifier.c:
654
  * src/update-notifier.c:
655
    - make "--force" start u-n even for system users (LP: #294569)
422 by Michael Vogt
add gconf-key /apps/update-notifier/end_system_uids to make
656
    - add gconf-key /apps/update-notifier/end_system_uids to make
657
      this configurable
423 by Michael Vogt
* src/update.{cc,h}:
658
  * src/update.{cc,h}:
659
    - show amount of updates available in notification 
660
      (LP: #243695) as well
419 by Michael Vogt
* data/update-notifier.desktop.in:
661
424.1.1 by chrisccoulson at googlemail
Version bump
662
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 25 Nov 2008 21:24:31 +0100
419 by Michael Vogt
* data/update-notifier.desktop.in:
663
418 by Michael Vogt
* data/notify-reboot-required:
664
update-notifier (0.75.5) jaunty; urgency=low
665
666
  * data/notify-reboot-required:
667
    - fix breakage when gettext-base is not installed
668
      (thanks to StevenK)
669
670
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 18 Nov 2008 09:57:35 +0100
671
412 by Michael Vogt
data/notify-reboot-required:
672
update-notifier (0.75.4) jaunty; urgency=low
407.1.1 by Dustin Kirkland
add update-motd hooks for:
673
414 by Michael Vogt
debian/update-notifier-common.links:
674
  [ Dustin Kirkland ]
408 by Michael Vogt
* data/Makefile.am: install
675
  * data/Makefile.am: install 
676
    - update-motd-reboot-required and 
677
    - update-motd-updates-available
678
  * data/notify-reboot-required: 
679
    - write human-readable, translatable output to /var/run/reboot-required
680
  * data/update-motd-reboot-required: 
681
    - standalone shell script for use in update-motd
682
  * data/update-motd-updates-available: 
683
    - standalone shell script to call apt-check with --human-readable option; 
684
      hook for use in update-motd
685
  * debian/control: 
686
    - recommend update-motd (>= 1.9), which contains fine grained motd
687
      update frequency control
414 by Michael Vogt
debian/update-notifier-common.links:
688
  
689
  [ Michael Vogt ]
408 by Michael Vogt
* data/Makefile.am: install
690
  * po/POTFILES.in:
691
    - add data/notify-reboot-required
414 by Michael Vogt
debian/update-notifier-common.links:
692
  * data/update-motd-updates-available:
693
    - add checks so that apt-check only runs if the sources.list or the
694
      package lists changed
415 by Michael Vogt
* debian/rules:
695
  * debian/rules:
696
    - byebye arch-build target
697
  * .bzr-builddeb/default.conf:
698
    - welcome "[HOOKS]\npre-build"
407.1.1 by Dustin Kirkland
add update-motd hooks for:
699
414 by Michael Vogt
debian/update-notifier-common.links:
700
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 11 Nov 2008 16:52:31 +0100
407.1.1 by Dustin Kirkland
add update-motd hooks for:
701
407 by Michael Vogt
* data/apt_check.py:
702
update-notifier (0.75.3) jaunty; urgency=low
703
704
  * data/apt_check.py:
705
    - add "--human-readable" that gives the output
706
      in a human readable format (useful for e.g. scripts)
707
  * po/POTFILES.in:
708
    - updated
709
    - re-run make update-po
710
711
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Nov 2008 20:59:04 +0100
712
404 by Michael Vogt
* data/apt-check:
713
update-notifier (0.75.2) jaunty; urgency=low
714
405 by Michael Vogt
* data/apt_check.py:
715
  * data/apt_check.py:
404 by Michael Vogt
* data/apt-check:
716
    - make it a module so that it be shared with
717
      update-notifier-kde
405 by Michael Vogt
* data/apt_check.py:
718
    - rename so that it can be imported by update-notifier-kde
719
    - create compat symlink
406 by Michael Vogt
- use dgettext() so that it can be used from a different
720
    - use dgettext() so that it can be used from a different
721
      gettext domain that update-notifier
722
    - move the option parser out of run()
405 by Michael Vogt
* data/apt_check.py:
723
  * po/POTFILES.in:
724
    - add missing files
406 by Michael Vogt
- use dgettext() so that it can be used from a different
725
  * debian/update-notifier-common.install:
726
    - move the translations into this package
404 by Michael Vogt
* data/apt-check:
727
405 by Michael Vogt
* data/apt_check.py:
728
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Nov 2008 20:15:11 +0100
404 by Michael Vogt
* data/apt-check:
729
403 by Michael Vogt
* debian/update-notifier-common.install:
730
update-notifier (0.75.1) jaunty; urgency=low
731
732
  * debian/update-notifier-common.install:
733
    - move apt-check, apt-cdrom-check and cdromdistupgrade
734
      into update-notifier-common
735
736
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Nov 2008 18:59:24 +0100
737
394 by Michael Vogt
merge the gio branch
738
update-notifier (0.75) jaunty; urgency=low
391 by Michael Vogt
* debian/15update-stamp:
739
740
  * debian/15update-stamp:
392 by Michael Vogt
- make it cooperate with other update-success hooks
741
    - make it cooperate with other update-success hooks
742
  * data/cddistupgrader:
743
    - fix quoting issues
393 by Michael Vogt
* src/update-notifier.c:
744
  * src/update-notifier.c:
745
    - honor "--force" again and show the update-notifications
746
      then even for users not in the admin group (LP: #288099)
394 by Michael Vogt
merge the gio branch
747
    - merge the gio branch
395 by Michael Vogt
- change statup delay to be calculated in seconds
748
    - change statup delay to be calculated in seconds
749
    - change default to 5
750
  * data/update-notifier.desktop.in:
751
    - set delay to 60 sec
396 by Michael Vogt
do not use GnomeClient anymore on all places where this is
752
  * do not use GnomeClient anymore on all places where this is
753
    possible - we can not remove it entirely (yet) because
754
    reboot.c depends on it to do a cross desktop session exit
755
    request
397 by Michael Vogt
* src/update-notifier.c:
756
  * src/update-notifier.c:
757
    - move package manager to foreground if possible (LP: #274562), 
758
      thanks to Muhammad Ameen
399 by Michael Vogt
use the glib checksum functions instead of home grown
759
  * use the glib checksum functions instead of home grown 
760
    implementation (thanks to Bruce Cowan)
391 by Michael Vogt
* debian/15update-stamp:
761
402 by Michael Vogt
upload as 0.75
762
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 05 Nov 2008 10:24:01 +0100
391 by Michael Vogt
* debian/15update-stamp:
763
390 by Michael Vogt
* src/hooks.c:
764
update-notifier (0.71.8) intrepid; urgency=low
765
766
  * src/hooks.c:
767
    - when looking for inline translations in the notes file, 
768
      check for keys with the CODESET added too to match what
769
      intltool-debian outputs (LP: #287556)
770
771
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 22 Oct 2008 22:34:50 +0200
772
389 by Michael Vogt
* src/update-notifier.c:
773
update-notifier (0.71.7) intrepid; urgency=low
774
775
  * src/update-notifier.c:
776
    - check for all system user UIDs and do not start in this case
777
      (LP: #286037)
778
779
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 20 Oct 2008 15:13:27 +0200
780
385 by Michael Vogt
* ui/hooks-dialog.glade:
781
update-notifier (0.71.6) intrepid; urgency=low
782
783
  * ui/hooks-dialog.glade:
784
    - make it avaialble via alt-tab
386 by Michael Vogt
* src/update.c, src/update-notifier.c:
785
  * src/update.c, src/update-notifier.c:
786
    - allow running for non-admin users so that they can
787
      see the hook notifications too (LP: #281837)
387 by Michael Vogt
ensure that its not run for the gdm guest user
788
    - ensure that its not run for the gdm guest user
388 by Michael Vogt
* src/hooks.c:
789
  * src/hooks.c:
790
    - add optional "OnlyAdminUsers" key (defaults to "true")
791
      so that non-admin users get not swamped with old 
792
      notifications after the ugprade to intrepid
385 by Michael Vogt
* ui/hooks-dialog.glade:
793
386 by Michael Vogt
* src/update.c, src/update-notifier.c:
794
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 16 Oct 2008 18:27:43 +0200
385 by Michael Vogt
* ui/hooks-dialog.glade:
795
384 by Michael Vogt
* data/apt-cdrom-check:
796
update-notifier (0.71.5) intrepid; urgency=low
797
798
  * data/apt-cdrom-check:
799
    - fix incorrect quoting in release upgrade disk
800
      detection
801
802
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 14 Oct 2008 16:51:51 +0200
803
383 by Michael Vogt
* src/hooks.c:
804
update-notifier (0.71.4) intrepid; urgency=low
805
806
  * src/hooks.c:
807
    - support "ButtonText" tag in note
808
    - deal with empty "Name" tag
809
810
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 10 Oct 2008 20:00:52 +0200
811
381 by Michael Vogt
* src/hal.c:
812
update-notifier (0.71.3) intrepid; urgency=low
813
814
  * src/hal.c:
815
    - check for already mounted CDs when starting up (LP: #276728)
816
382 by Michael Vogt
uploading as 0.71.3
817
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 01 Oct 2008 16:53:41 +0200
381 by Michael Vogt
* src/hal.c:
818
375 by Michael Vogt
* src/update.c:
819
update-notifier (0.71.2) intrepid; urgency=low
820
821
  * src/update.c:
822
    - do not start two update-managers on double click
823
      (LP: #258128)
378 by Michael Vogt
wording fixes (LP: #254313), thanks to Gabor Kelemen
824
    - wording fixes (LP: #254313), thanks to Gabor Kelemen
376 by Michael Vogt
* src/reboot.c:
825
  * src/reboot.c:
826
    - change the way gnome_client_request_save() is run
827
      to work with the latest gnome-session (LP: #214446)
377 by Michael Vogt
better wording in the reboot dialog (LP: #211616)
828
    - better wording in the reboot dialog (LP: #211616)
379 by Michael Vogt
* data/apt-cdrom-check:
829
  * data/apt-cdrom-check:
830
    - fix edubuntu addon CD detection
380 by Michael Vogt
* po/zh_CN:
831
  * po/zh_CN:
832
    - new translation (thanks to Deng Xiyue, closes: #497957)
375 by Michael Vogt
* src/update.c:
833
382 by Michael Vogt
uploading as 0.71.3
834
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 05 Sep 2008 21:05:08 +0200
375 by Michael Vogt
* src/update.c:
835
373 by Michael Vogt
* src/update.c:
836
update-notifier (0.71.1) intrepid; urgency=low
837
838
  * src/update.c:
839
    - make the "repository-outdated" nag message more clear
840
      and mention that unavailable repositores may cause the
841
      problem (LP: #243876)
374 by Michael Vogt
* data/apt-check:
842
  * data/apt-check:
843
    - fix incorrect display of number of updates (LP: #251494)
373 by Michael Vogt
* src/update.c:
844
374 by Michael Vogt
* data/apt-check:
845
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 28 Jul 2008 14:32:47 +0200
373 by Michael Vogt
* src/update.c:
846
372 by Michael Vogt
* data/apt-check:
847
update-notifier (0.71) intrepid; urgency=low
848
849
  * data/apt-check:
850
    - check for intermediate version when checking if a upgrade
851
      is security releated or not. its possible that a upgrade
852
      is available in -security and a newer one in -updates that
853
      has the security fixes applied as well but shows up in 
854
      update-notifier as a normal update instead of a security
855
      releated one (LP: #239673)
856
857
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 30 Jun 2008 17:37:20 +0200
858
573 by Michael Vogt
merged from debian
859
update-notifier (0.70.7.debian-7) unstable; urgency=low
860
861
  [ Emilio Pozuelo Monfort ]
862
  * debian/control.in: Depend on dbus-x11 rather than dbus-1-utils.
863
    Closes: #451449.
864
  
865
  [ Stephan Peijnik ]
866
  * debian/patches/08_gksu_preserve_environment.diff: Added patch that makes
867
    gksu preserve its environment (-k switch). Fixes an issue with 
868
    update-manager-gnome.
869
870
 -- Emilio Pozuelo Monfort <pochu@debian.org>  Mon, 21 Sep 2009 19:04:50 +0200
871
872
update-notifier (0.70.7.debian-6) unstable; urgency=low
873
874
  [ Loic Minier ]
875
  * Use lt-nl instead of lt in README.reboot-required.Debian for robustness.
876
877
  [ Emilio Pozuelo Monfort ]
878
  * Depend on update-manager-gnome rather than update-manager since it's
879
    been renamed. Closes: #544325.
880
881
 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 30 Aug 2009 22:04:01 +0200
882
883
update-notifier (0.70.7.debian-5) unstable; urgency=low
884
885
  [ Hideki Yamane ]
886
  * debian/update-notifier-common.install
887
    - add localized message 
888
      (as /usr/share/locale/*/LC_MESSAGES/update-notifier.mo)
889
  * debian/patches/002_i18n_update.diff
890
    - update ja.po
891
  * debian/patches/04_fix_gksu_usage.diff
892
    - remove unnecessary patch line for src/update-notifier.c.orig.rej
893
894
  [ Josselin Mouette ]
895
  * Add version mangling to watch file.
896
  * Require debhelper 5.0.51 for dh_icons.
897
  * Make update-notifier-common depend on python for the scripts.
898
  * update-notifier.1:
899
    + Fix whatis entry.
900
    + Fix a typo.
901
  * Add set -e to preinst, postinst, postrm.
902
  * postrm:
903
    + Don’t use -a in the test.
904
    + Remove the stamp directory after purge.
905
  * Fix spelling of Xfce.
906
  * rules:
907
    + Remove unused arch-build target.
908
    + Don’t ignore errors in make distclean.
909
    + Move dh_icons to the appropriate place.
910
    + Correctly split binary-arch and binary-indep targets.
911
    + Remove the config.{sub,guess} dance, it’s handled by cdbs.
912
  * Add -g to CFLAGS for gdm-signal.
913
  * gdm-logout-action.[ch]: updated from gnome-panel, so that they are 
914
    adapted to the new GDM protocol.
915
  * autodown.c: remove references to hibernate.
916
  * Install gdm-signal with the 755 permissions (lol).
917
  * 002_i18n_update.diff: update fr.po.
918
919
 -- Josselin Mouette <joss@debian.org>  Wed, 22 Oct 2008 13:59:28 +0200
920
921
update-notifier (0.70.7.debian-4) unstable; urgency=low
922
923
  * 002_i18n_update.diff:
924
    + updated Spanish translation from Javier Fernández-Sanguino Peña. 
925
      Closes: #492433.
926
    + updated Finnish translation from Timo Jyrinki. Closes: #497716.
927
    + simplified Chinese translation from Deng Xiyue. Closes: #497957.
928
  * Remove useless build-dependency on libgamin-dev.
929
930
 -- Josselin Mouette <joss@debian.org>  Thu, 18 Sep 2008 18:25:36 +0200
931
932
update-notifier (0.70.7.debian-3) unstable; urgency=low
933
934
  [ Emilio Pozuelo Monfort ]
935
  * debian/control.in:
936
    - update-notifier-common replaces update-manager, as it's
937
      now shipping /etc/apt/apt.conf.d/10periodic.
938
    - Remove Conflicts in update-notifier-common, they are not needed.
939
940
  [ Alan Baghumian ]
941
  * Bump standards version to 3.8.0, no extra change is needed
942
  * Updated 07_improve_readme.diff to fix examples reference 
943
  * Fixed wrong executable check in update-notifier.cron.daily example
944
    script. Closes: #489954.
945
946
 -- Alan Baghumian <alan@technotux.org>  Wed, 09 Jul 2008 09:05:22 +0200
947
948
update-notifier (0.70.7.debian-2) unstable; urgency=low
949
950
  * debian/control.in:
951
    - Fix Conflicts/Replaces versioning. Closes: #489592.
952
953
 -- Emilio Pozuelo Monfort <pochu@ubuntu.com>  Tue, 08 Jul 2008 02:33:42 +0200
954
955
update-notifier (0.70.7.debian-1) unstable; urgency=low
956
957
  [ Alan Baghumian ]
958
  * New upstream stable releases
959
  * debian/changelog.ubuntu:
960
    - updated from the Ubuntu package
961
  * debian/control*:
962
    - bump standards version to 3.7.3
963
    - bump minimum libgtk2.0-dev build-dep to >= 2.10.0
964
    - bump minimum libdbus-glib-1-dev build-dep to >= 0.60
965
    - added update-notifier-common to put shared things there
966
    - added update-notifier-common to update-notifier's deps
967
    - updated my email address
968
    - updated uploaders/maintainers
969
  * Added debian/15update-stamp:
970
    - move the update stamp hook into its own configuration
971
      (LP: #181189)
972
  * Updated debian/*.install for proper locations
973
  * debian/rules:
974
    - merged upstream changes
975
    - extra space clean-ups
976
  * Updated 04_fix_gksu_usage.diff:
977
    - call update-manager with gksu
978
    - refreshed to be applied correctly
979
  * Rename upgrade-notifier.cron.daily to update-notifier.cron.daily
980
    as mentioned in the manpage
981
  * Removed debian/install: obsolete, merged with
982
    update-notifier-common.install
983
984
  [ Alan Baghumian ]  
985
  * Dropped 05_fix_monitored_dirs.diff, merged upstream
986
  * Refreshed 02_reboot_use_my_gdm_signal, 002_i18n_update,
987
    04_fix_gksu_usage and 06_port_to_gtk2.10 to be applied
988
    cleanly
989
990
  [ Gustavo Noronha Silva ]
991
  * debian/control:
992
  - Make GNOME team the maintainer, I can no longer be involved
993
  - Add VCS information
994
995
 -- Alan Baghumian <alan@technotux.org>  Sun, 06 Apr 2008 17:06:41 +0200
996
369 by Michael Vogt
* src/update-notifier.c:
997
update-notifier (0.70.7) hardy; urgency=low
998
999
  * src/update-notifier.c:
1000
    - support running for non-admin users too
370 by Michael Vogt
- support forcing gksu
1001
    - support forcing gksu 
369 by Michael Vogt
* src/update-notifier.c:
1002
372 by Michael Vogt
* data/apt-check:
1003
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 04 Apr 2008 23:15:31 +0200
369 by Michael Vogt
* src/update-notifier.c:
1004
368 by Michael Vogt
* src/update-notifier.c:
1005
update-notifier (0.70.6) hardy; urgency=low
1006
1007
  * src/update-notifier.c:
1008
    - monitor the apt-get update stamp file too (LP: #206360)
1009
1010
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 01 Apr 2008 16:49:48 +0200
1011
363 by Michael Vogt
* src/update-notifier.c:
1012
update-notifier (0.70.5) hardy; urgency=low
1013
1014
  * src/update-notifier.c:
1015
    - delay statup checks for updates etc for 60s to avoid
1016
      slowing down the desktop startup (for Seb128)
364 by Michael Vogt
- fix typo in monitored directories (LP: #188201)
1017
    - fix typo in monitored directories (LP: #188201)
365 by Michael Vogt
* src/update.c, src/crash.c, src/hooks.c:
1018
  * src/update.c, src/crash.c, src/hooks.c:
1019
    - ensure to not show notification if the icon is already
1020
      gone (LP: #187744)
1021
  * src/hal.c:
1022
    - setup sensible default actions (LP: #186595)
366 by Michael Vogt
- do not keep the cdrom detected window on top of
1023
    - do not keep the cdrom detected window on top of
1024
      other windows (LP: #186593) and make sure it appears
1025
      in the taskbar
367 by Michael Vogt
* src/reboot.c:
1026
  * src/reboot.c:
1027
    - use bigger icon (LP: #149380)
363 by Michael Vogt
* src/update-notifier.c:
1028
368 by Michael Vogt
* src/update-notifier.c:
1029
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 13 Mar 2008 18:24:07 +0100
363 by Michael Vogt
* src/update-notifier.c:
1030
362 by Michael Vogt
finialize as 0.70.4
1031
update-notifier (0.70.4) hardy; urgency=low
359 by Michael Vogt
* src/update.c:
1032
360 by Michael Vogt
* src/update.c, debian/15update-stamp:
1033
  * src/update.c, debian/15update-stamp:
1034
    - run in the new APT::Update::Post-Invoke-Success slot
1035
    - use /var/lib/apt/periodic/update-success-stamp stamp
362 by Michael Vogt
finialize as 0.70.4
1036
1037
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 06 Feb 2008 19:16:58 +0100
1038
1039
update-notifier (0.70.3) hardy; urgency=low
1040
359 by Michael Vogt
* src/update.c:
1041
  * src/update.c:
1042
    - string fix (thanks to Brian Murray, LP: #181375)
359.1.1 by Michael Vogt
- do not display a error when running on the live-cd
1043
    - do not display a error when running on the live-cd
1044
      and apt-check is symlinked to /bin/true
359 by Michael Vogt
* src/update.c:
1045
359.1.1 by Michael Vogt
- do not display a error when running on the live-cd
1046
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 Jan 2008 22:16:15 +0100
359 by Michael Vogt
* src/update.c:
1047
358 by Michael Vogt
* debian/control:
1048
update-notifier (0.70.2) hardy; urgency=low
1049
1050
  * debian/control:
1051
    - fix typo in Vcs-Bzr header (thanks to Brian Murray)
1052
  * src/update.c:
1053
    - remove debug output
1054
1055
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 09 Jan 2008 09:45:14 +0100
1056
354 by Michael Vogt
* debian/15update-stamp:
1057
update-notifier (0.70.1) hardy; urgency=low
1058
1059
  * debian/15update-stamp:
1060
    - move the update stamp hook into its own configuration
1061
      (LP: #181189)
355 by Michael Vogt
* src/hal.c:
1062
  * src/hal.c:
1063
    - do not spam .xsession-erors if no cdrom can be found
1064
      (LP: #177437)
356 by Michael Vogt
* src/update.c:
1065
  * src/update.c:
1066
    - fix incorrect initialization of GString
1067
    - always show icon when apt is working (LP: #173149)
1068
    - fix in the insensitve code
1069
  * src/update-notifier.h:
1070
    - fix timeouts for outdated repository information
357 by Michael Vogt
* po/POTFILES.in:
1071
  * po/POTFILES.in:
1072
    - remove unused ui/upgrade-dialog.glade (LP: #157416)
354 by Michael Vogt
* debian/15update-stamp:
1073
1074
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 08 Jan 2008 15:14:35 +0100
1075
1076
update-notifier (0.70) hardy; urgency=low
351 by Michael Vogt
* use icon theme names "software-update-available" and
1077
1078
  * use icon theme names "software-update-available" and
1079
    "software-update-urgent" to show that updates are
1080
    available and use the "-urgent" icon on security 
1081
    updates
352 by Michael Vogt
* show a warning icon if the last refresh of the
1082
  * show a warning icon if the last refresh of the
1083
    repository information is older than 7 days
353 by Michael Vogt
* debian/10periodic:
1084
  * debian/10periodic:
1085
    - install APT::Update::Post-Invoke handler so that the 
1086
      update-stamp is always updated after a successful update
351 by Michael Vogt
* use icon theme names "software-update-available" and
1087
1088
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 04 Jan 2008 16:27:34 +0100
1089
350 by Martin Pitt
* Call this *#(*$# arch-build to generate the autotools files.
1090
update-notifier (0.67) hardy; urgency=low
1091
1092
  * Call this *#(*$# arch-build to generate the autotools files.
1093
1094
 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 28 Nov 2007 12:48:27 +0100
1095
349 by Martin Pitt
release as 0.66 to hardy
1096
update-notifier (0.66) hardy; urgency=low
348 by Martin Pitt
* data/update-notifier.schemas.in: Enable apport for Hardy.
1097
1098
  * data/update-notifier.schemas.in: Enable apport for Hardy.
1099
1100
 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 28 Nov 2007 12:46:56 +0100
1101
346 by Michael Vogt
* use getgroups() instead of getgrouplist() to work better
1102
update-notifier (0.65) hardy; urgency=low
1103
1104
  * use getgroups() instead of getgrouplist() to work better
1105
    with stuff from pam_groups (thanks to Sebastian Dröge)
347 by Michael Vogt
* add 22x22 and 24x24 icons (thanks to Alan Baghumian)
1106
  * add 22x22 and 24x24 icons (thanks to Alan Baghumian)
346 by Michael Vogt
* use getgroups() instead of getgrouplist() to work better
1107
1108
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 16 Nov 2007 10:18:09 +0100
1109
345 by Michael Vogt
* data/update-notifier.schemas.in:
1110
update-notifier (0.61) gutsy; urgency=low
1111
1112
  * data/update-notifier.schemas.in: 
1113
    - fix typo
1114
1115
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 08 Oct 2007 21:36:31 +0200
1116
343 by Michael Vogt
* data/update-notifier.schemas.in:
1117
update-notifier (0.60) gutsy; urgency=low
1118
1119
  * data/update-notifier.schemas.in: 
344 by Michael Vogt
debian/changelog: fix typo
1120
    - Disable apport for RC
343 by Michael Vogt
* data/update-notifier.schemas.in:
1121
1122
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 08 Oct 2007 16:27:01 +0200
1123
342 by Sebastien Bacher
call dh_gconf after the schemas installation so it's registred correctly
1124
update-notifier (0.59.6) gutsy; urgency=low
1125
1126
  * debian/rules:
1127
    - call dh_gconf after the schemas installation so it's registred correctly,
1128
      that makes apport integration works again
1129
1130
 -- Sebastien Bacher <seb128@canonical.com>  Mon, 24 Sep 2007 17:20:32 +0200
1131
573 by Michael Vogt
merged from debian
1132
update-notifier (0.59.5.debian-1) unstable; urgency=low
1133
1134
  [ Kilian Krause ]
1135
  * New upstream release.
1136
1137
  [ Gustavo Noronha Silva ]
1138
  * debian/patches/06_port_to_gtk2.10.diff:
1139
  - added to conditionaly use a gtk2.12-only function, which does
1140
    not seem to break update-notifier if removed
1141
  * debian/control.in, debian/update-notifier.1,
1142
    debian/update-notifier.examples, debian/patches/07_improve_readme.diff:
1143
  - accepted (slightly reworked) patch by Javier Fernández-Sanguino Peña
1144
    to make it clear that update-notifier depends on external services
1145
    to actually notice that updates are available (Closes: #439239)
1146
  * debian/changelog.ubuntu:
1147
  - updated from the Ubuntu package
1148
1149
 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 04 Sep 2007 21:40:19 -0300
1150
340 by Michael Vogt
* code cleanups
1151
update-notifier (0.59.5) gutsy; urgency=low
1152
1153
  * code cleanups
341 by Michael Vogt
* fix incorrect tooltip when package manager was
1154
  * fix incorrect tooltip when package manager was
1155
    running (LP: #134959)
340 by Michael Vogt
* code cleanups
1156
341 by Michael Vogt
* fix incorrect tooltip when package manager was
1157
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 27 Aug 2007 13:31:44 +0200
340 by Michael Vogt
* code cleanups
1158
573 by Michael Vogt
merged from debian
1159
update-notifier (0.59.4.debian-1) unstable; urgency=low
1160
1161
  [ Gustavo Noronha Silva ]
1162
  * New upstream version
1163
  * Fix Uploaders field syntax (Closes: #431667)
1164
  * Fix source package naming to indicate we modify it for Debian
1165
  * debian/patches/05_fix_monitored_dirs.diff:
1166
  - avoid monitoring non-existing directories (Debian-wise)
1167
1168
  [ Loic Minier ]
1169
  * Use ubuntu-get-source instead of gnome-get-source; build-dep on
1170
    gnome-pkg-tools >= 0.12.3.
1171
1172
 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 21 Aug 2007 22:30:00 -0300
1173
339 by Jonathan Riddell
Don't install notify-reboot-required in update-notifier
1174
update-notifier (0.59.4) gutsy; urgency=low
1175
1176
  * Don't install notify-reboot-required in update-notifier
1177
1178
 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 16 Aug 2007 18:39:38 +0100
1179
338 by Jonathan Riddell
Add update-notifier-common conflicts and replaces on old update-notifier
1180
update-notifier (0.59.3) gutsy; urgency=low
1181
1182
  * Add update-notifier-common conflicts and replaces 
1183
    on old update-notifier
1184
1185
 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 16 Aug 2007 15:45:29 +0100
1186
337 by Jonathan Riddell
add changelog
1187
update-notifier (0.59.2) gutsy; urgency=low
1188
1189
  * Re-libtoolise before upload, fix fail to compile
1190
1191
 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 16 Aug 2007 12:18:40 +0100
1192
336 by Michael Vogt
1193
update-notifier (0.59.1) gutsy; urgency=low
335 by Jonathan Riddell
Split some files into update-notifier-common for sharing with adept-notifier
1194
336 by Michael Vogt
1195
  [Jonathan Riddell]
335 by Jonathan Riddell
Split some files into update-notifier-common for sharing with adept-notifier
1196
  * Split some files into update-notifier-common for sharing
1197
    with adept-notifier
336 by Michael Vogt
1198
  
1199
  [Michael Vogt]
1200
  * fix schema location to /usr/share/gconf/schemas
335 by Jonathan Riddell
Split some files into update-notifier-common for sharing with adept-notifier
1201
336 by Michael Vogt
1202
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 15 Aug 2007 19:01:27 +0200
335 by Jonathan Riddell
Split some files into update-notifier-common for sharing with adept-notifier
1203
333 by Michael Vogt
* fix leftover from pre-GtkStatusIcon code (LP: #127965)
1204
update-notifier (0.59) gutsy; urgency=low
1205
334 by Michael Vogt
* fix crash in leftover from pre-GtkStatusIcon code (LP: #127965)
1206
  * fix crash in leftover from pre-GtkStatusIcon code (LP: #127965)
1207
  * consitently use notify_notification_new_with_status_icon()
333 by Michael Vogt
* fix leftover from pre-GtkStatusIcon code (LP: #127965)
1208
1209
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 27 Jul 2007 22:28:30 +0200
1210
332 by Michael Vogt
* debian/changelog:
1211
update-notifier (0.58) gutsy; urgency=low
329 by Michael Vogt
* use GtkStatusIcon instead of EggTrayIcon, that makes
1212
1213
  * use GtkStatusIcon instead of EggTrayIcon, that makes
1214
    the code significantly simpler
1215
  * debian/rules: 
1216
    - use dh_icons instead of dh_iconcache
1217
1218
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 17 Jul 2007 15:30:42 +0100
1219
573 by Michael Vogt
merged from debian
1220
update-notifier (0.57.3-1) unstable; urgency=low
1221
1222
  [ Alan Baghumian ]
1223
  * New upstream release (Closes: #422507).
1224
  * Merged with the previous changelog entry.
1225
  * Removed 001_all_linguas.diff, merged upstream
1226
  * Updated changelog.ubuntu
1227
  * Updated 002_i18n_update.diff, 03_detect_debian_cd.diff
1228
  * Updated debian/control*
1229
    - Added myself to the uploaders
1230
    - Wrapped deps and build-deps
1231
1232
  [ Loic Minier ]
1233
  * Add a get-orig-source target to retrieve the upstream tarball.
1234
1235
  [ Sven Arvidsson ]
1236
  * Add a man page (Closes: #404814).
1237
1238
  [ Gustavo Noronha Silva ]
1239
  * debian/patches/03_detect_debian_cd.diff:
1240
  - reupdated for 0.57.3 (Alan had updated this for 0.57.1)
1241
  * debian/patches/04_fix_gksu_usage.diff:
1242
  - do not use full path for update-manager when calling it;
1243
    the path for update-manager has changed from /usr/sbin
1244
    in earlier releases, and if we change the path to that here
1245
    we'll have to bump deps, which may not be desired; same
1246
    goes for software-properties
1247
  - tell the code that update-manager needs gksu
1248
1249
 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 27 Jun 2007 21:19:35 -0300
1250
327 by Martin Pitt
release as 0.57.3 to gutsy
1251
update-notifier (0.57.3) gutsy; urgency=low
326 by Martin Pitt
* data/update-notifier.schemas.in: Enable apport again for Tribe-2.
1252
1253
  * data/update-notifier.schemas.in: Enable apport again for Tribe-2.
1254
1255
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 26 Jun 2007 13:00:35 +0200
1256
322 by Michael Vogt
* fix spelling mistake in addon CD detection (LP#110352)
1257
update-notifier (0.57.2) gutsy; urgency=low
1258
1259
  * fix spelling mistake in addon CD detection (LP#110352)
324 by Michael Vogt
* fix incorrect desktop file name
1260
  * fix incorrect desktop file name 
1261
  * add AptOnCD media detection (thanks to Rafael Proenca)
322 by Michael Vogt
* fix spelling mistake in addon CD detection (LP#110352)
1262
325 by Michael Vogt
* finalize upload
1263
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 20 Jun 2007 21:24:34 +0200
322 by Michael Vogt
* fix spelling mistake in addon CD detection (LP#110352)
1264
318 by Michael Vogt
* remove dbus-1-utils dependency
1265
update-notifier (0.57.1) gutsy; urgency=low
1266
1267
  * remove dbus-1-utils dependency
319 by Michael Vogt
* use gtk-yes for restart notification (LP#103710)
1268
  * use gtk-yes for restart notification (LP#103710)
320 by Michael Vogt
* fix spelling mistakes (LP#64485)
1269
  * fix spelling mistakes (LP#64485)
321 by Michael Vogt
* fix memory-leak in in_admin_group()
1270
  * fix memory-leak in in_admin_group()
318 by Michael Vogt
* remove dbus-1-utils dependency
1271
321 by Michael Vogt
* fix memory-leak in in_admin_group()
1272
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 23 May 2007 13:00:45 +0200
318 by Michael Vogt
* remove dbus-1-utils dependency
1273
316 by Michael Vogt
* fix cdrom detection for cdrom mountpoints with spaces (LP#114593)
1274
update-notifier (0.57) gutsy; urgency=low
1275
1276
  * fix cdrom detection for cdrom mountpoints with spaces (LP#114593)
317 by Michael Vogt
* implemented new "Title" key in the UpgradeHooks file
1277
  * implemented new "Title" key in the UpgradeHooks file 
1278
    (for IncreaseHardwareDatabasePariticipation spec)
316 by Michael Vogt
* fix cdrom detection for cdrom mountpoints with spaces (LP#114593)
1279
  
1280
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 May 2007 15:55:19 +0200
1281
315 by Martin Pitt
release as 0.56.3 to feisty
1282
update-notifier (0.56.3) feisty; urgency=low
314 by Martin Pitt
* data/update-notifier.schemas.in: Flip apport crash reporting default to
1283
1284
  * data/update-notifier.schemas.in: Flip apport crash reporting default to
1285
    'false' for the release.
1286
1287
 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon,  9 Apr 2007 14:20:49 +0200
1288
313 by Martin Pitt
release as 0.56.2 to feisty
1289
update-notifier (0.56.2) feisty; urgency=low
309 by Martin Pitt
* debian/control: Add X-Vcs-Bzr.
1290
1291
  * debian/control: Add X-Vcs-Bzr.
310 by Martin Pitt
* Add data/update-notifier.schemas.in with a key to enable/disable apport
1292
  * Add data/update-notifier.schemas.in with a key to enable/disable apport
1293
    report displaying (/apps/update-notifier/show_apport_crashes). Add
1294
    necessary autotools infrastructure for i18n and installation.
311 by Martin Pitt
* src/crash.c: Do not show apport crash reports if above gconf key is false.
1295
  * src/crash.c: Do not show apport crash reports if above gconf key is false.
309 by Martin Pitt
* debian/control: Add X-Vcs-Bzr.
1296
311 by Martin Pitt
* src/crash.c: Do not show apport crash reports if above gconf key is false.
1297
 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed,  4 Apr 2007 17:47:50 +0200
309 by Martin Pitt
* debian/control: Add X-Vcs-Bzr.
1298
305 by Michael Vogt
* src/update.c:
1299
update-notifier (0.56.1) feisty; urgency=low
1300
1301
  * src/update.c:
1302
    - pass the correct with_gksu flag on right-click (LP:#88825)
306 by Michael Vogt
- fix software-properties call (LP#93909)
1303
    - fix software-properties call (LP#93909)
307 by Michael Vogt
- fix race in file_monitor_periodic_check() (LP#91277)
1304
    - fix race in file_monitor_periodic_check() (LP#91277)
308 by Michael Vogt
* data/apt-check.py:
1305
  * data/apt-check.py:
1306
    - use the system python (LP#94434)
305 by Michael Vogt
* src/update.c:
1307
309 by Martin Pitt
* debian/control: Add X-Vcs-Bzr.
1308
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 22 Mar 2007 10:15:51 +0100
305 by Michael Vogt
* src/update.c:
1309
304 by Martin Pitt
release as 0.56 to feisty
1310
update-notifier (0.56) feisty; urgency=low
302 by Martin Pitt
changelog for Jonathan's grammar fix
1311
1312
  [ Jonathan Riddell ]
1313
  * src/crash.c: Fix spelling.
1314
303 by Martin Pitt
[ Martin Pitt ]
1315
  [ Martin Pitt ]
1316
  * src/update-notifier.c: Now that we have it, use apport's native icon
1317
    instead of the bomb.
1318
  * Remove pixmaps/16x16/crashreport-notifier.png, obsolete.
1319
1320
 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 22 Feb 2007 13:56:12 +0100
302 by Martin Pitt
changelog for Jonathan's grammar fix
1321
300 by Michael Vogt
* src/rfc822.c:
1322
update-notifier (0.55) feisty; urgency=low
1323
1324
  * src/rfc822.c:
1325
    - fix the parser to deal with ' .\n' lines properly
1326
1327
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 16 Feb 2007 15:02:00 +0100
1328
296 by Michael Vogt
* src/hooks.c:
1329
update-notifier (0.54) feisty; urgency=low
1330
298 by Michael Vogt
* src/hwdb_client.[ch]
1331
  * src/hooks.c:
1332
    - added Gettext-Domain key support 
1333
    - added DisplayIf command support
1334
     (IncreaseHardwareDatabaseParticipation)
1335
  * src/hwdb_client.[ch]: 
1336
    - removed, the notification will be done via the hooks
1337
  * src/update-notifier.c:
1338
    - remove hwdb_client_check() 
1339
    - "--debug-hooks" does not take a argument anymore
299 by Michael Vogt
* HOOKS: added documentation for the hooks
1340
  * HOOKS: updated the documentation 
296 by Michael Vogt
* src/hooks.c:
1341
1342
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 16 Feb 2007 10:48:05 +0100
1343
295 by Michael Vogt
* basic addon cd detection check added
1344
update-notifier (0.53) feisty; urgency=low
1345
1346
  * detection for addon CDs added (as speced in EdubuntuOnTwoCDs)
1347
1348
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  6 Feb 2007 12:47:17 +0100
1349
294 by Martin Pitt
release as 0.52 to feisty
1350
update-notifier (0.52) feisty; urgency=low
291 by Martin Pitt
* INSTALL: Update to automake 1.10 version.
1351
1352
  * INSTALL: Update to automake 1.10 version.
292 by Martin Pitt
* src/hwdb_client.c: Check for hwdb-gui before displaying notification.
1353
  * src/hwdb_client.c: Check for hwdb-gui before displaying notification.
293 by Martin Pitt
* src/hwdb_client.c: Do not display notification if
1354
  * src/hwdb_client.c: Do not display notification if
1355
    /var/lib/hwdb-client-common/no-notification exists.
291 by Martin Pitt
* INSTALL: Update to automake 1.10 version.
1356
293 by Martin Pitt
* src/hwdb_client.c: Do not display notification if
1357
 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon,  5 Feb 2007 13:31:48 +0100
291 by Martin Pitt
* INSTALL: Update to automake 1.10 version.
1358
290 by Martin Pitt
release as 0.51 to feisty
1359
update-notifier (0.51) feisty; urgency=low
287 by Martin Pitt
* INSTALL: Update to current FSF version.
1360
288 by Martin Pitt
* Add src/hwdb_client.[hc]: Implement notification bubble for hwdb-client.
1361
  * Add src/hwdb_client.[hc]: Implement notification bubble for hwdb-client.
1362
    The notification triggers on a live sytem (/proc/cmdline contains
1363
    "boot=casper") and the first time the user with uid=1000 logs in.
287 by Martin Pitt
* INSTALL: Update to current FSF version.
1364
  * INSTALL: Update to current FSF version.
1365
288 by Martin Pitt
* Add src/hwdb_client.[hc]: Implement notification bubble for hwdb-client.
1366
 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu,  1 Feb 2007 16:16:09 +0100
287 by Martin Pitt
* INSTALL: Update to current FSF version.
1367
286 by Martin Pitt
release as 0.50.3 to feisty
1368
update-notifier (0.50.3) feisty; urgency=low
282 by Martin Pitt
* src/crash.c: Only show a notification for system crash reports, do not
1369
1370
  * src/crash.c: Only show a notification for system crash reports, do not
1371
    immediately throw gksu into the user's face unexpectedly and steal the
1372
    focus.
283 by Martin Pitt
* src/update-notifier.h: Add a third argument to invoke_with_gksu which uses
1373
  * src/update-notifier.h: Add a third argument to invoke_with_gksu which uses
1374
    'descr' as the complete message instead of just the desktop file name. Fix
1375
    all calls to it.
284 by Martin Pitt
* src/crash.c: Use a more meaningful message for gksu'ing to access system
1376
  * src/crash.c: Use a more meaningful message for gksu'ing to access system
1377
    crash reports.
285 by Martin Pitt
* autogen.sh: Call autoreconf/intltoolize/aclocal instead of
1378
  * autogen.sh: Call autoreconf/intltoolize/aclocal instead of
1379
    gnome-autogen.sh, since the latter just breaks randomly and doesn't
1380
    actually do anything useful for us.
282 by Martin Pitt
* src/crash.c: Only show a notification for system crash reports, do not
1381
285 by Martin Pitt
* autogen.sh: Call autoreconf/intltoolize/aclocal instead of
1382
 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 22 Jan 2007 15:24:20 +0100
282 by Martin Pitt
* src/crash.c: Only show a notification for system crash reports, do not
1383
281 by Michael Vogt
* data/apt-cdrom-check:
1384
update-notifier (0.50.2) feisty; urgency=low
276.1.1 by martin at piware
* src/crash.c: If the user is an admin, also check for crashes of system
1385
281 by Michael Vogt
* data/apt-cdrom-check:
1386
  [Martin Pitt]
276.1.1 by martin at piware
* src/crash.c: If the user is an admin, also check for crashes of system
1387
  * src/crash.c: If the user is an admin, also check for crashes of system
1388
    programs (apport-checkreports --system) and invoke apport-gtk through gksu
1389
    for them. Closes: LP#62316
281 by Michael Vogt
* data/apt-cdrom-check:
1390
  [Michael Vogt]
1391
  * data/apt-cdrom-check:
1392
    - fix bashism in detection code
1393
    - use gpgv instead of gpg for signature verification
276.1.1 by martin at piware
* src/crash.c: If the user is an admin, also check for crashes of system
1394
281 by Michael Vogt
* data/apt-cdrom-check:
1395
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 12 Jan 2007 18:50:56 +0100
276.1.1 by martin at piware
* src/crash.c: If the user is an admin, also check for crashes of system
1396
276 by martin at piware
* src/avahi.c: Fix string quotes to fix FTBFS on the buildds (worked just
1397
update-notifier (0.50.1) feisty; urgency=low
1398
1399
  * src/avahi.c: Fix string quotes to fix FTBFS on the buildds (worked just
1400
    fine on local feisty, duh).
1401
1402
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 12 Dec 2006 16:39:08 +0100
1403
274 by Michael Vogt
* debian/changelog:
1404
update-notifier (0.50) feisty; urgency=low
273.1.1 by martin at piware
* Add check for /var/run/avahi-daemon/disabled-for-unicast-local, which
1405
1406
  * Add check for /var/run/avahi-daemon/disabled-for-unicast-local, which
1407
    indicates that Avahi was disabled due to an already existing unicast
1408
    .local domain. This is invalid and breaks that domain, thus Avahi gets
1409
    disabled in that case. Inform the user about it, as per
1410
    https://wiki.ubuntu.com/ZeroConfNetworking.
1411
1412
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 12 Dec 2006 12:14:10 +0100
1413
296 by Michael Vogt
* src/hooks.c:
1414
update-notifier (0.43.3) UNRELEASED; urgency=low
1415
1416
  * Add check for /var/run/avahi-daemon/disabled-for-unicast-local, which
1417
    indicates that Avahi was disabled due to an already existing unicast
1418
    .local domain. This is invalid and breaks that domain, thus Avahi gets
1419
    disabled in that case. Inform the user about it, as per
1420
    https://wiki.ubuntu.com/ZeroConfNetworking.
1421
1422
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 12 Dec 2006 12:14:10 +0100
1423
271 by Michael Vogt
* src/hooks.c:
1424
update-notifier (0.43.2) edgy; urgency=low
269 by Michael Vogt
* data/apt-cdrom-check
1425
1426
  * data/apt-cdrom-check:
1427
    - fix problem in the dist-upgrade cdrom detection
270 by Michael Vogt
* po/*:
1428
  * po/POTFILES.in:
1429
    - missing missing file in POTFILES.in (lp: #63151)
271 by Michael Vogt
* src/hooks.c:
1430
  * src/hooks.c:
272 by Michael Vogt
* ui/reboot-dialog.glade:
1431
    - support for urls in the hooks
1432
  * ui/reboot.glade:
1433
    - fix typos (lp: #61537)
273 by Michael Vogt
* ui/hooks-dialog.glade:
1434
  * ui/hooks-dialog.glade:
1435
    - make the string simpler (lp: #42733)
269 by Michael Vogt
* data/apt-cdrom-check
1436
271 by Michael Vogt
* src/hooks.c:
1437
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon,  2 Oct 2006 16:53:21 +0200
269 by Michael Vogt
* data/apt-cdrom-check
1438
268 by Michael Vogt
* data/apt-cdrom-check, data/cddistupgrader:
1439
update-notifier (0.43.1) edgy; urgency=low
1440
1441
  * data/cddistupgrade, data/apt-cdrom-check:
1442
    - fixes in cdrom based dist-upgrade code 
1443
1444
 -- Michael Vogt <michael.vogt@ubuntu.com>  Sun,  3 Sep 2006 11:33:37 +0200
1445
266 by Michael Vogt
* src/update-notifier.{c,h}:
1446
update-notifier (0.43) edgy; urgency=low
1447
1448
  * support for CDs with a dist-upgrader (see the CDRomBasedUpgradesSpec
1449
    for details)
1450
  * don't run update-manager as root (it works fine as user now)
1451
1452
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri,  1 Sep 2006 17:22:48 +0200
1453
264 by Michael Vogt
* debian/changelog:
1454
update-notifier (0.42.13build1) edgy; urgency=low
1455
1456
  * Rebuild against dbus 0.90
1457
1458
 -- Sebastian Dröge <slomo@ubuntu.com>  Mon, 28 Aug 2006 19:59:24 +0200
1459
262 by Michael Vogt
* src/crash.c:
1460
update-notifier (0.42.13) edgy; urgency=low
261 by Michael Vogt
* new sv translation
1461
1462
  * po/sv.po:
1463
    - new translation (thanks to Daniel Nylander and Gustavo N. Silva)
262 by Michael Vogt
* src/crash.c:
1464
  * really hide the crash icon after runing apport-gtk
263 by Michael Vogt
* src/hal.c:
1465
  * made the branding more neutral in the CD detection (thanks to 
1466
    Gustavo Noronha Silva)
261 by Michael Vogt
* new sv translation
1467
262 by Michael Vogt
* src/crash.c:
1468
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 28 Aug 2006 17:07:23 +0200
261 by Michael Vogt
* new sv translation
1469
573 by Michael Vogt
merged from debian
1470
update-notifier (0.42.12-3) unstable; urgency=low
1471
1472
  * debian/patches/002_i18n_update.diff:
1473
  - updated, including the translation update on es.po done by
1474
    Javier Fernández-Sanguino Peña <jfs@computer.org>
1475
    (Closes: #397132)
1476
  * debian/docs:
1477
  - also install debian/README.reboot-required.Debian, written by
1478
    the same Javier above, explaining the reboot required feature
1479
    of update-notifier for users and developers (Closes: #404810)
1480
1481
 -- Gustavo Noronha Silva <kov@debian.org>  Thu, 28 Dec 2006 21:29:17 -0200
1482
1483
update-notifier (0.42.12-2) unstable; urgency=low
1484
1485
  * debian/patches/03_detect_debian_cd.diff:
1486
  - instead of a hack to replace the distribution name
1487
    string, accept suggestions by Christian Perrier and
1488
    C. Gatzemeier on the wording of the sentences
1489
  * debian/patches/002_i18n_update.diff:
1490
  - added; includes all the i18n updates, including the ones
1491
    listed in the removed patches and an update-po, so all
1492
    languages have up-to-date pofiles after an 'apply-patches'
1493
  * debian/patches/
1494
                   002_pt_BR_update.diff
1495
                   003_sv_add.diff:
1496
  - removed, see change above
1497
1498
 -- Gustavo Noronha Silva <kov@debian.org>  Sun, 13 Aug 2006 14:49:47 -0300
1499
1500
update-notifier (0.42.12-1) unstable; urgency=low
1501
1502
  * New upstream version
1503
  * debian/docs, debian/changelog.ubuntu:
1504
  - include the ubuntu changelog as part of the docs
1505
  * debian/patches/01_notify_reboot_dont_check_for_mount.diff:
1506
  - added; make notify-reboot-needed not check whether /var/run is a
1507
    mountpoint, since it not always is, in Debian
1508
  * debian/rules, debian/copyright, debian/gdm-signal,
1509
    debian/patches/02_reboot_use_my_gdm_signal.diff,
1510
    debain/update-notifier.install:
1511
  - provide a /usr/lib/update-notifier/gdm-signal, imported
1512
    from the ubuntu package, which in turn used gnome panel's
1513
    and Rob Taylor as sources; use that to send the 'reboot'
1514
    request
1515
  * Two changesets above (Closes: #353121)
1516
  * debian/patches/
1517
                   001_all_linguas.diff
1518
                   002_pt_BR_update.diff
1519
		   003_sv_add.diff:
1520
  - added, including the sv translation (Closes: #381947), and
1521
    updating the pt_BR translation;
1522
  * debian/patches/03_detect_debian_cd.diff:
1523
  - patches update-notifier and apt-cdrom-check to also detect
1524
    Debian CDs, as oposed to only detecting Ubuntu CDs
1525
  * debian/control.in:
1526
  - added python as a dependency
1527
1528
 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 12 Aug 2006 18:45:56 -0300
1529
261 by Michael Vogt
* new sv translation
1530
update-notifier (0.42.12) edgy; urgency=low
1531
1532
  * always hide the crash icon after runing apport-gtk
1533
    (lp: #56030)
1534
1535
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 11 Aug 2006 16:16:23 +0200
1536
256 by Michael Vogt
* src/crash.c:
1537
update-notifier (0.42.11) edgy; urgency=low
1538
259 by Michael Vogt
* debian/changelog:
1539
  * src/crash.c:
1540
    - use apport-checkreports to figure if reports are 
1541
      interessting for us
1542
    - don't display a crash icon if no report application is 
1543
      found (apport-gtk) (lp: #55791)
1544
  * src/update.c:
1545
    - don't save the last righ-click user action as new default
1546
      (caused too much confusion). Thanks to Seb128 for this.
1547
  * debian/control:
1548
    - recommends "apport-gtk" now
256 by Michael Vogt
* src/crash.c:
1549
259 by Michael Vogt
* debian/changelog:
1550
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 Aug 2006 11:26:07 +0200
256 by Michael Vogt
* src/crash.c:
1551
253 by Michael Vogt
* improved the crash report handling:
1552
update-notifier (0.42.10) edgy; urgency=low
1553
1554
  * improved the crash report handling:
1555
    - only consider size > 0 
1556
    - wording
1557
    - start apport-gtk immediately when new reports come in
1558
    - show a "crashreports found" icon if old reports are availale 
1559
      on startup
255 by Michael Vogt
* src/update-notifier.c:
1560
    - fix incorrect tooltip
253 by Michael Vogt
* improved the crash report handling:
1561
255 by Michael Vogt
* src/update-notifier.c:
1562
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  8 Aug 2006 10:05:28 +0200
253 by Michael Vogt
* improved the crash report handling:
1563
249 by Michael Vogt
* debian/changelog:
1564
update-notifier (0.42.9) edgy; urgency=low
1565
1566
  * fix the crash-report tool location
1567
  * removed libgamin-dev from the build-depends (we use gnome-vfs now)
250 by Michael Vogt
* switch the code to use GtkIconTheme and install the icons
1568
  * switch to use GtkIconTheme
249 by Michael Vogt
* debian/changelog:
1569
250 by Michael Vogt
* switch the code to use GtkIconTheme and install the icons
1570
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 27 Jul 2006 15:40:41 +0200
249 by Michael Vogt
* debian/changelog:
1571
248 by Michael Vogt
* src/crash.{c,h}:
1572
update-notifier (0.42.8) edgy; urgency=low
1573
1574
  * basic support for crash reports added (AutomatedProblemReporting spec)
1575
1576
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 24 Jul 2006 14:46:44 +0200
1577
247 by Michael Vogt
* data/apt-check:
1578
update-notifier (0.42.7) edgy; urgency=low
1579
1580
  * data/apt-check:
1581
    - fix the "clean" method and make it more efficient with the new
1582
      apt (with auto-mark support)
1583
1584
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  4 Jul 2006 11:11:44 +0200
1585
573 by Michael Vogt
merged from debian
1586
update-notifier (0.42.6-1) unstable; urgency=low
1587
1588
  * New upstream version
1589
  - fixes '100% cpu usage' problem; fix was done in upstream
1590
    0.41.7, according to the launchpad bug; (Closes: #364518)
1591
  - includes a .desktop file to auto-start (Closes: #366139)
1592
  * debian/patches/01_use_gksu.diff:
1593
  - removed; upstream is already calling gksu
1594
  * debian/control.in:
1595
  - added gksu as a Dependency (Closes: #356216)
1596
  - becoming the maintainer
1597
  - updating to Standards-Version 3.7.2 with no changes
1598
  * debian/rules, debian/install[new]:
1599
  - converted to cdbs
1600
  * debian/watch:
1601
  - added to monitor new upstream versions
1602
1603
 -- Gustavo Noronha Silva <kov@debian.org>  Sun,  4 Jun 2006 16:36:56 -0300
1604
246 by Michael Vogt
* pixmaps/update-icon.png:
1605
update-notifier (0.42.6) dapper; urgency=low
1606
1607
  * pixmaps/update-icon.png:
1608
    - new icon (thanks to dholbach and the artwork team)
1609
  * src/update-notifier.c:
1610
    - use "gksu" instead of "gksudo" (we set /apps/gksu/sudo-mode=true)
1611
      in gksu by default
1612
1613
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 26 May 2006 11:31:44 +0200
1614
244 by Michael Vogt
* new icon
1615
update-notifier (0.42.5) dapper; urgency=low
1616
1617
  * pixmaps/hook-notifier.png:
1618
    - new icon (thanks to dholbach and the artwork team)
1619
1620
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 24 May 2006 13:13:27 +0200
1621
236 by Michael Vogt
* src/update-notifier.h:
1622
update-notifier (0.42.4) dapper; urgency=low
1623
1624
  * src/update-notifier.c:
1625
    - increase the timeout for apt operation detection to better
1626
      support slower systems (#31311)
240 by Michael Vogt
* src/update-notifier.c:
1627
    - fix bug in GOptionsEntry array (#44747)
243 by Michael Vogt
* src/update.c:
1628
    - fix double-click (#43774)
237 by Michael Vogt
* src/update.c:
1629
  * src/update.c:
1630
    - fix consistency problem with update-manager (ubuntu #38382)
239 by Michael Vogt
* pixmaps/reboot.png:
1631
  * pixmaps/reboot.png:
1632
    - use the new Human icon (ubuntu: #41155)
236 by Michael Vogt
* src/update-notifier.h:
1633
243 by Michael Vogt
* src/update.c:
1634
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 18 May 2006 10:38:04 +0200
236 by Michael Vogt
* src/update-notifier.h:
1635
235 by Michael Vogt
* ui/reboot-dialog.glade:
1636
update-notifier (0.42.3) dapper; urgency=low
1637
1638
  * ui/reboot-dialog.glade:
1639
    - fixed missing "Translatable" property (*sigh*) (ubuntu: #43522)
1640
236 by Michael Vogt
* src/update-notifier.h:
1641
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 11 May 2006 17:07:51 +0200
235 by Michael Vogt
* ui/reboot-dialog.glade:
1642
233 by Michael Vogt
* po/POTFILES.in:
1643
update-notifier (0.42.2) dapper; urgency=low
1644
1645
  * po/POTFILES.in:
1646
    - added missing ui/reboot-dialog.glade (ubuntu: #43522)
1647
  * data/update-notifier.desktop.in:
1648
    - added XFCE to list of autostart desktop environments (ubuntu: #43079)
234 by Michael Vogt
* merged from glatzor
1649
  * use the desktop file when runing gksu (thanks to Sebastian Heinlein)
233 by Michael Vogt
* po/POTFILES.in:
1650
1651
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon,  8 May 2006 14:21:47 +0200
1652
231 by Michael Vogt
* changelog updates
1653
update-notifier (0.42.1) dapper; urgency=low
230 by Michael Vogt
* src/update.c:
1654
1655
  * src/update.c:
231 by Michael Vogt
* changelog updates
1656
    - add a missing gtk_widget_unrealize() (ubuntu: #5752)
230 by Michael Vogt
* src/update.c:
1657
    - fix start of software-properties tool (ubuntu: #41842)
232 by Michael Vogt
* src/eggtrayicon.c:
1658
  * src/trayicon.c:
1659
    - apply patch from upstream to fix issues with transparent
1660
      panels (ubuntu: 32173)
230 by Michael Vogt
* src/update.c:
1661
232 by Michael Vogt
* src/eggtrayicon.c:
1662
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  2 May 2006 10:42:59 +0200
230 by Michael Vogt
* src/update.c:
1663
229 by Michael Vogt
* src/update.c: unrealize the widget when the trayicon is hidden
1664
update-notifier (0.42) dapper; urgency=low
1665
1666
  * pixmaps/reboot-icon.png, pixmaps/update-icon.png:
1667
    - new icons from the icon designer
1668
1669
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 18 Apr 2006 09:58:53 +0200
1670
227 by Michael Vogt
* data/apt-check: typo fix
1671
update-notifier (0.41.15) dapper; urgency=low
1672
1673
  * data/apt-check fix typo (ubuntu: #39153)
1674
1675
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 11 Apr 2006 19:50:41 +0200
1676
217 by Michael Vogt
* wording fixes
1677
update-notifier (0.41.14) dapper; urgency=low
1678
221 by Michael Vogt
* wording fixes
1679
  * src/update.c: wording fixes (ubuntu: #38572, #38138)
218 by Michael Vogt
* added missing gksu dependency
1680
  * debian/control: added gksu dependency (ubuntu: #35412)
219 by Michael Vogt
* add a warning to the reboot notification dialog
1681
  * add a warning about unsaved work to the reboot dialog (ubuntu: #35443)
224 by Michael Vogt
* data/apt-check.py: error reporting in saveDistUpgrade() added
1682
  * data/apt-check: better error handling for cache errors 
1683
    (ubuntu: #29295,#34895)
223 by Michael Vogt
* fix the 1px space from not displayed TrayIcons
1684
  * fix the 1px space in the notification area (ubuntu: #5752, thanks
1685
    to Crispin Flowerday)
217 by Michael Vogt
* wording fixes
1686
226 by Michael Vogt
* data/apt-check: added missing gettext init
1687
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Apr 2006 17:06:25 +0200
217 by Michael Vogt
* wording fixes
1688
214 by Michael Vogt
* fix exception in the saveDistUpgrade() code in apt-check
1689
update-notifier (0.41.13) dapper; urgency=low
1690
1691
  * data/apt-check: fix a exception in the saveDistUpgrade code
216 by Michael Vogt
* changelog updates
1692
  * src/hooks.c: show the hook notification with a bit of delay
214 by Michael Vogt
* fix exception in the saveDistUpgrade() code in apt-check
1693
216 by Michael Vogt
* changelog updates
1694
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri,  7 Apr 2006 11:33:14 +0200
214 by Michael Vogt
* fix exception in the saveDistUpgrade() code in apt-check
1695
212 by Michael Vogt
* run make dist-clean before arch-build
1696
update-notifier (0.41.12) dapper; urgency=low
1697
1698
  * fix FTBFS because of missing cleanup in debian/rules arch-build
1699
    target
1700
1701
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed,  5 Apr 2006 16:59:48 +0200
1702
209 by Michael Vogt
* debian/changelog: updated changelog
1703
update-notifier (0.41.11) dapper; urgency=low
1704
1705
  * various internal fixes
1706
  * added notification on available hooks
1707
  * dont show/close the updates notification when apt is runing
1708
  * close the notification when the icon is clicked
1709
  
1710
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed,  5 Apr 2006 12:08:45 +0200
1711
205 by mvo
* added dekstop autostart file
1712
update-notifier (0.41.10) dapper; urgency=low
1713
1714
  * added to /etc/xdg/autostart
1715
1716
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 13 Mar 2006 11:34:29 +0000
1717
203 by mvo
* typo fix
1718
update-notifier (0.41.9) dapper; urgency=low
1719
1720
  * fix a typo (ubuntu #28672)
1721
1722
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu,  2 Mar 2006 14:41:21 +0100
1723
200 by mvo
* updated brasilian translation
1724
update-notifier (0.41.8) dapper; urgency=low
1725
1726
  * po/pt_BR.po: updated translation, thanks to 
1727
    Carlos Eduardo Pedroza Santiviago
202 by mvo
* updated finnish translation
1728
  * po/fi.po: updated finnish translation (thanks to Timo Jyrinki)
1729
  * data/apt-check: be more precise when calculating the upgrade
200 by mvo
* updated brasilian translation
1730
1731
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 20 Feb 2006 22:16:29 +0100
1732
199 by mvo
* debian/changelog: added the entries from dholbach
1733
update-notifier (0.41.7.cln) dapper; urgency=low
1734
1735
  * Minor cleanup.
1736
1737
 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Fri, 17 Feb 2006 19:27:13 +0100
1738
196 by mvo
* create the tray_icons with 5 sec timeout to let the panel some time to appear
1739
update-notifier (0.41.7) dapper; urgency=low
1740
1741
  * updated eggtrayicon to latest cvs
1742
  * wait before creating the icon to give the trayapplet a chance to appear
1743
    (another reason that may cause the 100% cpu problem)
1744
  * fix a problem that may have caused the icon to appear sensitive while
1745
    apt was runing (#31311)
1746
1747
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 14 Feb 2006 09:17:00 +0100
1748
191 by mvo
* move a bunch of g_error -> g_warning
1749
update-notifier (0.41.6) dapper; urgency=low
1750
1751
  * fix a problem that can lead to 100% on panel restarts
194 by mvo
* changelog updated
1752
  * fix remaining bits to not show reboot-notification during 
1753
    install/upgrades  
191 by mvo
* move a bunch of g_error -> g_warning
1754
1755
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 10 Feb 2006 12:51:35 +0100
1756
186 by mvo
* rework the way that gnome-vfs is used and (hopefully) make the code more robust this way
1757
update-notifier (0.41.5) dapper; urgency=low
1758
1759
  * src/update-notifier.c:
1760
    - rework the way gnome-vfs is used, this hopefully fixes the
1761
      "it uses 100% cpu" bugs
1762
    - ensure that the "reboot required" does not come up in the middle
1763
      of the installation/update
1764
  * src/update.c:
1765
    - small fix in the way the notification is displayed, should fix  
1766
      the truncated windows
1767
1768
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu,  9 Feb 2006 13:36:19 +0100
1769
185 by mvo
* new version
1770
update-notifier (0.41.4) dapper; urgency=low
1771
1772
  * src/update.c: make the blury icon go away
1773
1774
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon,  6 Feb 2006 23:50:55 +0100
1775
573 by Michael Vogt
merged from debian
1776
update-notifier (0.41.3-1) unstable; urgency=low
1777
1778
  * New upstream release.
1779
  * debian/control.in:
1780
  - improved description (Closes: #343582)
1781
1782
 -- Gustavo Noronha Silva <kov@debian.org>  Sun,  5 Feb 2006 15:50:16 -0200
1783
183 by mvo
* merged with scott
1784
update-notifier (0.41.3) dapper; urgency=low
1785
1786
  * switch depends to notification-daemon
1787
  * added build-dep on libnotify-dev >= 0.3.2-0ubuntu2
1788
1789
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 24 Jan 2006 15:29:37 +0100
1790
182 by mvo
* switched back to notification-daemon
1791
update-notifier (0.41.2) dapper; urgency=low
1792
183 by mvo
* merged with scott
1793
  * Only touch the "Reboot Required" file if /var/run is a mountpoint,
1794
    otherwise we can't guarantee that it'll disappear after a reboot.
182 by mvo
* switched back to notification-daemon
1795
183 by mvo
* merged with scott
1796
 -- Scott James Remnant <scott@ubuntu.com>  Mon, 23 Jan 2006 15:02:02 +0000
182 by mvo
* switched back to notification-daemon
1797
178 by mvo
* merged the changes from scott
1798
update-notifier (0.41.1) dapper; urgency=low
175 by mvo
* typo fix (ubuntu 25203)
1799
1800
  * src/update.c: typo fix (ubuntu: #28672)
176 by mvo
* ported to gnome-vfs for the monitoring (getting rid of libgamin)
1801
  * switched from libgamin to libgnome-vfs for the monitoring
175 by mvo
* typo fix (ubuntu 25203)
1802
178 by mvo
* merged the changes from scott
1803
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 17 Jan 2006 14:33:07 +0100
1804
573 by Michael Vogt
merged from debian
1805
update-notifier (0.41.0-1) UNRELEASED; urgency=low
1806
1807
  * New upstream release.
1808
  * debian/control.in:
1809
  - updated build-deps to require libnotify >= 0.3.0
1810
1811
 -- Gustavo Noronha Silva <kov@debian.org>  Fri, 13 Jan 2006 00:28:32 -0200
1812
178 by mvo
* merged the changes from scott
1813
update-notifier (0.41.0) dapper; urgency=low
1814
1815
  * Introduce new "Restart Required" notification icon and dialog.
1816
    This is implemented separately to the "hooks" system we currently use,
1817
    but using the same trigger binary.  This should retain compatibility
1818
    with existing code, and free up the hooks for less important notifications
1819
    that the user can read at their leisure.
1820
1821
 -- Scott James Remnant <scott@ubuntu.com>  Wed, 11 Jan 2006 18:16:51 +0000
175 by mvo
* typo fix (ubuntu 25203)
1822
174 by mvo
* ported to the new libnotify API
1823
update-notifier (0.40.18) dapper; urgency=low
1824
1825
  * ported to new libnotify api, build-depend on (>= 0.3.0)
1826
  * depends on notify-daemon now (instead of notification-daemon)
1827
1828
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon,  2 Jan 2006 16:09:24 +0100
1829
171 by mvo
* updated the build-dependencies for dbus >= 0.60
1830
update-notifier (0.40.17build1) dapper; urgency=low
1831
1832
  * rebuild against latest dbus, updated dependencies
1833
1834
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 20 Dec 2005 21:13:31 +0100
1835
1836
update-notifier (0.40.17) dapper; urgency=low
1837
1838
  * changes to the notification bubble (to implements the u-n bits 
1839
    of the "DapperDesktopPlan" spec), removed the blue links
1840
1841
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 14 Dec 2005 11:43:23 +0100
1842
170 by mvo
* remove debug output
1843
update-notifier (0.40.16) dapper; urgency=low
1844
1845
  * don't start if the user is not in admin group (see HideAdminTools 
1846
    spec)
1847
1848
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu,  1 Dec 2005 17:31:03 +0100
1849
573 by Michael Vogt
merged from debian
1850
update-notifier (0.40.15-2) experimental; urgency=low
1851
1852
  * debian/control.in:
1853
  - added ${python:Depends} to update-notifier's Depends
1854
  * debian/rules:
1855
  - removed unneeded dh_'s and uncommented dh_python
1856
1857
 -- Gustavo Noronha Silva <kov@debian.org>  Mon,  5 Dec 2005 22:08:31 -0200
1858
1859
update-notifier (0.40.15-1) experimental; urgency=low
1860
1861
  * First Debian upload based on the work by Ubuntu
1862
    (Closes: #301718)
1863
  * debian/rules:
1864
  - only update config.{sub,guess} if they exist
1865
  * debian/copyright:
1866
  - detail the copyright/license information
1867
  * debian/rules, debian/control.in:
1868
  - added simple-patchsys and gnome-pkg-tools support
1869
  * debian/control.in:
1870
  - raising Standards-Version to 3.6.2, no changes
1871
  * debian/patches/01_use_gksu.diff:
1872
  - added, use gksu instead of gksudo through update-notifier
1873
1874
 -- Gustavo Noronha Silva <kov@debian.org>  Fri,  2 Dec 2005 00:08:41 -0200
1875
169 by mvo
* debian/99update-notifier:
1876
update-notifier (0.40.15) breezy; urgency=low
1877
1878
  * debian/99update-notifier:
1879
    - added if [ -d /var/lib/update-notifier/ ]; then 
1880
      around the touch dpkg-was-run stamp file (makes a purge possible 
1881
      without dpkg error). Thanks to Kamion for reviewing it.
1882
1883
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Oct 2005 14:02:48 +0200
1884
1885
update-notifier (0.40.14) breezy; urgency=low
1886
1887
  * debian/99update-notifier:
1888
    - only touch the dpkg-run-stamp if /var/lib/update-notifier/ 
1889
      actaully exists (makes a purge possible without dpkg error)
1890
1891
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Oct 2005 09:50:52 +0200
1892
167 by mvo
* src/hooks.c:
1893
update-notifier (0.40.13) breezy; urgency=low
1894
1895
  * src/hooks.c:
1896
    - skip deleted hook files (ubuntu #17067, #17205)
1897
    - fix a bug in the "supress-duplicates" logic that caused
1898
      already seen hooks to be seen again and again (ubuntu #17091)
1899
1900
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed,  5 Oct 2005 12:29:25 +0200
1901
156 by mvo
* data/reboot-hook, data/reboot-hook.in:
1902
update-notifier (0.40.12) breezy; urgency=low
1903
1904
  * src/hooks.c:
1905
    - fix a bug that prevented the summary to be displayed (thanks to 
1906
      pitti for noticing)
158 by mvo
* src/update-notifier.c:
1907
    - make sure that the notification is shown after the upgrade
1908
      (ubuntu #16759)
162 by mvo
* src/hooks.c:
1909
    - make sure to init the md5sums of already seen hooks to avoid
1910
      showing duplicated entries (like e.g. from the kernel)
158 by mvo
* src/update-notifier.c:
1911
  * src/update.c:
1912
    - if "show notifications" is unchecked hide a possible open 
1913
      notification too (ubuntu #16803)
1914
    - hide the notification bubble if the updates are finished 
1915
      (ubuntu #14663, #16179)
156 by mvo
* data/reboot-hook, data/reboot-hook.in:
1916
1917
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  4 Oct 2005 12:24:58 +0200
1918
148 by mvo
* src/hooks.c:
1919
update-notifier (0.40.11) breezy; urgency=low
1920
1921
  * src/hooks.c:
1922
    - be even more carefull with the hook list managment
1923
1924
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 26 Sep 2005 23:28:35 +0200
1925
145 by mvo
* updated hungarian translation
1926
update-notifier (0.40.10) breezy; urgency=low
1927
1928
  * po/hu.po:
1929
    - added Hungarian translation (thanks to Gabor Kelemen)
146 by mvo
* src/update.c:
1930
  * src/update.c:
1931
    - typo fix (malone #2464)
147 by mvo
* src/hal.c:
1932
  * src/hal.c:
1933
    - automatic upgrading from the cd disabled until this is properly
1934
      speced 
145 by mvo
* updated hungarian translation
1935
1936
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 21 Sep 2005 15:08:06 +0200
1937
1938
update-notifier (0.40.9) breezy; urgency=low
1939
1940
  * src/hooks.c:
1941
    - be more carefull about the hook lists (ubuntu #14077)
1942
1943
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 19 Sep 2005 10:37:54 +0200
1944
144 by mvo
* debian/control:
1945
update-notifier (0.40.8) breezy; urgency=low
1946
1947
  * src/update.c:
1948
    - don't show a notification-bubble if the upgrade already finished
1949
      (ubuntu #15550)
1950
  * src/hooks.c:
1951
    - don't show identical notifications more than once (e.g. it's common
1952
      to have multiple kernel notifications)
1953
  * debian/control:
1954
    added dependencies to: hal, notification-daemon (ubuntu #15526)
1955
1956
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 16 Sep 2005 13:28:23 +0200
1957
138 by mvo
* src/update.c:
1958
update-notifier (0.40.7) breezy; urgency=low
1959
1960
  * src/update.c:
1961
    - make the g_timeout for the update-bubble 5 secs (instead of 0.5s)
142 by mvo
* changelog finished
1962
      (ubuntu #14479)
138 by mvo
* src/update.c:
1963
  * src/hooks.c:
142 by mvo
* changelog finished
1964
    - added "DontShowAfterReboot" key to the hook file for e.g. 
1965
      kernel notifications (ubuntu #13886)
139 by mvo
* src/hooks.c: "informations" -> "information"
1966
    - type: "informations" -> "information" (ubuntu #7052)
142 by mvo
* changelog finished
1967
  * typo fixes (ubuntu #15259)
138 by mvo
* src/update.c:
1968
142 by mvo
* changelog finished
1969
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 13 Sep 2005 20:11:59 +0200
138 by mvo
* src/update.c:
1970
135 by mvo
* po/POTFILES.in:
1971
update-notifier (0.40.6) breezy; urgency=low
1972
1973
  * added src/hal.c to po/POTFILES.in (thanks Kamion)
1974
1975
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 31 Aug 2005 17:39:47 +0200
1976
134 by mvo
* data/apt-check:
1977
update-notifier (0.40.5) breezy; urgency=low
1978
1979
  * bugfixes:
1980
    - improve the popup-notifications (thanks to mpt for his feedback)
1981
1982
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 25 Aug 2005 18:15:24 +0200
1983
1984
update-notifier (0.40.4) breezy; urgency=low
1985
1986
  * bugfixes:
1987
    - better dbus reconnect support 
1988
    - typo fix (ubuntu #13391)
1989
    - be more carefull about the placement of the notification send
1990
      with libnotify
1991
1992
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 16 Aug 2005 10:29:08 +0200
1993
133 by mvo
* debian/changelog:
1994
update-notifier (0.40.3) breezy; urgency=low
1995
1996
  * gamin changed the semantic of FAMEvent.Filename, changed the
1997
    code to deal with that
1998
1999
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 11 Aug 2005 15:14:40 +0200
2000
130 by mvo
* report cache errors to the user
2001
update-notifier (0.40.2) breezy; urgency=low
2002
2003
  * report errors in the cache to the user
131 by mvo
* debian/control:
2004
  * use libnotify to tell the user about updates
130 by mvo
* report cache errors to the user
2005
2006
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 10 Aug 2005 13:07:00 +0200
2007
128 by mvo
* debian/dirs:
2008
update-notifier (0.40.1) breezy; urgency=low
2009
2010
  *  global already seen hook file in /etc/update-notifier/hooks_seen 
2011
     added
2012
2013
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon,  4 Jul 2005 11:28:47 +0200
2014
126 by mvo
* debian/changelog,configure.in:
2015
update-notifier (0.40) breezy; urgency=low
2016
2017
  * fixed various bugs in the hook display code
2018
2019
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 27 Jun 2005 15:02:05 +0200
2020
123 by mvo
* debian/preinst:
2021
update-notifier (0.39.2) breezy; urgency=low
2022
2023
  * fix in the md5sum check in preinst (apologies to keybuk 
2024
    for suspecting the new dpkg) 
2025
  * call intltool-update -v -p in build target to make
2026
    langpack generation happy
2027
2028
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 14 Jun 2005 10:25:54 +0200
2029
120 by mvo
* debian/control:
2030
update-notifier (0.39.1) breezy; urgency=low
2031
2032
  * fixed a bug in apt-check (only happens on very new python-apt 
2033
    versions)
2034
  * ported the hal-reconnect bits to the new dbus api
2035
2036
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 10 Jun 2005 11:10:23 +0200
2037
118 by mvo
* debian/control:
2038
update-notifier (0.39) breezy; urgency=low
2039
2040
  * ported to libhal 0.5.1, build-depend on it,
2041
    -> the reconnect bits still needs to be ported
2042
2043
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 10 May 2005 16:52:30 +0200
116 by mvo
* debian/changelog, configure.in:
2044
109 by mvo
* pixmaps/update-notifier.png:
2045
update-notifier (0.38.11) hoary; urgency=low
2046
112 by mvo
* debian/changelog:
2047
  * session icon and tray icon improved, no more blurry
2048
    (thanks to Alexander Brausewetter) 
113 by mvo
* debian/changelog:
2049
  * updated fi.po translation (thanks to Timo Jyrinki)
115 by mvo
* debian/changelog:
2050
  * updated german translation
109 by mvo
* pixmaps/update-notifier.png:
2051
2052
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 30 Mar 2005 12:39:13 +0200
2053
107 by mvo
* debian/changelog:
2054
update-notifier (0.38.10) hoary; urgency=low
2055
2056
  * fix for the pin file reading
2057
  * work-around a problem in python-apt when reading the pin file
2058
    (#8095)
2059
  * fix for the nr of upgrades calculation
2060
2061
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 23 Mar 2005 14:54:53 +0100
2062
103 by mvo
* debian/20archive:
2063
update-notifier (0.38.9ubuntu1) hoary; urgency=low
2064
2065
  * fixed wrongly formated 20archive file 
2066
2067
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 23 Mar 2005 01:52:13 +0100
2068
2069
update-notifier (0.38.9) hoary; urgency=low
2070
2071
  * i18n fixes (missing translatable strings
2072
  * fix for wrong upgrade count (#7907)
2073
  * fix for a misdetection of a ubuntu cd
2074
  * translation update (es)
2075
  * setup /etc/apt/apt.conf.d/20archive with defaults 
2076
    for archive size (500Mb) and archive age (30 days)
2077
2078
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 23 Mar 2005 01:04:10 +0100
2079
91 by mvo
* debian/changelog: status update
2080
update-notifier (0.38.8) hoary; urgency=low
2081
97 by mvo
* debian/changelog:
2082
  * try harder not to identify the live cd as install cd (#7114)
91 by mvo
* debian/changelog: status update
2083
  * try to keep the CD detected dialog above other window
97 by mvo
* debian/changelog:
2084
  * detect downloads of packages (fix #6307)
2085
  * show nice message when calling gksudo (fix #6671)
2086
  * typo fix (#7052)
2087
  * consider pined packages too (#7368)
91 by mvo
* debian/changelog: status update
2088
2089
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri,  4 Mar 2005 11:55:32 +0100
2090
79 by mvo
* debian/changelog, configure.in:
2091
update-notifier (0.38.7) hoary; urgency=low
2092
2093
  * fixed a problem with the i18n 
2094
2095
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 21 Feb 2005 23:10:32 +0100
2096
76 by mvo
* debian/changelog, configure.in: version set to 0.36.6
2097
update-notifier (0.38.6) hoary; urgency=low
2098
2099
  * work around a gamin problem with monitoring single files
77 by mvo
* debian/changelog: added translator credits
2100
  * added fi.po translation (thanks to Timo Jyrinki)
2101
  * added es.po translation (thanks to Jorge Bernal)
76 by mvo
* debian/changelog, configure.in: version set to 0.36.6
2102
2103
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  8 Feb 2005 10:16:26 +0100
2104
71 by mvo
* deiban/postinst,postrm,rules: /var/lib/update-notifier/dpkg-run-stamp is no longer part of the package but created/removed in postinst/postrm if needed
2105
update-notifier (0.38.5) hoary; urgency=low
2106
2107
  * fixed a problem that causes udpate-notifier not to update it's status
2108
    when it was upgraded or re-installed
2109
  * basic i18n support for the hooks added
2110
2111
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  1 Feb 2005 15:03:26 +0100
2112
66 by mvo
* src/update-notifier.c: fixed a missing i18n init
2113
update-notifier (0.38.4) hoary; urgency=low
2114
2115
  * fixed missing gettext init (thanks to seb128!)
2116
2117
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 28 Jan 2005 13:11:57 +0100
2118
60 by mvo
* added da.po (thanks to Martin Willemoes Hansen)
2119
update-notifier (0.38.3) hoary; urgency=low
2120
2121
  * da.po added (thanks to Martin Willemoes Hansen)
66 by mvo
* src/update-notifier.c: fixed a missing i18n init
2122
  * some more code cleanups
60 by mvo
* added da.po (thanks to Martin Willemoes Hansen)
2123
66 by mvo
* src/update-notifier.c: fixed a missing i18n init
2124
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 27 Jan 2005 20:07:09 +0100
60 by mvo
* added da.po (thanks to Martin Willemoes Hansen)
2125
55 by mvo
* configure.in: version set to 0.38.2
2126
update-notifier (0.38.2) hoary; urgency=low
2127
2128
  * depend on update-manager now
59 by mvo
* debian/changelog: updated
2129
  * better error reporting when hal/dbus/fam are not available
2130
  * run "gnome-software-properties" by default if prefernces is clicked
2131
  * save last action as default action on left click
55 by mvo
* configure.in: version set to 0.38.2
2132
2133
 -- Michael Vogt <mvo@debian.org>  Mon, 24 Jan 2005 11:28:07 +0100
2134
54 by mvo
* src/*.c: removed a bunch of debug output
2135
update-notifier (0.38.1) hoary; urgency=low
2136
2137
  * put the periodic entries in /etc/apt/apt.conf.d/99update-notifier 
2138
    into /etc/apt/apt.conf.d/10periodic
2139
2140
 -- Michael Vogt <mvo@debian.org>  Wed, 19 Jan 2005 14:16:56 +0100
2141
45 by mvo
* added basic "interactive-update-hooks" support
2142
update-notifier (0.38) hoary; urgency=low
2143
2144
  * basic hook support added
2145
2146
 -- Michael Vogt <mvo@debian.org>  Wed, 12 Jan 2005 16:51:43 +0100
2147
2148
update-notifier (0.37.3) hoary; urgency=low
41 by mvo
* simplified the show/hide code (don't destoy, just hide)
2149
2150
  * improved the detection of apt-get update conditions a lot
2151
  * simplified the code that show/hides the icon
43 by mvo
* delete /etc/apt/99upgrade-notifier if it's unmodified
2152
  * md5 check for left-over /etc/apt/apt.conf.d/99upgrade-notifer
2153
    and delete it if unmodified
41 by mvo
* simplified the show/hide code (don't destoy, just hide)
2154
2155
 -- Michael Vogt <mvo@debian.org>  Tue, 11 Jan 2005 14:28:29 +0100
2156
39 by mvo
* missing name-change
2157
update-notifier (0.37.2) hoary; urgency=low
2158
2159
  * fixed a missed name change in debian/S99update-notifier
2160
2161
 -- Michael Vogt <mvo@debian.org>  Fri,  7 Jan 2005 00:00:45 +0100
2162
35 by mvo
* big rename: upgrade-notifier -> update-notifier
2163
update-notifier (0.37.1) hoary; urgency=low
34 by mvo
* released as version 0.37.1
2164
2165
  * cdrom detection dialog improved
35 by mvo
* big rename: upgrade-notifier -> update-notifier
2166
  * renamed to "update-notifier" 
34 by mvo
* released as version 0.37.1
2167
2168
 -- Michael Vogt <mvo@debian.org>  Thu,  6 Jan 2005 16:40:13 +0100
2169
32 by mvo
* added dbus-glib-1-dev to build-depends
2170
upgrade-notifier (0.37) hoary; urgency=low
2171
2172
  * hal support added, not-yet-scanned cdroms are automatically detected
2173
2174
 -- Michael Vogt <mvo@debian.org>  Wed, 29 Dec 2004 20:57:24 +0100
2175
2176
upgrade-notifier (0.36.1-1) hoary; urgency=low
28 by mvo
* fix a segfault and make it version 0.36.1
2177
2178
  * new version that fixes a segfault
2179
2180
 -- Michael Vogt <mvo@debian.org>  Wed, 15 Dec 2004 17:27:12 +0100
2181
2182
upgrade-notifier (0.36-1) hoary; urgency=low
2183
2184
  * new upstream release
2185
2186
 -- Michael Vogt <mvo@debian.org>  Tue, 14 Dec 2004 17:23:21 +0100
2187
21 by mvo
* small cleanups, added README to the debian/docs
2188
upgrade-notifier (0.35-1) hoary; urgency=low
2189
2190
  * new upstream release
25 by mvo
* don't include markup in string that is passed to gksudo
2191
 
2192
 -- Michael Vogt <mvo@debian.org>  Sun, 28 Nov 2004 13:56:33 +0100
21 by mvo
* small cleanups, added README to the debian/docs
2193
19 by mvo
* added libconf2-dev build-depend
2194
upgrade-notifier (0.34-1) hoary; urgency=low
17 by mvo
* new upstream version, added preferences, gconf support, cron-enabler for apt
2195
2196
  * new upstream release
2197
2198
 -- Michael Vogt <mvo@debian.org>  Tue,  9 Nov 2004 12:36:07 +0100
2199
13 by mvo
* debian/control,upgrade-notifier.cron.daily,rules: added cron-job
2200
upgrade-notifier (0.33-7) unstable; urgency=low
2201
14 by mvo
* removed the cron job again, mdz wants it in apt itself
2202
  * prepared cron.daily to run "apt-get update" (not enabled)
13 by mvo
* debian/control,upgrade-notifier.cron.daily,rules: added cron-job
2203
2204
 -- Michael Vogt <mvo@debian.org>  Tue,  2 Nov 2004 14:43:52 +0100
2205
9 by michiels
Added debian/ dir.
2206
upgrade-notifier (0.33-6) unstable; urgency=low
2207
2208
  * Build with update-manager.
2209
2210
 -- Michiel Sikkes <michiel@eyesopened.nl>  Mon, 25 Oct 2004 22:01:09 +0200
2211
2212
upgrade-notifier (0.33-5) unstable; urgency=low
2213
2214
  * Added build-depends.
2215
2216
 -- Michiel Sikkes <michiel@eyesopened.nl>  Mon, 25 Oct 2004 21:47:03 +0200
2217
2218
upgrade-notifier (0.33-4) unstable; urgency=low
2219
2220
  * Build against current glib.
2221
2222
 -- Michiel Sikkes <michiel@eyesopened.nl>  Mon, 25 Oct 2004 14:50:59 +0200
2223
2224
upgrade-notifier (0.33-3) unstable; urgency=low
2225
2226
  * Build against current gtk.
2227
2228
 -- Michiel Sikkes <michiel@eyesopened.nl>  Sun, 24 Oct 2004 04:39:53 +0200
2229
2230
upgrade-notifier (0.33-2) unstable; urgency=low
2231
2232
  * Added synaptic wrapper script.
2233
2234
 -- Michiel Sikkes <michiel@eyesopened.nl>  Sat, 23 Oct 2004 16:58:03 +0200
2235
2236
upgrade-notifier (0.33-1) unstable; urgency=low
2237
2238
  * Initial Release.
2239
2240
 -- Michiel Sikkes <michiel@eyesopened.nl>  Fri, 22 Oct 2004 22:55:25 +0200
2241