diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-12 16:17:20 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-12 16:17:20 +0000 |
commit | cd61565ad330130e51db6f19f16ac0140c156de8 (patch) | |
tree | 4c1aeedad301d49b9ab9f8441f9cd78b2081172e /ChangeLog | |
parent | 984342dfb541e51af1e11ed759e7eba01f3c2b74 (diff) | |
download | tor-cd61565ad330130e51db6f19f16ac0140c156de8.tar.gz tor-cd61565ad330130e51db6f19f16ac0140c156de8.zip |
r13713@catbus: nickm | 2007-07-12 12:06:24 -0400
Sort entries in 0.1.2.15 changelog.
svn:r10806
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -1,17 +1,23 @@ Changes in version 0.1.2.15 - 2007-0?-?? - o Fixes: + o Major bugfixes (compilation): - Fix compile on FreeBSD/NetBSD/OpenBSD. Oops. + + o Major bugfixes (crashes): - Try even harder not to dereference the first character after an mmap(). (Bug reported by lodger) - - Count the number of authorities that recommend each version - correctly. Previously, we were under-counting by 1. - Fix a crash bug in directory authorities when we re-number the routerlist while inserting a new router. - - Backport miscellaneous cosmetic bugfixes. - Fix eventdns.c behavior on Solaris: It is critical to include orconfig.h _before_ sys/types.h, so that we can get the expected definition of _FILE_OFFSET_BITS. [Bugfix on 0.1.2.x] + o Minor bugfixes (directory) + - Count the number of authorities that recommend each version + correctly. Previously, we were under-counting by 1. + + o Minor bugfixes (misc) + - Backport miscellaneous cosmetic bugfixes. + Changes in version 0.1.2.14 - 2007-05-25 o Directory authority changes: |