[tor-commits] [vidalia/master] Fold in changes for 0.2.16

chiiph at torproject.org chiiph at torproject.org
Tue Jan 24 22:47:03 UTC 2012


commit 320457524ba90b7fdd14f09ad7cd02879f77a384
Author: Tomás Touceda <chiiph at torproject.org>
Date:   Tue Jan 24 19:40:18 2012 -0300

    Fold in changes for 0.2.16
---
 CHANGELOG              |   43 +++++++++++++++++++++++++++++++++++++++++++
 changes/bug2319        |    2 --
 changes/bug2943        |    2 --
 changes/bug3463        |    3 ---
 changes/bug4048        |    2 --
 changes/bug4290        |    3 ---
 changes/bug4304        |    2 --
 changes/bug4379        |    1 -
 changes/bug4598        |    2 --
 changes/bug4642        |    2 --
 changes/bug4656        |    2 --
 changes/bug4724        |    3 ---
 changes/bug4736        |    3 ---
 changes/bug4827        |    6 ------
 changes/bug4907        |    3 ---
 changes/feat2163       |    2 --
 changes/newBridgeLines |    3 ---
 17 files changed, 43 insertions(+), 41 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 23c1c23..5c07097 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,46 @@
+0.2.16  24-Jan-2012
+  o Make the default data directory in windows be located in the Local
+    AppData instead of the Roaming one. Fixes bug 2319.
+  o Do not launch Firefox with every CIRCUIT_ESTABLISHED signal, do it
+    only if Firefox isn't open yet. Fixes bug 2943.
+  o Uses TAKEOWNERSHIP and __OwningControllerProcess to avoid leaving
+    tor running in background if Vidalia exits unexpectedly. Fixes bug
+    3463.
+  o Attempt to remove port.conf file before using it to avoid a race
+    condition between tor and Vidalia. Fixes bug 4048.
+  o Do not allow users to check the "My ISP blocks..." checkbox
+    without entering any bridges. Also updates the
+    documentation. Fixes bug 4290.
+  o Check that the authentication-cookie file length is exactly 32
+    bytes long. Fixes bug 4304.
+  o Explicitly disable ControlPort auto. Fixes bug 4379.
+  o Make the non exit relay option backward compatible with Vidalia <
+    0.2.14 so that it doesn't confuse users. Fixes bug 4642.
+  o Sets the preferred size for the GUI layout so it doesn't squeeze
+    widges when the size isn't big enough. Fixes bug 4656.
+  o Removes the option to have only HTTPProxy since it does not work
+    any more as it used to do with older tor versions. Users should
+    use HTTP/HTTPSProxy instead. Fixes bug 4724.
+  o Add a hidden configuration option called SkipVersionCheck so
+    systems like Tails can force Vidalia to skip checking tor's
+    version. Resolves ticket 4736.
+  o When Tor has cached enough information it bootstraps faster than
+    what takes Vidalia connect to it, so Vidalia does not see the
+    event to update the progress bar. Now Vidalia explicitly asks for
+    bootstrap-phase when it connects to Tor, and updates the progress
+    to what is actually happening instead of hanging in
+    "Authenticating to Tor". Fixes bug 4827.
+  o Fix size hints in the main window layout so that tilling window
+    managers display the window properly. Thanks to Mike Warren for
+    the fix. Fixes bug 4907.
+  o Provide a way to hide Dock or System Tray icons in OSX. Resolves
+    ticket 2163.
+  o Vidalia only validates IPv4 bridge lines. IPv6 bridges are now
+    available, and there will be pluggable transport bridge lines. So
+    the validation is now delegated to Tor through SETCONF.
+  o Explicitly disable SocksPort auto by setting it to its default
+    (9050). Fixes bug 4598.
+
 0.2.15  07-Oct-2011
   o Draw the bandwidth graph curves based on the local maximum, not
     the global maximum. Fixes bug 2188.
