aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-12-23 18:20:22 +0000
committerNick Mathewson <nickm@torproject.org>2007-12-23 18:20:22 +0000
commit4606a8af03983b6a08e9fc05d49c710922242f3e (patch)
tree841cb380e16689cb529c1f47a4d2e58a08cff90f /ChangeLog
parentb9fa18a1de45f5845ddf56ed4ecfdcb7197da423 (diff)
downloadtor-4606a8af03983b6a08e9fc05d49c710922242f3e.tar.gz
tor-4606a8af03983b6a08e9fc05d49c710922242f3e.zip
r15646@tombo: nickm | 2007-12-23 13:17:33 -0500
Handle cross-compilation more sanely: avoid most uses of the (never-defined!) CROSS_COMPILE variable; in the one place where we cannot help it, use the correct cross_compiling. svn:r12945
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe7323df93..d3a42d1222 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Changes in version 0.2.0.15-alpha - 2008-01-??
+ o Minor bugfixes:
+ - Fix configure.in logic for cross-compilation.
+
Changes in version 0.2.0.14-alpha - 2007-12-23
o Major bugfixes:
- Fix a crash on startup if you install Tor 0.2.0.13-alpha fresh