[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] bump to 0.1.0.16 and add a changelog



Update of /home/or/cvsroot/tor
In directory moria:/home/arma/work/onion/tor-010x/tor

Modified Files:
      Tag: tor-0_1_0-patches
	ChangeLog configure.in 
Log Message:
bump to 0.1.0.16 and add a changelog


Index: ChangeLog
===================================================================
RCS file: /home/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.93.2.17
retrieving revision 1.93.2.18
diff -u -d -r1.93.2.17 -r1.93.2.18
--- ChangeLog	23 Sep 2005 08:35:53 -0000	1.93.2.17
+++ ChangeLog	1 Dec 2005 02:27:39 -0000	1.93.2.18
@@ -1,3 +1,21 @@
+Changes in version 0.1.0.16 - 2005-12-01
+  o Crash bugfixes on 0.1.0.x:
+    - It turns out sparc64 platforms crash on unaligned memory
+      access too -- so detect and avoid this.
+    - Handle truncated compressed data correctly (by detecting it and giving
+      an error).
+    - Fix possible-but-unlikely free(NULL) in control.c.
+    - Backport a memory-munging bug fix in closing connections that
+      didn't seem to be harming us but might be causing rare seg faults
+      and asserts.
+
+  o Other bugfixes on 0.1.0.x:
+    - Do not check whether DirPort is reachable when we are suppressing
+      advertising it because of hibernation.
+    - When building with -static or on Solaris, we sometimes needed -ldl.
+    - One of the dirservers (tor26) changed its IP address.
+
+
 Changes in version 0.1.0.15 - 2005-09-23
   o Bugfixes on 0.1.0.x:
     - Reject ports 465 and 587 (spam targets) in default exit policy.

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.212.2.13
retrieving revision 1.212.2.14
diff -u -d -r1.212.2.13 -r1.212.2.14
--- configure.in	30 Nov 2005 21:55:55 -0000	1.212.2.13
+++ configure.in	1 Dec 2005 02:27:39 -0000	1.212.2.14
@@ -4,7 +4,7 @@
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.1.0.15)
+AM_INIT_AUTOMAKE(tor, 0.1.0.16)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST