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