You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/htdocs/news.html
+16-25Lines changed: 16 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -27,17 +27,8 @@
27
27
</div>
28
28
<divid="content">
29
29
<divclass="document">
30
-
<divclass="section" id="dev-2010-05-17">
31
-
<h2>0.9.0-dev / 2010-05-17</h2>
32
-
<ulclass="simple">
33
-
<li>Fix pidfile</li>
34
-
<li>Fix QUIT/HUP in async workers</li>
35
-
<li>Fix reexec</li>
36
-
<li>Documentation improvments</li>
37
-
</ul>
38
-
</div>
39
30
<divclass="section" id="id1">
40
-
<h1>0.9.1 / 2010-05-26</h1>
31
+
<h2>0.9.1 / 2010-05-26</h2>
41
32
<ulclass="simple">
42
33
<li>Support https via X-Forwarded-Protocol or X-Forwarded-Ssl headers</li>
43
34
<li>Fix configuration</li>
@@ -46,7 +37,7 @@ <h1>0.9.1 / 2010-05-26</h1>
46
37
</ul>
47
38
</div>
48
39
<divclass="section" id="id2">
49
-
<h1>0.9.0 / 2010-05-24</h1>
40
+
<h2>0.9.0 / 2010-05-24</h2>
50
41
<ulclass="simple">
51
42
<li>Added <em>when_ready</em> hook. Called just after the server is started</li>
52
43
<li>Added <em>preload</em> setting. Load application code before the worker processes
@@ -59,15 +50,15 @@ <h1>0.9.0 / 2010-05-24</h1>
59
50
</ul>
60
51
</div>
61
52
<divclass="section" id="id3">
62
-
<h1>0.8.1 / 2010-04-29</h1>
53
+
<h2>0.8.1 / 2010-04-29</h2>
63
54
<ulclass="simple">
64
55
<li>Fix builtins import in config</li>
65
56
<li>Fix installation with pip</li>
66
57
<li>Fix Tornado WSGI support</li>
67
58
<li>Delay application loading until after processing all configuration</li>
68
59
</ul>
69
60
</div>
70
-
<divclass="section" id="id2">
61
+
<divclass="section" id="id4">
71
62
<h2>0.8.0 / 2010-04-22</h2>
72
63
<ulclass="simple">
73
64
<li>Refactored Worker management for better async support. Now use the -k option
@@ -76,21 +67,21 @@ <h2>0.8.0 / 2010-04-22</h2>
76
67
</ul>
77
68
</div>
78
69
<divclass="section" id="id5">
79
-
<h1>0.7.2 / 2010-04-15</h1>
70
+
<h2>0.7.2 / 2010-04-15</h2>
80
71
<ulclass="simple">
81
72
<li>Added --spew option to help debugging (installs a system trace hook)</li>
82
73
<li>Some fixes in async arbiters</li>
83
74
<li>Fix a bug in start_response on error</li>
84
75
</ul>
85
76
</div>
86
-
<divclass="section" id="id4">
77
+
<divclass="section" id="id6">
87
78
<h2>0.7.1 / 2010-04-01</h2>
88
79
<ulclass="simple">
89
80
<li>Fix bug when responses have no body.</li>
90
81
</ul>
91
82
</div>
92
83
<divclass="section" id="id7">
93
-
<h1>0.7.0 / 2010-03-26</h1>
84
+
<h2>0.7.0 / 2010-03-26</h2>
94
85
<ulclass="simple">
95
86
<li>Added support for <aclass="reference external" href="http://eventlet.net">Eventlet</a> and <aclass="reference external" href="http://gevent.org">Gevent</a> based workers.</li>
0 commit comments