[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2129: Clean up the 0.0.16 changelog and give it a release date. (trunk)
Author: edmanm
Date: 2007-11-22 14:36:37 -0500 (Thu, 22 Nov 2007)
New Revision: 2129
Modified:
trunk/
trunk/CHANGELOG
Log:
r2145@lysithea: edmanm | 2007-11-22 14:36:25 -0500
Clean up the 0.0.16 changelog and give it a release date.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r2145] on 0108964c-5b0b-4c9e-969f-e2288315d100
Modified: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG 2007-11-22 01:53:11 UTC (rev 2128)
+++ trunk/CHANGELOG 2007-11-22 19:36:37 UTC (rev 2129)
@@ -1,19 +1,19 @@
-0.0.16 xx-xxx-200x
+0.0.16 22-Nov-2007
o Fix compilation on Mac OS X 10.3 (Panther).
o GETCONF RelayBandwidthRate and RelayBandwidthBurst properly on Tor >=
- 0.2.0.1-alpha. Previously, we were SETCONFing RelayBandwidthFoo when
+ 0.2.0.1-alpha. In 0.0.15, we were SETCONFing RelayBandwidthFoo when
appropriate, but always GETCONFing BandwidthFoo. Fixes Ticket #298.
o Display the correct default list of allowed ports in the Network settings
page, and don't try to save an empty list. Noticed by Roger Dingledine.
o Only remember the torrc and datadir values if Vidalia started Tor, or
if the user changed the displayed values.
o Fix some dumb logic in determing whether the Windows we're running on
- supports Window transparency.
+ supports window transparency.
o Use the correct icon for the "Close Stream" context menu action in the
circuit and stream list widget.
o Create the message log, network map, bandwidth graph, and settings dialogs
without parents, so they can be independently brought to the foreground on
- Vista.
+ Windows Vista.
o Update the default bandwidth rate and burst rate to 5MB and 10MB,
respectively, to match Tor's defaults.
o Make the "Use this proxy for HTTPS also" checkbox checked by default.