aboutsummaryrefslogtreecommitdiff
path: root/rss.xml
diff options
context:
space:
mode:
Diffstat (limited to 'rss.xml')
-rw-r--r--rss.xml124
1 files changed, 78 insertions, 46 deletions
diff --git a/rss.xml b/rss.xml
index 021bd4dd..0fd6e101 100644
--- a/rss.xml
+++ b/rss.xml
@@ -147,7 +147,7 @@
147 147
148 <p> 148 <p>
149 We are pleased to announce the release of GNUnet 0.11.0. 149 We are pleased to announce the release of GNUnet 0.11.0.
150 <p> 150 </p>
151 151
152 <p> 152 <p>
153 This is a major release after about five years of development. In 153 This is a major release after about five years of development. In
@@ -181,56 +181,88 @@
181 <h4>Noteworthy changes in 0.11.0</h4> 181 <h4>Noteworthy changes in 0.11.0</h4>
182 182
183 <ul> 183 <ul>
184 <li>The Web site and manuals have undergone significant rework. You can find an 184 <li>
185 archive of the old Web site at <a href="https://old.gnunet.org/">old.gnunet.org</a>.</li> 185 The Web site and manuals have undergone significant rework. You can find an
186 <li>The code now builds again on macOS. GNUnet on macOS is <i>experimental</i>. 186 archive of the old Web site at <a href="https://old.gnunet.org/">old.gnunet.org</a>.
187 While it builds and seems to run fine, some tests are known to fail.</li> 187 </li>
188 <li>Build process now works properly with libidn2</li> 188 <li>
189 <li>Except for <tt>gnunet-qr</tt>, all Python code was migrated to Python 3.7.</li> 189 The code now builds again on macOS. GNUnet on macOS is <i>experimental</i>.
190 <li>Fixed security issues in secret sharing cryptography logic</li> 190 While it builds and seems to run fine, some tests are known to fail.
191 <li>Services running out of file descriptors on <tt>accept()</tt> no longer busy wait</li> 191 </li>
192 <li>Fixed crash in gnunet-gns2dns proxy</li> 192 <li>
193 <li>GNS responses are now padded to minimize information disclosure from the size</li> 193 Build process now works properly with libidn2
194 <li>Fixed API issues and (rare) crash bugs in CADET</li> 194 </li>
195 <li>The experimental SecuShare code is not included in the release, you can 195 <li>
196 now find it in the <a href="https://git.gnunet.org/gnunet-secushare/">gnunet-secushare</a> 196 Except for <tt>gnunet-qr</tt>, all Python code was migrated to Python 3.7.
197 Git repository.</li> 197 </li>
198 <li>The Ascension tool (separate download) now allows importing DNS zones into GNS via AXFR.</li> 198 <li>
199 <li>GNUnet now includes a decentralised identity attribute sharing service: 199 Fixed security issues in secret sharing cryptography logic
200 reclaimID. A ready-to-use client can be found in an 200 </li>
201 <a href="https://gitlab.com/reclaimid/client">external repo</a>.</li> 201 <li>
202 <li>The code now builds again on NetBSD. GNUnet on NetBSD is <i>experimental</i>. 202 Services running out of file descriptors on <tt>accept()</tt> no longer busy wait
203 While it builds and seems to run fine, full support requires more 203 </li>
204 changes in the core of GNUnet 204 <li>
205 It will soon be available via pkgsrc. 205 Fixed crash in gnunet-gns2dns proxy
206 <li>Many things changed on the build system side. If you package 206 </li>
207 GNUnet for an operating system or otherwise package manager, 207 <li>
208 make sure that you read the README.</li> 208 GNS responses are now padded to minimize information disclosure from the size
209 </li>
210 <li>
211 Fixed API issues and (rare) crash bugs in CADET
212 </li>
213 <li>
214 The experimental SecuShare code is not included in the release, you can now find it in the <a href="https://git.gnunet.org/gnunet-secushare/">gnunet-secushare</a> Git repository.
215 </li>
216 <li>
217 The Ascension tool (separate download) now allows importing DNS zones into GNS via AXFR.
218 </li>
219 <li>
220 GNUnet now includes a decentralised identity attribute sharing service: reclaimID. A ready-to-use client can be found in an <a href="https://gitlab.com/reclaimid/client">external repo</a>.
221 </li>
222 <li>
223 The code now builds again on NetBSD. GNUnet on NetBSD is <i>experimental</i>. While it builds and seems to run fine, full support requires more changes in the core of GNUnet It will soon be available via pkgsrc.
224 </li>
225 <li>
226 Many things changed on the build system side. If you package GNUnet for an operating system or otherwise package manager, make sure that you read the README.
227 </li>
209 </ul> 228 </ul>
210 The above is just the short list, our bugtracker lists 229 <p>
230 The above is just the short list, our bugtracker lists
211 <a href="https://bugs.gnunet.org/changelog_page.php?version_id=258"> 231 <a href="https://bugs.gnunet.org/changelog_page.php?version_id=258">
212 over 100 individual issues</a> that were resolved since 0.11.0pre66. 232 over 100 individual issues</a> that were resolved since 0.11.0pre66.
233 </p>
213 234
214 <h4>Known Issues</h4> 235 <h4>Known Issues</h4>
215 <ul> 236 <ul>
216 <li>There are known major design issues in the TRANSPORT, ATS and CORE subsystems 237 <li>
238 There are known major design issues in the TRANSPORT, ATS and CORE subsystems
217 which will need to be addressed in the future to achieve acceptable usability, 239 which will need to be addressed in the future to achieve acceptable usability,
218 performance and security.</li> 240 performance and security.
219 <li>There are known moderate implementation limitations in CADET that 241 </li>
220 negatively impact performance. Also CADET may unexpectedly deliver messages out-of-order.</li> 242 <li>
221 <li>There are known moderate design issues in FS that also impact 243 There are known moderate implementation limitations in CADET that
222 usability and performance.</li> 244 negatively impact performance. Also CADET may unexpectedly deliver messages out-of-order.
223 <li>There are minor implementation limitations in SET that create 245 </li>
224 unnecessary attack surface for availability.</li> 246 <li>
225 <li>The RPS subsystem remains experimental.</li> 247 There are known moderate design issues in FS that also impact
226 <li>Some high-level tests in the test-suite fail non-deterministically due to 248 usability and performance.
227 the low-level TRANSPORT issues.</li> 249 </li>
228 </ul> 250 <li>
229 <p> 251 There are minor implementation limitations in SET that create
230 In addition to this list, you may also want to consult our bug tracker 252 unnecessary attack surface for availability.
231 at <a href="https://bugs.gnunet.org/">bugs.gnunet.org</a> which lists 253 </li>
232 about 150 more specific issues. 254 <li>
233 </p> 255 The RPS subsystem remains experimental.
256 </li>
257 <li>
258 Some high-level tests in the test-suite fail non-deterministically due to
259 the low-level TRANSPORT issues.
260 </li>
261 </ul>
262 <p>
263 In addition to this list, you may also want to consult our bug tracker
264 at <a href="https://bugs.gnunet.org/">bugs.gnunet.org</a> which lists
265 about 150 more specific issues.
234 </p> 266 </p>
235 </article> 267 </article>
236 </description> 268 </description>