Changes between Initial Version and Version 1 of Ticket #43159, comment 1


Ignore:
Timestamp:
Apr 2, 2014, 6:38:28 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43159, comment 1

    initial v1  
    66
    77Changes in version 0.2.4.21 - 2014-02-28
    8   o Major features (client security):
     8  * Major features (client security):
    99    - When we choose a path for a 3-hop circuit, make sure it contains
    1010      at least one relay that supports the NTor circuit extension
     
    1414      theory. Implements ticket 9777.
    1515
    16   o Major bugfixes:
     16  * Major bugfixes:
    1717    - Do not treat streams that fail with reason
    1818      END_STREAM_REASON_INTERNAL as indicating a definite circuit failure,
     
    2020      part of bug 10777; bugfix on 0.2.4.8-alpha.
    2121
    22   o Code simplification and refactoring:
     22  * Code simplification and refactoring:
    2323    - Remove data structures which were introduced to implement the
    2424      CellStatistics option: they are now redundant with the new timestamp
     
    2626      in 0.2.4.18-rc in order to resolve bug 9093. Resolves ticket 10870.
    2727
    28   o Minor features:
     28  * Minor features:
    2929    - Always clear OpenSSL bignums before freeing them -- even bignums
    3030      that don't contain secrets. Resolves ticket 10793. Patch by
     
    3737      GeoLite2 Country database.
    3838
    39   o Minor bugfixes:
     39  * Minor bugfixes:
    4040    - Set the listen() backlog limit to the largest actually supported
    4141      on the system, not to the value in a header file. Fixes bug 9716;
     
    5757      heartbeat message. Fixes bug 10485; bugfix on 0.2.4.17-rc.
    5858
    59   o Documentation fixes:
     59  * Documentation fixes:
    6060    - Document that all but one DirPort entry must have the NoAdvertise
    6161      flag set. Fixes bug 10470; bugfix on 0.2.3.3-alpha / 0.2.3.16-alpha.