Merge branch 'maint-0.3.5' into maint-0.4.0
[tor.git] / changes / ticket28614
blob3c93313726a2535cf4e9266e063c9e1a3e488975
1   o Major bugfixes (windows, startup):
2     - When writing a consensus file to disk, always write in
3       "binary" mode so that we can safely map it into memory later.
4       Fixes part of bug 28614; bugfix on 0.4.0.1-alpha.
5     - When reading a consensus file from disk, detect whether it
6       was written in text mode, and re-read it in text mode if so.
7       Fixes part of bug 28614; bugfix on 0.4.0.1-alpha.