aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-03-07 09:41:23 +0000
committerRoger Dingledine <arma@torproject.org>2007-03-07 09:41:23 +0000
commit350bfb641d5ed24500e57e466b24bc731180c1f2 (patch)
tree0ec2da03489aad40e06c9e68f5677f5f1194934d /ChangeLog
parentfbf610e679f29330113855149b6903b456f66ee6 (diff)
downloadtor-350bfb641d5ed24500e57e466b24bc731180c1f2.tar.gz
tor-350bfb641d5ed24500e57e466b24bc731180c1f2.zip
fix a socks5 error number as pointed out by juliusz
and prepare the changelog svn:r9756
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a6e90a910c..a24e62f117 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,12 @@
-Changes in version 0.1.2.10-rc - 2007-03-??
+Changes in version 0.1.2.10-rc - 2007-03-07
o Major bugfixes (Windows):
- Do not load the NT services library functions (which may not exist)
- just to detect if we're a service trying to shut down.
+ just to detect if we're a service trying to shut down. Now we run
+ on Win98 and friends again.
o Minor bugfixes (other):
- Clarify a couple of log messages.
+ - Fix a misleading socks5 error number.
Changes in version 0.1.2.9-rc - 2007-03-02