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

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: mvo
  • Date: 2005-01-15 00:23:58 UTC
  • Revision ID: gustavo@niemeyer.net-20050115002358-469848491f936cd5
* big rename: upgrade-notifier -> update-notifier

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
update-notifier (0.41.1) dapper; urgency=low
2
 
 
3
 
  * src/update.c: typo fix (ubuntu: #28672)
4
 
  * switched from libgamin to libgnome-vfs for the monitoring
5
 
 
6
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 17 Jan 2006 14:33:07 +0100
7
 
 
8
 
update-notifier (0.41.0) dapper; urgency=low
9
 
 
10
 
  * Introduce new "Restart Required" notification icon and dialog.
11
 
    This is implemented separately to the "hooks" system we currently use,
12
 
    but using the same trigger binary.  This should retain compatibility
13
 
    with existing code, and free up the hooks for less important notifications
14
 
    that the user can read at their leisure.
15
 
 
16
 
 -- Scott James Remnant <scott@ubuntu.com>  Wed, 11 Jan 2006 18:16:51 +0000
17
 
 
18
 
update-notifier (0.40.18) dapper; urgency=low
19
 
 
20
 
  * ported to new libnotify api, build-depend on (>= 0.3.0)
21
 
  * depends on notify-daemon now (instead of notification-daemon)
22
 
 
23
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon,  2 Jan 2006 16:09:24 +0100
24
 
 
25
 
update-notifier (0.40.17build1) dapper; urgency=low
26
 
 
27
 
  * rebuild against latest dbus, updated dependencies
28
 
 
29
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 20 Dec 2005 21:13:31 +0100
30
 
 
31
 
update-notifier (0.40.17) dapper; urgency=low
32
 
 
33
 
  * changes to the notification bubble (to implements the u-n bits 
34
 
    of the "DapperDesktopPlan" spec), removed the blue links
35
 
 
36
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 14 Dec 2005 11:43:23 +0100
37
 
 
38
 
update-notifier (0.40.16) dapper; urgency=low
39
 
 
40
 
  * don't start if the user is not in admin group (see HideAdminTools 
41
 
    spec)
42
 
 
43
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu,  1 Dec 2005 17:31:03 +0100
44
 
 
45
 
update-notifier (0.40.15) breezy; urgency=low
46
 
 
47
 
  * debian/99update-notifier:
48
 
    - added if [ -d /var/lib/update-notifier/ ]; then 
49
 
      around the touch dpkg-was-run stamp file (makes a purge possible 
50
 
      without dpkg error). Thanks to Kamion for reviewing it.
51
 
 
52
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Oct 2005 14:02:48 +0200
53
 
 
54
 
update-notifier (0.40.14) breezy; urgency=low
55
 
 
56
 
  * debian/99update-notifier:
57
 
    - only touch the dpkg-run-stamp if /var/lib/update-notifier/ 
58
 
      actaully exists (makes a purge possible without dpkg error)
59
 
 
60
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 10 Oct 2005 09:50:52 +0200
61
 
 
62
 
update-notifier (0.40.13) breezy; urgency=low
63
 
 
64
 
  * src/hooks.c:
