From 616f6643ef9c6222418a4e75e84691c8ed9507f9 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 26 Dec 2008 21:26:03 +0000 Subject: get_interface_addr6(), and by extension get_interface_addr(), were pretty borked. Copying a tor_addr_t from a sockaddr_storage using memcpy is a poor notion. svn:r17789 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c8adac3a3..36fd70731 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Changes in version 0.2.1.10-alpha - 2009-??-?? + o Minor bugfixes + - Make get_interface_address() function work properly again; stop + guessing the wrong parts of our address as our address. + + Changes in version 0.2.1.9-alpha - 2008-12-25 o New directory authorities: - gabelmoo (the authority run by Karsten Loesing) now has a new -- cgit v1.2.3