diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -40,7 +40,7 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? o Minor bugfixes (other): - Stop allowing hibernating servers to be "stable" or "fast". - - Check return values from pthread_mutex functions. + - Check return values from pthread_mutex functions. - Don't save non-general-purpose router descriptors to the disk cache, because we have no way of remembering what their purpose was when we restart. @@ -56,6 +56,10 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? - Correct the control spec to match how the code actually responds to 'getinfo addr-mappings/*'. + o Code simplifications and refactoring + - Stop passing around crypt_path_t pointers that are implicit in other + procedure arguments. + Changes in version 0.1.2.12-rc - 2007-03-16 o Major bugfixes: |