bug31343 490 B

123456789
  1. o Minor bugfixes (compilation):
  2. - Avoid using labs() on time_t, which can cause compilation warnings
  3. on 64-bit Windows builds. Fixes bug 31343; bugfix on 0.2.4.4-alpha.
  4. o Minor bugfixes (clock skew detection):
  5. - Don't believe clock skew results from NETINFO cells that appear to
  6. arrive before the VERSIONS cells they are responding to were sent.
  7. Previously, we would accept them up to 3 minutes "in the past".
  8. Fixes bug 31343; bugfix on 0.2.4.4-alpha.