65
 
    - skip deleted hook files (ubuntu #17067, #17205)
66
 
    - fix a bug in the "supress-duplicates" logic that caused
67
 
      already seen hooks to be seen again and again (ubuntu #17091)
68
 
 
69
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed,  5 Oct 2005 12:29:25 +0200
70
 
 
71
 
update-notifier (0.40.12) breezy; urgency=low
72
 
 
73
 
  * src/hooks.c:
74
 
    - fix a bug that prevented the summary to be displayed (thanks to 
75
 
      pitti for noticing)
76
 
    - make sure that the notification is shown after the upgrade
77
 
      (ubuntu #16759)
78
 
    - make sure to init the md5sums of already seen hooks to avoid
79
 
      showing duplicated entries (like e.g. from the kernel)
80
 
  * src/update.c:
81
 
    - if "show notifications" is unchecked hide a possible open 
82
 
      notification too (ubuntu #16803)
83
 
    - hide the notification bubble if the updates are finished 
84
 
      (ubuntu #14663, #16179)
85
 
 
86
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  4 Oct 2005 12:24:58 +0200
87
 
 
88
 
update-notifier (0.40.11) breezy; urgency=low
89
 
 
90
 
  * src/hooks.c:
91
 
    - be even more carefull with the hook list managment
92
 
 
93
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 26 Sep 2005 23:28:35 +0200
94
 
 
95
 
update-notifier (0.40.10) breezy; urgency=low
96
 
 
97
 
  * po/hu.po:
98
 
    - added Hungarian translation (thanks to Gabor Kelemen)
99
 
  * src/update.c:
100
 
    - typo fix (malone #2464)
101
 
  * src/hal.c:
102
 
    - automatic upgrading from the cd disabled until this is properly
103
 
      speced 
104
 
 
105
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 21 Sep 2005 15:08:06 +0200
106
 
 
107
 
update-notifier (0.40.9) breezy; urgency=low
108
 
 
109
 
  * src/hooks.c:
110
 
    - be more carefull about the hook lists (ubuntu #14077)
111
 
 
112
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 19 Sep 2005 10:37:54 +0200
113
 
 
114
 
update-notifier (0.40.8) breezy; urgency=low
115
 
 
116
 
  * src/update.c:
117
 
    - don't show a notification-bubble if the upgrade already finished
118
 
      (ubuntu #15550)
119
 
  * src/hooks.c:
120
 
    - don't show identical notifications more than once (e.g. it's common
121
 
      to have multiple kernel notifications)
122
 
  * debian/control:
123
 
    added dependencies to: hal, notification-daemon (ubuntu #15526)
124
 
 
125
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 16 Sep 2005 13:28:23 +0200
126
 
 
127
 
update-notifier (0.40.7) breezy; urgency=low
128
 
 
129
 
  * src/update.c:
130
 
    - make the g_timeout for the update-bubble 5 secs (instead of 0.5s)
131
 
      (ubuntu #14479)
132
 
  * src/hooks.c:
133
 
    - added "DontShowAfterReboot" key to the hook file for e.g. 
134
 
      kernel notifications (ubuntu #13886)
135
 
    - type: "informations" -> "information" (ubuntu #7052)
136
 
  * typo fixes (ubuntu #15259)
137
 
 
138
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 13 Sep 2005 20:11:59 +0200
139
 
 
140
 
update-notifier (0.40.6) breezy; urgency=low
141
 
 
142
 
  * added src/hal.c to po/POTFILES.in (thanks Kamion)
143
 
 
144
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 31 Aug 2005 17:39:47 +0200
145
 
 
146
 
update-notifier (0.40.5) breezy; urgency=low
147
 
 
148
 
  * bugfixes:
149
 
    - improve the popup-notifications (thanks to mpt for his feedback)
150
 
 
151
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 25 Aug 2005 18:15:24 +0200
152
 
 
153
 
update-notifier (0.40.4) breezy; urgency=low
154
 
 
155
 
  * bugfixes:
156
 
    - better dbus reconnect support 
157
 
    - typo fix (ubuntu #13391)
158
 
    - be more carefull about the placement of the notification send
159
 
      with libnotify
160
 
 
161
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 16 Aug 2005 10:29:08 +0200
162
 
 
163
 
update-notifier (0.40.3) breezy; urgency=low
164
 
 
165
 
  * gamin changed the semantic of FAMEvent.Filename, changed the
166
 
    code to deal with that
167
 
 
168
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 11 Aug 2005 15:14:40 +0200
169
 
 
170
 
update-notifier (0.40.2) breezy; urgency=low
171
 
 
172
 
  * report errors in the cache to the user
173
 
  * use libnotify to tell the user about updates
174
 
 
175
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 10 Aug 2005 13:07:00 +0200
176
 
 
177
 
update-notifier (0.40.1) breezy; urgency=low
178
 
 
179
 
  *  global already seen hook file in /etc/update-notifier/hooks_seen 
180
 
     added
181
 
 
182
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon,  4 Jul 2005 11:28:47 +0200
183
 
 
184
 
update-notifier (0.40) breezy; urgency=low
185
 
 
186
 
  * fixed various bugs in the hook display code
187
 
 
188
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 27 Jun 2005 15:02:05 +0200
189
 
 
190
 
update-notifier (0.39.2) breezy; urgency=low
191
 
 
192
 
  * fix in the md5sum check in preinst (apologies to keybuk 
193
 
    for suspecting the new dpkg) 
194
 
  * call intltool-update -v -p in build target to make
195
 
    langpack generation happy
196
 
 
197
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 14 Jun 2005 10:25:54 +0200
198
 
 
199
 
update-notifier (0.39.1) breezy; urgency=low
200
 
 
201
 
  * fixed a bug in apt-check (only happens on very new python-apt 
202
 
    versions)
203
 
  * ported the hal-reconnect bits to the new dbus api
204
 
 
205
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 10 Jun 2005 11:10:23 +0200
206
 
 
207
 
update-notifier (0.39) breezy; urgency=low
208
 
 
209
 
  * ported to libhal 0.5.1, build-depend on it,
210
 
    -> the reconnect bits still needs to be ported
211
 
 
212
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 10 May 2005 16:52:30 +0200
213
 
 
214
 
update-notifier (0.38.11) hoary; urgency=low
215
 
 
216
 
  * session icon and tray icon improved, no more blurry
217
 
    (thanks to Alexander Brausewetter) 
218
 
  * updated fi.po translation (thanks to Timo Jyrinki)
219
 
  * updated german translation
220
 
 
221
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 30 Mar 2005 12:39:13 +0200
222
 
 
223
 
update-notifier (0.38.10) hoary; urgency=low
224
 
 
225
 
  * fix for the pin file reading
226
 
  * work-around a problem in python-apt when reading the pin file
227
 
    (#8095)
228
 
  * fix for the nr of upgrades calculation
229
 
 
230
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 23 Mar 2005 14:54:53 +0100
231
 
 
232
 
update-notifier (0.38.9ubuntu1) hoary; urgency=low
233
 
 
234
 
  * fixed wrongly formated 20archive file 
235
 
 
236
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 23 Mar 2005 01:52:13 +0100
237
 
 
238
 
update-notifier (0.38.9) hoary; urgency=low
239
 
 
240
 
  * i18n fixes (missing translatable strings
241
 
  * fix for wrong upgrade count (#7907)
242
 
  * fix for a misdetection of a ubuntu cd
243
 
  * translation update (es)
244
 
  * setup /etc/apt/apt.conf.d/20archive with defaults 
245
 
    for archive size (500Mb) and archive age (30 days)
246
 
 
247
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 23 Mar 2005 01:04:10 +0100
248
 
 
249
 
update-notifier (0.38.8) hoary; urgency=low
250
 
 
251
 
  * try harder not to identify the live cd as install cd (#7114)
252
 
  * try to keep the CD detected dialog above other window
253
 
  * detect downloads of packages (fix #6307)
254
 
  * show nice message when calling gksudo (fix #6671)
255
 
  * typo fix (#7052)
256
 
  * consider pined packages too (#7368)
257
 
 
258
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri,  4 Mar 2005 11:55:32 +0100
259
 
 
260
 
update-notifier (0.38.7) hoary; urgency=low
261
 
 
262
 
  * fixed a problem with the i18n 
263
 
 
264
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 21 Feb 2005 23:10:32 +0100
265
 
 
266
 
update-notifier (0.38.6) hoary; urgency=low
267
 
 
268
 
  * work around a gamin problem with monitoring single files
269
 
  * added fi.po translation (thanks to Timo Jyrinki)
270
 
  * added es.po translation (thanks to Jorge Bernal)
271
 
 
272
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  8 Feb 2005 10:16:26 +0100
273
 
 
274
 
update-notifier (0.38.5) hoary; urgency=low
275
 
 
276
 
  * fixed a problem that causes udpate-notifier not to update it's status
277
 
    when it was upgraded or re-installed
278
 
  * basic i18n support for the hooks added
279
 
 
280
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  1 Feb 2005 15:03:26 +0100
281
 
 
282
 
update-notifier (0.38.4) hoary; urgency=low
283
 
 
284
 
  * fixed missing gettext init (thanks to seb128!)
285
 
 
286
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 28 Jan 2005 13:11:57 +0100
287
 
 
288
 
update-notifier (0.38.3) hoary; urgency=low
289
 
 
290
 
  * da.po added (thanks to Martin Willemoes Hansen)
291
 
  * some more code cleanups
292
 
 
293
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 27 Jan 2005 20:07:09 +0100
294
 
 
295
 
update-notifier (0.38.2) hoary; urgency=low
296
 
 
297
 
  * depend on update-manager now
298
 
  * better error reporting when hal/dbus/fam are not available
299
 
  * run "gnome-software-properties" by default if prefernces is clicked
300
 
  * save last action as default action on left click
301
 
 
302
 
 -- Michael Vogt <mvo@debian.org>  Mon, 24 Jan 2005 11:28:07 +0100
303
 
 
304
 
update-notifier (0.38.1) hoary; urgency=low
305
 
 
306
 
  * put the periodic entries in /etc/apt/apt.conf.d/99update-notifier 
307
 
    into /etc/apt/apt.conf.d/10periodic
308
 
 
309
 
 -- Michael Vogt <mvo@debian.org>  Wed, 19 Jan 2005 14:16:56 +0100
310
 
 
311
 
update-notifier (0.38) hoary; urgency=low
312
 
 
313
 
  * basic hook support added
314
 
 
315
 
 -- Michael Vogt <mvo@debian.org>  Wed, 12 Jan 2005 16:51:43 +0100
316
 
 
317
 
update-notifier (0.37.3) hoary; urgency=low
318
 
 
319
 
  * improved the detection of apt-get update conditions a lot
320
 
  * simplified the code that show/hides the icon
321
 
  * md5 check for left-over /etc/apt/apt.conf.d/99upgrade-notifer
322
 
    and delete it if unmodified
323
 
 
324
 
 -- Michael Vogt <mvo@debian.org>  Tue, 11 Jan 2005 14:28:29 +0100
325
 
 
326
 
update-notifier (0.37.2) hoary; urgency=low
327
 
 
328
 
  * fixed a missed name change in debian/S99update-notifier
329
 
 
330
 
 -- Michael Vogt <mvo@debian.org>  Fri,  7 Jan 2005 00:00:45 +0100
331
 
 
332
1
update-notifier (0.37.1) hoary; urgency=low
333
2
 
334
3
  * cdrom detection dialog improved