From 1707b338ee481bafdff443f15c65f422e8065518 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 29 Sep 2009 01:01:28 -0400 Subject: [PATCH] Add changelog entry for Android work. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index c79c865efa..a354cac78d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,8 @@ Changes in version 0.2.2.4-alpha - 2009-??-?? can run tests in their own processes, have smarter setup/teardown code, and so on. The unit test code has moved to its own subdirectory, and has been split into multiple modules. + - Numerous fixes from Nathan Freitas so that Tor can build correctly for + Android phones. o Minor bugfixes: - Fix a couple of smaller issues with gathering statistics. Bugfixes