gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6003 - in GNUnet-docs/WWW: . news


From: gnunet
Subject: [GNUnet-SVN] r6003 - in GNUnet-docs/WWW: . news
Date: Thu, 20 Dec 2007 22:35:11 -0700 (MST)

Author: grothoff
Date: 2007-12-20 22:35:11 -0700 (Thu, 20 Dec 2007)
New Revision: 6003

Added:
   GNUnet-docs/WWW/news/news_20071221.inc
Modified:
   GNUnet-docs/WWW/download.php3
Log:
news draft

Modified: GNUnet-docs/WWW/download.php3
===================================================================
--- GNUnet-docs/WWW/download.php3       2007-12-21 05:34:45 UTC (rev 6002)
+++ GNUnet-docs/WWW/download.php3       2007-12-21 05:35:11 UTC (rev 6003)
@@ -25,7 +25,7 @@
 P();
 
 W("The next major release will be %s and is expected %s.",
-  ARRAY("0.7.3", "11-2007"));
+  ARRAY("0.8.0", "2-2008"));
 EP();
 
 H2("Binary packages");
@@ -207,14 +207,14 @@
 W("The latest release is here: ");
 BR();
 echo "<ul>\n";
-LIV(extlink_("download/GNUnet-0.7.2c.tar.bz2","GNUnet-0.7.2c.tar.bz2 (1442 
kb)"));
-LIV(extlink_("download/GNUnet-0.7.2c.tar.gz","GNUnet-0.7.2c.tar.gz (2232 
kb)"));
-LIV(extlink_("download/gnunet-gtk-0.7.2c.tar.bz2", "gnunet-gtk-0.7.2c.tar.bz2 
(863 kb)"));
-LIV(extlink_("download/gnunet-gtk-0.7.2c.tar.gz" , "gnunet-gtk-0.7.2c.tar.gz 
(1116 kb)"));
+LIV(extlink_("download/GNUnet-0.7.2c.tar.bz2","GNUnet-0.7.2c.tar.bz2 (1686 
kb)"));
+LIV(extlink_("download/GNUnet-0.7.2c.tar.gz","GNUnet-0.7.2c.tar.gz (2537 
kb)"));
+LIV(extlink_("download/gnunet-gtk-0.7.2c.tar.bz2", "gnunet-gtk-0.7.2c.tar.bz2 
(708 kb)"));
+LIV(extlink_("download/gnunet-gtk-0.7.2c.tar.gz" , "gnunet-gtk-0.7.2c.tar.gz 
(962 kb)"));
 LIV(extlink_("download/gnunet-qt-0.7.2c.tar.bz2", "gnunet-qt-0.7.2.tar.bz2 
(232 kb)"));
 LIV(extlink_("download/gnunet-qt-0.7.2c.tar.gz" , "gnunet-qt-0.7.2.tar.gz (300 
kb)"));
-LIV(extlink_("download/gnunet-fuse-0.7.2b.tar.bz2", 
"gnunet-fuse-0.7.2b.tar.bz2 (81 kb)"));
-LIV(extlink_("download/gnunet-fuse-0.7.2b.tar.gz" , "gnunet-fuse-0.7.2b.tar.gz 
(87 kb)"));
+LIV(extlink_("download/gnunet-fuse-0.7.2b.tar.bz2", 
"gnunet-fuse-0.7.2b.tar.bz2 (78 kb)"));
+LIV(extlink_("download/gnunet-fuse-0.7.2b.tar.gz" , "gnunet-fuse-0.7.2b.tar.gz 
(95 kb)"));
 LIV(extlink_("/libextractor/download/libextractor-0.5.18a.tar.gz",
              "libextractor-0.5.18a.tar.gz (7915 kb)"));
 echo "</ul>\n";

Added: GNUnet-docs/WWW/news/news_20071221.inc
===================================================================
--- GNUnet-docs/WWW/news/news_20071221.inc                              (rev 0)
+++ GNUnet-docs/WWW/news/news_20071221.inc      2007-12-21 05:35:11 UTC (rev 
6003)
@@ -0,0 +1,26 @@
+<?php
+W("Download %s here.",
+  extlink_("http://gnunet.org/download/GNUnet-0.7.3.tar.gz";,
+          "GNUnet 0.7.3"));
+BR();
+W("Noteworthy improvements since GNUnet %s are:", "0.7.2c");
+echo "<ul>";
+LI("Implemented MySQL version of the <tt>dstore</tt>, making <tt>sqlite</tt> 
again truly optional");
+LI("Implemented SMTP transport based on libesmtp");
+LI("Added <tt>AUTO</tt> mode for NAT (decide that we are behind NAT if our IP 
belongs to a private network)");
+LI("Added missing man pages");
+LI("Made all exported symbols by GNUnet libraries start with <tt>GNUNET_</tt> 
prefix");
+LI("Improved integration of <tt>gnunet-setup</tt> with <tt>gnunet-gtk</tt> 
using <tt>gdsu</tt>");
+LI("Improved support for mixed friend-to-friend and general topology; users 
can now specify a minimum number of friend connections (guarded friendly 
connection count)");
+LI("Improved performance for MySQL datastore");
+LI("Improved performance for sqLite datastore");
+LI("Improved DHT implementation");
+LI("Cosmetic improvements to <tt>gnunet-gtk</tt>, including reporting that 
<tt>gnunetd</tt> is disconnected from the network to the user in the status 
line");
+LI("Fixed progress meters for recursive download and publishing");
+LI("Fixed problems in handling of signals in the HTTP transport");
+LI("Fixed problems with <tt>gnunetd</tt> dropping permissions");
+echo "</ul>";
+W("This new release requires the configuration of a few new options.");
+W("You will need to run <tt>gnunet-setup -d</tt> in addition to 
<tt>gnunet-update</tt>.");
+W("Read <tt>UPDATING</tt> for details.");
+?>





reply via email to

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