gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r2752 - GNUnet-docs/WWW/news


From: grothoff
Subject: [GNUnet-SVN] r2752 - GNUnet-docs/WWW/news
Date: Fri, 5 May 2006 23:38:12 -0700 (PDT)

Author: grothoff
Date: 2006-05-05 23:38:10 -0700 (Fri, 05 May 2006)
New Revision: 2752

Added:
   GNUnet-docs/WWW/news/news_20060506.inc
Log:
news

Added: GNUnet-docs/WWW/news/news_20060506.inc
===================================================================
--- GNUnet-docs/WWW/news/news_20060506.inc      2006-05-06 06:17:05 UTC (rev 
2751)
+++ GNUnet-docs/WWW/news/news_20060506.inc      2006-05-06 06:38:10 UTC (rev 
2752)
@@ -0,0 +1,29 @@
+<?php
+W("Download %s here.",
+  extlink_("http://gnunet.org/download/GNUnet-0.7.0d.tar.bz2";,
+          "GNUnet 0.7.0d"));
+W("gnunet-gtk is a separate download and can be found %s.",
+  extlink_("http://gnunet.org/download/gnunet-gtk-0.7.0d.tar.bz2";,
+          "here"));
+BR();
+W("This is a bugfix release for 0.7.0c.");
+W("It fixes various bugs:");
+echo "<ul>";
+LI("Content migration of on-demand blocks had some problems, resulting in 
corrupt data being transmitted (and warnings being printed by receiving 
peers)");
+LI("Priority of uploaded <tt>IBlock</tt>s was left at zero, resulting in these 
blocks being wrongfully discarded for migrated content once the quota was 
reached");
+LI("Minor bugs in the routing code made the hot-path routing not as effective 
as it should have been");
+LI("Peers sometimes advertised a bandwidth limit of 0 and then failed to 
properly close a connection, resulting in wrongful blacklisting the other peer 
for quota violations");
+LI("Switching from streaming to message-based transports could occasionally 
fail to refragment messages in the queue, resulting in dropped messages and 
warnings");
+LI("Long-running machines could cause an integer overflow resutling in an 
extremely high calculated CPU load causing GNUnet to try to conserve CPU 
needlessly");
+LI("Indexing files larger than 2 GB fixed by properly using <tt>stat64</tt> 
(on systems where this is supported)");
+LI("Various improvements in handling of translations / internationalization");
+LI("Various minor bugs in the threading code resulted in unnecessarily long 
delays, especially during shutdown of gnunet-search and gnunet-gtk");
+LI("Various minor memory leaks");
+LI("Many cosmetic improvements to gnunet-search and gnunet-gtk");
+echo "</ul>";
+W("Memory use for 0.7.0d should stabilize at a lower level compared to 
0.7.0d.");
+W("For a 65536 entry <tt>gap</tt> routing table size, the savings should be on 
the order of 7 MB.");
+W("<tt>gnunet-gtk</tt> now supports sorting for the various tables.");
+W("Upgrading to %s should be trivial, simply recompile, install, stop 
<tt>gnunetd</tt>, run <tt>gnunet-update</tt> and restart <tt>gnunetd</tt>.",
+  "0.7.0d");
+?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]