Commit 975dd009 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

Merge branch 'maint-0.2.2' into release-0.2.2

parents 0daad3e4 75fc4dbb
Loading
Loading
Loading
Loading

changes/bug5259

0 → 100644
+3 −0
Original line number Diff line number Diff line
  o Documentation fixes:
    - Clarify the behavior of MaxCircuitDirtiness with hidden service
      circuits. Fix for issue 5259.

changes/bug5346

0 → 100644
+8 −0
Original line number Diff line number Diff line
  o Minor bugfixes:
    - Correct parsing of certain date types in parse_http_time().
      Without this patch, If-Modified-Since would behave
      incorrectly. Fix for bug 5346; bugfix on 0.2.0.2-alpha. Patch from
      Esteban Manchado Velzques.
    - Reject out-of-range times like 23:59:61. Fix for bug 5346;
      bugfix on 0.0.8pre3.

changes/bug5796

0 → 100644
+4 −0
Original line number Diff line number Diff line
  o Minor bugfixes (controller):
    - Fix a NULL-pointer derefernce on a badly formed
      SETCIRCUITPURPOSE command. Found by mikeyc. Fixes bug 5796;
      bugfix on 0.2.2.9-alpha.

changes/geoip-may2012

0 → 100644
+3 −0
Original line number Diff line number Diff line
  o Minor features:
    - Update to the May 1 2012 Maxmind GeoLite Country database.
+5 −0
Original line number Diff line number Diff line
  o Minor bugfixes:
    - If we hit the error case where routerlist_insert() replaces an
      existing (old) server descriptor, make sure to remove that
      server descriptor from the old_routers list. Fix related to bug
      1776. Bugfix on 0.2.2.18-alpha.
Loading