gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r3716 - GNUnet-docs/WWW/news
Date: Sat, 11 Nov 2006 23:38:48 -0800 (PST)

Author: grothoff
Date: 2006-11-11 23:38:46 -0800 (Sat, 11 Nov 2006)
New Revision: 3716

Added:
   GNUnet-docs/WWW/news/news_20061112.inc
Log:
draft

Added: GNUnet-docs/WWW/news/news_20061112.inc
===================================================================
--- GNUnet-docs/WWW/news/news_20061112.inc      2006-11-12 07:32:49 UTC (rev 
3715)
+++ GNUnet-docs/WWW/news/news_20061112.inc      2006-11-12 07:38:46 UTC (rev 
3716)
@@ -0,0 +1,27 @@
+<?php
+W("Download %s here.",
+  extlink_("http://gnunet.org/download/GNUnet-0.7.1pre0.tar.bz2";,
+          "GNUnet 0.7.1pre0"));
+W("gnunet-gtk is a separate download and can be found %s.",
+  extlink_("http://gnunet.org/download/gnunet-gtk-0.7.1pre0.tar.bz2";,
+          "here"));
+BR();
+W("This is a the first milestone release towards 0.7.1.");
+W("Most of the work so far has gone into improving APIs and the overall 
structure of the code.");
+W("The changes have resulted in the addition of additional dependencies.");
+W("GNUnet now requires %s and %s.",
+  ARRAY(extlink_("http://curl.haxx.se/";, "libcurl"),
+        extlink_("http://www.gnu.org/software/guile/guile.html";, "Guile 
1.8")));
+W("As a pre-release, it still lacks various major features:");
+echo "<ul>";
+LI("no support for namespaces or collections in <tt>gnunet-gtk</tt>");
+LI("no ncurses wizard in <tt>gnunet-setup</tt>");
+LI("no http or smtp transports");
+LI("WWW documentation is not up-to-date");
+echo "</ul>";
+W("Also, various feature enhancements that are planned for 0.7.1 have not yet 
been implemented.");
+BR();
+W("GNUnet 0.7.1pre0 peers should be able to communciate with 0.7.0-peers using 
a compatibility transport, <tt>tcp_old</tt>.");
+W("Upgrading to %s should be relatively simple, read the UPDATING file for 
details.",
+  "GNUnet 0.7.0pre0");
+?>





reply via email to

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