~ubuntu-branches/ubuntu/natty/dbus/natty

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): James Westby
  • Date: 2009-10-01 14:10:51 UTC
  • Revision ID: james.westby@ubuntu.com-20091001141051-keze6hbaiswe4gbe
Tags: 1.2.16-0ubuntu8
* Add debian/patches/11_timeout_handling.patch:
  - Fix timeout accounting. The elapsed_milliseconds contains the time
    from the start, so subtracting it on every iteration means that the
    timeout is much less than what is requested. Instead compare the
    absolute values, but pass the difference to calls which want a timeout
    so that the correct remaining time is used. (LP: #376145)
    Thanks to Chris Coulson for his help in tracking this down.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dbus (1.2.16-0ubuntu8) karmic; urgency=low
 
2
 
 
3
  * Add debian/patches/11_timeout_handling.patch:
 
4
    - Fix timeout accounting. The elapsed_milliseconds contains the time
 
5
      from the start, so subtracting it on every iteration means that the
 
6
      timeout is much less than what is requested. Instead compare the
 
7
      absolute values, but pass the difference to calls which want a timeout
 
8
      so that the correct remaining time is used. (LP: #376145)
 
9
      Thanks to Chris Coulson for his help in tracking this down.
 
10
 
 
11
 -- James Westby <james.westby@ubuntu.com>  Thu, 01 Oct 2009 14:10:51 +0100
 
12
 
1
13
dbus (1.2.16-0ubuntu7) karmic; urgency=low
2
14
 
3
15
  * Instruct upstart to attempt to reconnect to D-Bus once we've started