commit 6a9b57fc1150be147abcfbadd6e16e20772a6eb7 Author: Tomás Touceda chiiph@torproject.org Date: Sat Dec 24 16:53:49 2011 -0300
Add changes file for bug2943_startfirefox and remove the ones already in the CHANGELOG --- changes/bug2188 | 2 -- changes/bug2644 | 3 --- changes/bug2943 | 2 ++ changes/bug3342 | 2 -- changes/bug3759 | 3 --- changes/bug3843 | 2 -- 6 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/changes/bug2188 b/changes/bug2188 deleted file mode 100644 index 9925519..0000000 --- a/changes/bug2188 +++ /dev/null @@ -1,2 +0,0 @@ - o Draw the bandwidth graph curves based on the local maximum, not - the global maximum. Fixes bug 2188. \ No newline at end of file diff --git a/changes/bug2644 b/changes/bug2644 deleted file mode 100644 index 258b13c..0000000 --- a/changes/bug2644 +++ /dev/null @@ -1,3 +0,0 @@ - o Add an option for setting up a non-exit relay to the Sharing configuration - panel. This is meant to clarify what an exit policy and an exit relay are. - Resolves bug 2644. \ No newline at end of file diff --git a/changes/bug2943 b/changes/bug2943 new file mode 100644 index 0000000..aec285c --- /dev/null +++ b/changes/bug2943 @@ -0,0 +1,2 @@ + o Do not launch Firefox with every CIRCUIT_ESTABLISHED signal, do it + only if Firefox isn't open yet. \ No newline at end of file diff --git a/changes/bug3342 b/changes/bug3342 deleted file mode 100644 index 3b026f5..0000000 --- a/changes/bug3342 +++ /dev/null @@ -1,2 +0,0 @@ - o Display time statistics for bridges in UTC time, rather than local - time. Fixes bug 3342. \ No newline at end of file diff --git a/changes/bug3759 b/changes/bug3759 deleted file mode 100644 index b7dc074..0000000 --- a/changes/bug3759 +++ /dev/null @@ -1,3 +0,0 @@ - o Change the parameter for ordering the entries in the Basic Log - list from currentTime to currentDateTime to avoid missplacing - entries from different days. \ No newline at end of file diff --git a/changes/bug3843 b/changes/bug3843 deleted file mode 100644 index 6ccd062..0000000 --- a/changes/bug3843 +++ /dev/null @@ -1,2 +0,0 @@ - o Check tor version and that settings are sanitized before trying to - use the port autoconfiguration feature. Fixes bug 3843. \ No newline at end of file
tor-commits@lists.torproject.org