diff options
author | Edward Rudd | 2011-07-23 16:58:05 -0400 |
---|---|---|
committer | Edward Rudd | 2011-07-23 16:58:05 -0400 |
commit | 86a8fc2209b0fca21f79430f7ed757f1e1f46a4c (patch) | |
tree | 221fd838ed62bc63beeea0fc05313930ac174b3d | |
parent | d799553eb16e6fe9a057e4f57d73db13e1aa786f (diff) |
add in reference to new project page
- also remove "old" project specifics
-rw-r--r-- | index.xml | 157 |
1 files changed, 11 insertions, 146 deletions
@@ -1,6 +1,15 @@ | |||
1 | <?xml version="1.0"?> | 1 | <?xml version="1.0"?> |
2 | <?xml-stylesheet type="text/xsl" href="../../../../xsl/projects.xsl"?> | 2 | <?xml-stylesheet type="text/xsl" href="../../../../xsl/projects.xsl"?> |
3 | <ooo title="mod_gnutls" path="/projects/apache/mod_gnutls/" osi="on"> | 3 | <ooo title="mod_gnutls" path="/projects/apache/mod_gnutls/" osi="on"> |
4 | <section title="New Project Page"> | ||
5 | <content type="docbook"> | ||
6 | <para> | ||
7 | As of July of 2011 mod_gnutls is now being maintained by Dash Shendy and has a new project page at | ||
8 | <ulink url="http://mod_gnutls.sourceforge.net/">Source Forge</ulink> | ||
9 | </para> | ||
10 | </content> | ||
11 | </section> | ||
12 | |||
4 | <section title="Abstract"> | 13 | <section title="Abstract"> |
5 | <content type="docbook"> | 14 | <content type="docbook"> |
6 | <para> | 15 | <para> |
@@ -37,159 +46,15 @@ | |||
37 | </div> | 46 | </div> |
38 | </content> | 47 | </content> |
39 | </section> | 48 | </section> |
40 | |||
41 | <section title="Documentation"> | ||
42 | <content type="xhtml"> | ||
43 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
44 | <a href="docs/">mod_gnutls Documentation</a> | ||
45 | </div> | ||
46 | </content> | ||
47 | </section> | ||
48 | |||
49 | <changelog> | ||
50 | <entry version="0.5.10" fdate="2011-07-12T09:00:00-04:00"> | ||
51 | <content type="xhtml"> | ||
52 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
53 | <ul> | ||
54 | <li>Patched a bug responsible for excessive memory consumption by mod_gnutls</li> | ||
55 | <li>Support for proxying from SSL to plain HTTP was added (ie. proxy termination).</li> | ||
56 | </ul> | ||
57 | </div> | ||
58 | </content> | ||
59 | </entry> | ||
60 | <entry version="0.5.9" fdate="2010-24-09T00:00:00-07:00"> | ||
61 | <content type="xhtml"> | ||
62 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
63 | <ul> | ||
64 | <li>Corrected behavior with Keep-Alive connections.</li> | ||
65 | <li>Changed default DB backend and added more options for GnuTLSCache directive.</li> | ||
66 | </ul> | ||
67 | </div> | ||
68 | </content> | ||
69 | </entry> | ||
70 | |||
71 | <entry version="0.5.8" fdate="2010-18-08T00:00:00-07:00"> | ||
72 | <content type="xhtml"> | ||
73 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
74 | <ul> | ||
75 | <li>Session Tickets are enabled by default.</li> | ||
76 | <li>Fixed segmentation faults in some configurations.</li> | ||
77 | </ul> | ||
78 | </div> | ||
79 | </content> | ||
80 | </entry> | ||
81 | |||
82 | <entry version="0.5.7" fdate="2010-07-01T00:00:00-07:00"> | ||
83 | <content type="xhtml"> | ||
84 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
85 | <ul> | ||
86 | <li>Optimization in session caching.</li> | ||
87 | <li>Added support for session tickets, allowing resumption even without | ||
88 | any cache.</li> | ||
89 | <li>Depends on GnuTLS with safe renegotiation support included.</li> | ||
90 | </ul> | ||
91 | </div> | ||
92 | </content> | ||
93 | </entry> | ||
94 | |||
95 | <entry version="0.5.6" fdate="2010-03-24T00:00:00-07:00"> | ||
96 | <content type="xhtml"> | ||
97 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
98 | <ul> | ||
99 | <li>Corrected issues with firefox and long POST data.</li> | ||
100 | <li>Added support for chained client certificates.</li> | ||
101 | <li>Several other bug fixes.</li> | ||
102 | </ul> | ||
103 | </div> | ||
104 | </content> | ||
105 | </entry> | ||
106 | |||
107 | <entry version="0.5.5" fdate="2009-06-13T00:00:00-07:00"> | ||
108 | <content type="xhtml"> | ||
109 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
110 | <ul> | ||
111 | <li>Removed limits on CA certificate loading.</li> | ||
112 | <li>Do not allow sending empty TLS packets even when instructed | ||
113 | to.</li> | ||
114 | </ul> | ||
115 | </div> | ||
116 | </content> | ||
117 | </entry> | ||
118 | |||
119 | </changelog> | ||
120 | 49 | ||
121 | <requirements> | 50 | <section position="bottom" title="Repositories & Old Releases"> |
122 | <title>Prerequisites</title> | ||
123 | <software name="GnuTLS" url="http://www.gnu.org/software/gnutls/"> | ||
124 | <requirement version="2.10.0" type="minimum"/> | ||
125 | </software> | ||
126 | <software name="Apache HTTPd" url="http://httpd.apache.org/"> | ||
127 | <requirement version="2.0.42" type="minimum"/> | ||
128 | <requirement version="2.1.5-dev" type="minimum"/> | ||
129 | </software> | ||
130 | <software name="APR Memcache Client" url="/projects/libs/apr_memcache/" optional="1"> | ||
131 | <requirement version="0.7.0" type="minimum"/> | ||
132 | </software> | ||
133 | </requirements> | ||
134 | |||
135 | <downloads | ||
136 | name="mod_gnutls" baseref="/downloads/mod_gnutls/" | ||
137 | extension="tar.bz2"> | ||
138 | |||
139 | |||
140 | <category branch="Stable" latest="0.5.8"> | ||
141 | <title>Stable branch</title> | ||
142 | <download version="0.5.10" md5sum="53fd571080b16333d3a4550b8477bf3c"/> | ||
143 | <download version="0.5.9" md5sum="9b7050fb0dfec88225b15c821dfd26c4"/> | ||
144 | <download version="0.5.8" md5sum="1372fd5e8ee9017fea5c125e6acb8415"/> | ||
145 | <download version="0.5.7" md5sum="36bc29310a6c40bd31cdaeb31afc29ef"/> | ||
146 | <download version="0.5.6" md5sum="ad52de9b43a10157b3338f472b30f932"/> | ||
147 | <download version="0.5.5" md5sum="53aef6d0c295fc2b7d5d2ee4576e6884"/> | ||
148 | </category> | ||
149 | |||
150 | </downloads> | ||
151 | |||
152 | <section position="bottom" title="Repositories"> | ||
153 | <content type="xhtml"> | 51 | <content type="xhtml"> |
154 | <div xmlns="http://www.w3.org/1999/xhtml"> | 52 | <div xmlns="http://www.w3.org/1999/xhtml"> |
155 | <ul> | 53 | <ul> |
156 | <li><a href="/downloads/mod_gnutls/">Old releases</a></li> | 54 | <li><a href="/downloads/mod_gnutls/">Old releases</a></li> |
157 | <li>Git Repository <a href="git://git.outoforder.cc/httpd/mod_gnutls.git">git://git.outoforder.cc/httpd/mod_gnutls.git</a></li> | 55 | <li><a href="http://modgnutls.git.sourceforge.net/git/gitweb.cgi?p=modgnutls/modgnutls">Git Repository</a></li> |
158 | </ul> | 56 | </ul> |
159 | </div> | 57 | </div> |
160 | </content> | 58 | </content> |
161 | </section> | 59 | </section> |
162 | |||
163 | <mailinglists spam="warning"> | ||
164 | <content type="docbook"> | ||
165 | <para> | ||
166 | There are two mailing lists for mod_gnutls. The first is the generic | ||
167 | announcement mailing list which provides announcements for all software releases | ||
168 | on OutOfOrder.cc, but can be filtered by choosing topics in the mailing list | ||
169 | options page. The second is the user mailing list. | ||
170 | Release announcements will be cross posted to both lists. | ||
171 | </para> | ||
172 | </content> | ||
173 | <list> | ||
174 | <mailinglist name="announce" type="mailman" host="lists.outoforder.cc"/> | ||
175 | <mailinglist name="modules" type="mailman" host="lists.outoforder.cc"/> | ||
176 | </list> | ||
177 | </mailinglists> | ||
178 | |||
179 | <section position="bottom"> | ||
180 | <title>Contact & Help</title> | ||
181 | <content type="docbook"> | ||
182 | <!-- | ||
183 | <para> | ||
184 | <ulink url="/email/?Subject=mod_gnutls">E-Mail us</ulink>, about mod_gnutls. | ||
185 | </para> | ||
186 | --> | ||
187 | <para> | ||
188 | Send an e-mail to the <link linkend="mailinglist">mod_gnutls mailing list</link>. | ||
189 | </para> | ||
190 | <para> | ||
191 | Bugs should be reported to the <ulink url="http://bugs.outoforder.cc">OutOfOrder.cc Bug Tracker</ulink>. | ||
192 | </para> | ||
193 | </content> | ||
194 | </section> | ||
195 | </ooo> | 60 | </ooo> |