a strip down memory lane; gather and preserve other news from 2007
Roger Dingledine

Roger Dingledine commited on 2008-02-25 00:58:30
Zeige 2 geänderte Dateien mit 89 Einfügungen und 2 Löschungen.

... ...
@@ -112,9 +113,10 @@ If your organization has an interest in keeping the Tor network usable
112 113
 and fast, please <a href="<page contact>">contact us</a>. Sponsors of Tor
113 114
 also get personal attention, better support, publicity (if they want it),
114 115
 and get to influence the direction of our research and development.  
115
-<a href="<page donate>">Please donate.</a>
116
-</li>
116
+<a href="<page donate>">Please donate.</a></li>
117
+
117 118
 </ul>
119
+<p><a href="<page news>">More news</a></p>
118 120
 
119 121
   </div><!-- #main -->
120 122
 
... ...
@@ -0,0 +1,86 @@
1
+## translation metadata
2
+# Revision: $Revision: 12228 $
3
+
4
+#include "head.wmi" TITLE="News"
5
+
6
+<div class="main-column">
7
+
8
+<!-- PUT CONTENT AFTER THIS TAG -->
9
+
10
+<a id="News"></a>
11
+<h2><a class="anchor" href="#News">News</a></h2>
12
+<hr />
13
+
14
+<ul>
15
+<li>Feb 2008: The <a href="https://www.torproject.org/people#Board">Board
16
+of Directors</a> welcomes <a
17
+href="https://blog.torproject.org/blog/isaac-mao-elected-one-our-new-directors">Isaac
18
+Mao</a> to the board.  We thank the Rebecca McKinnon for her support and
19
+contributions to the project.
20
+
21
+<li>Feb 2008: Tor is happy to announce the <a
22
+href="https://blog.torproject.org">official Tor blog</a>.</li>
23
+
24
+<li>Jan 2008: <a href="<page download>">Tor 0.1.2.19</a> (the latest
25
+stable release) fixes a huge memory leak on exit relays, makes the
26
+default exit policy a little bit more conservative so it's safer to run an exit
27
+relay on a home system, and fixes a variety of smaller issues. Please
28
+upgrade.  Full <a
29
+href="http://archives.seul.org/or/announce/Jan-2008/msg00000.html">release
30
+notes</a> are available.</li>
31
+
32
+<li>Oct 2007: <a href="<page download>">Tor 0.1.2.18</a> (the new stable
33
+release) fixes many problems including crash bugs, problems with hidden
34
+service introduction that were causing huge delays, and a big bug that
35
+was causing some servers to disappear from the network status lists for
36
+a few hours each day. We also modified the default Privoxy config files
37
+in the bundles to avoid some security problems, so make sure to leave
38
+"install Privoxy" checked when you upgrade. See the <a
39
+href="http://archives.seul.org/or/announce/Oct-2007/msg00000.html">release
40
+announcement</a> for more information.</li>
41
+
42
+<li>Oct 2007: As many of you know, The Tor Project became an <a
43
+href="<page people>">independent and official nonprofit</a> this past
44
+February. We did this so we could accept grants from groups who
45
+only donate to NGOs, and so our donors could deduct qualifying
46
+<a href="<page donate>">donations</a> made to us.
47
+<br />
48
+We'd like to extend our profound thanks to the <a
49
+href="https://www.eff.org/">Electronic Frontier Foundation</a> for their
50
+past support, fiscal sponsorship, and help in hosting some of our web
51
+pages, and for their continued mentorship of and counsel to our
52
+fledgling nonprofit organization.</li>
53
+
54
+<li>Sep 2007: If you have received email claiming to be Tor, it wasn't
55
+from us. The <a href="<page download>">official Tor bundles</a> can be <a
56
+href="http://wiki.noreply.org/noreply/TheOnionRouter/VerifyingSignatures">verified
57
+as authentic</a>.</li>
58
+
59
+<li>Aug 2007: <strong>Please update your Tor software!</strong>  The
60
+latest versions (stable: 0.1.2.17; development: 0.2.0.6-alpha)
61
+patch a significant security vulnerability.  See the <a
62
+href="http://archives.seul.org/or/announce/Aug-2007/msg00000.html">release
63
+announcement</a> for more information.</li>
64
+
65
+<li>Feb 2007: The Tor Project and UColo/Boulder <a
66
+href="http://blogs.law.harvard.edu/anonymous/2007/02/26/the-rumors-of-our-demise/">respond</a>
67
+to a recent blogstorm regarding a paper documenting a possible attack
68
+strategy against Tor.</li>
69
+
70
+<li>Jan 2007: The Tor network has grown to hundreds of thousands of
71
+users. The developers can't do all the new features, bug fixes, and
72
+documentation. <a href="<page volunteer>">We need your help!</a></li>
73
+
74
+<li><b>We are actively looking for new sponsors and funding.</b>
75
+If your organization has an interest in keeping the Tor network usable
76
+and fast, please <a href="<page contact>">contact us</a>. Sponsors of Tor
77
+also get personal attention, better support, publicity (if they want it),
78
+and get to influence the direction of our research and development.  
79
+<a href="<page donate>">Please donate.</a></li>
80
+
81
+</ul>
82
+
83
+</div><!-- #main -->
84
+
85
+#include <foot.wmi>
86
+
0 87