gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r7232 - GNUnet-docs/WWW/news
Date: Sat, 14 Jun 2008 21:02:41 -0600 (MDT)

Author: grothoff
Date: 2008-06-14 21:02:41 -0600 (Sat, 14 Jun 2008)
New Revision: 7232

Modified:
   GNUnet-docs/WWW/news/news_20080614.inc
Log:
fmt

Modified: GNUnet-docs/WWW/news/news_20080614.inc
===================================================================
--- GNUnet-docs/WWW/news/news_20080614.inc      2008-06-15 02:53:04 UTC (rev 
7231)
+++ GNUnet-docs/WWW/news/news_20080614.inc      2008-06-15 03:02:41 UTC (rev 
7232)
@@ -1,4 +1,5 @@
 <?php
+BP();
 W("Download %s here.",
   extlink_("http://gnunet.org/download.php3";,
           "GNUnet 0.8.0"));
@@ -10,7 +11,6 @@
 W("In particular, 0.8.0 peers will not connect to the 0.7.3-network.");
 W("Moreover, 0.8.0 is unable to access content inserted into the local 
0.7.3-style database.");
 W("There is no code for data migration, so all data will have to be indexed 
again.");
-
 P();
 W("Updating should be relatively easy -- simply delete all your old GNUnet 
data and run <tt>gnunet-update</tt>.");
 W("Note that if you are updating from 0.8.0pre0 or 0.8.0pre1, you only have to 
run <tt>gnunet-update</tt>.");
@@ -18,6 +18,7 @@
 P();
 W("Noteworthy improvements since GNUnet %s are:",
   "0.7.3");
+EP();
 echo "<ul><li>";
 W("Major new features:");
 echo "<ul>";
@@ -29,7 +30,7 @@
 LI("Improved GAP search requests to gather more search results (using bloom 
filter to exclude known responses)");
 LI("Improved file-sharing datastores to return more diverse search results 
(randomized starting point in iteration)");
 LI("Made GNUnet finally work (again) on OpenBSD");
-echo "</ul><ul><li>";
+echo "</ul></li><li>";
 W("Minor improvements:");
 echo "<ul>";
 LI("Integrated IPv6 transports with existing IPv4 transports (making full use 
of dual-stacks where available)");
@@ -47,7 +48,7 @@
 LI("Improved bandwidth consumption for file-sharing (reduced overheads by 64 
bytes per 32k block)");
 LI("Improved performance of the <tt>dstore</tt>s (used for DHTs)");
 LI("Writable files (like the content of /etc and /var) are now stored to 
CSIDL_COMMON_APPDATA (\"C:\\ProgramData\\\" on Vista, \"C:\\Documents and 
Settings\\All Users\\Application Data\\\" on XP) on Windows.");
-echo "</ul><ul><li>";
+echo "</ul></li><li>";
 W("Bugfixes:");
 echo "<ul>";
 LI("Fixed bug in HTTP transport causing certain messages not to be delivered");
@@ -62,13 +63,13 @@
 LI("Fixed deadlock in <tt>gnunet-gtk</tt>");
 LI("Fixed issue with GNUnet clients and GNUnet daemon running on different 
architectures (Mantis #1312)");
 LI("Fixed deadlock in MySQL <tt>sqstore</tt> module");
-echo "</ul><ul><li>";
+echo "</ul></li><li>";
 W("Changes relevant for developers:");
 echo "<ul>";
 LI("Improved and simplified various APIs");
 LI("Added support for chat (client-server and UI only, no P2P support yet)");
 LI("Added asynchronous search and download methods to ECRS (saves one thread 
per search/download for most GNUnet-tools)");
 LI("Improved performance of <tt>make check</tt> by using a weak PRNG (for 
testing only)");
+echo "</li></ul>";
 echo "</ul>";
-echo "</ul>";
 ?>





reply via email to

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