diff --git a/changes/bug2319 b/changes/bug2319
deleted file mode 100644
index fe6ee5b..0000000
--- a/changes/bug2319
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Make the default data directory in windows be located in the Local
-    AppData instead of the Roaming one. Fixes bug 2319.
\ No newline at end of file
diff --git a/changes/bug2943 b/changes/bug2943
deleted file mode 100644
index ce1c02b..0000000
--- a/changes/bug2943
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Do not launch Firefox with every CIRCUIT_ESTABLISHED signal, do it
-    only if Firefox isn't open yet. Fixes bug 2943.
\ No newline at end of file
diff --git a/changes/bug3463 b/changes/bug3463
deleted file mode 100644
index 3e23e08..0000000
--- a/changes/bug3463
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Uses TAKEOWNERSHIP and __OwningControllerProcess to avoid leaving
-    tor running in background if Vidalia exits unexpectedly. Fixes bug
-    3463.
\ No newline at end of file
diff --git a/changes/bug4048 b/changes/bug4048
deleted file mode 100644
index d138eb2..0000000
--- a/changes/bug4048
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Attempt to remove port.conf file before using it to avoid a race
-    condition between tor and Vidalia. Fixes bug 4048.
\ No newline at end of file
diff --git a/changes/bug4290 b/changes/bug4290
deleted file mode 100644
index 552cf0d..0000000
--- a/changes/bug4290
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Do not allow users to check the "My ISP blocks..." checkbox
-    without entering any bridges. Also updates the
-    documentation. Fixes bug 4290.
\ No newline at end of file
diff --git a/changes/bug4304 b/changes/bug4304
deleted file mode 100644
index cc48e7e..0000000
--- a/changes/bug4304
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Check that the authentication-cookie file length is exactly 32
-    bytes long. Fixes bug 4304.
\ No newline at end of file
diff --git a/changes/bug4379 b/changes/bug4379
deleted file mode 100644
index 6ec1b53..0000000
--- a/changes/bug4379
+++ /dev/null
@@ -1 +0,0 @@
-  o Explicitly disable ControlPort auto. Fixes bug 4379.
\ No newline at end of file
diff --git a/changes/bug4598 b/changes/bug4598
deleted file mode 100644
index 89daf1d..0000000
--- a/changes/bug4598
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Explicitly disable SocksPort auto by setting it to its default
-    (9050). Fixes bug 4598.
\ No newline at end of file
diff --git a/changes/bug4642 b/changes/bug4642
deleted file mode 100644
index 0fc0b42..0000000
--- a/changes/bug4642
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Make the non exit relay option backward compatible with Vidalia <
-    0.2.14 so that it doesn't confuse users. Fixes bug 4642.
\ No newline at end of file
diff --git a/changes/bug4656 b/changes/bug4656
deleted file mode 100644
index d958b92..0000000
--- a/changes/bug4656
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Sets the preferred size for the GUI layout so it doesn't squeeze
-    widges when the size isn't big enough. Fixes bug 4656.
\ No newline at end of file
diff --git a/changes/bug4724 b/changes/bug4724
deleted file mode 100644
index f2b3ccb..0000000
--- a/changes/bug4724
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Removes the option to have only HTTPProxy since it does not work
-    any more as it used to do with older tor versions. Users should
-    use HTTP/HTTPSProxy instead. Fixes bug 4724.
\ No newline at end of file
diff --git a/changes/bug4736 b/changes/bug4736
deleted file mode 100644
index 4b517d3..0000000
--- a/changes/bug4736
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Add a hidden configuration option called SkipVersionCheck so
-    systems like Tails can force Vidalia to skip checking tor's
-    version. Resolves ticket 4736.
\ No newline at end of file
diff --git a/changes/bug4827 b/changes/bug4827
deleted file mode 100644
index 799a3dc..0000000
--- a/changes/bug4827
+++ /dev/null
@@ -1,6 +0,0 @@
-  o When Tor has cached enough information it bootstraps faster than
-    what takes Vidalia connect to it, so Vidalia does not see the
-    event to update the progress bar. Now Vidalia explicitly asks for
-    bootstrap-phase when it connects to Tor, and updates the progress
-    to what is actually happening instead of hanging in
-    "Authenticating to Tor". Fixes bug 4827.
\ No newline at end of file
diff --git a/changes/bug4907 b/changes/bug4907
deleted file mode 100644
index f64b4e9..0000000
--- a/changes/bug4907
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Fix size hints in the main window layout so that tilling window
-    managers display the window properly. Thanks to Mike Warren for
-    the fix. Fixes bug 4907.
\ No newline at end of file
diff --git a/changes/feat2163 b/changes/feat2163
deleted file mode 100644
index 058714d..0000000
--- a/changes/feat2163
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Provide a way to hide Dock or System Tray icons in OSX. Resolves
-    ticket 2163.
\ No newline at end of file
diff --git a/changes/newBridgeLines b/changes/newBridgeLines
deleted file mode 100644
index 0834912..0000000
--- a/changes/newBridgeLines
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Vidalia only validates IPv4 bridge lines. IPv6 bridges are now
-    available, and there will be pluggable transport bridge lines. So
-    the validation is now delegated to Tor through SETCONF.
\ No newline at end of file





More information about the tor-commits mailing list