gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r700 - GNUnet-docs/WWW/test


From: durner
Subject: [GNUnet-SVN] r700 - GNUnet-docs/WWW/test
Date: Tue, 26 Apr 2005 13:22:00 -0700 (PDT)

Author: durner
Date: 2005-04-26 13:21:25 -0700 (Tue, 26 Apr 2005)
New Revision: 700

Added:
   GNUnet-docs/WWW/test/news_20050401.inc
   GNUnet-docs/WWW/test/news_20050402.inc
   GNUnet-docs/WWW/test/news_20050404.inc
Log:
add new news

Added: GNUnet-docs/WWW/test/news_20050401.inc
===================================================================
--- GNUnet-docs/WWW/test/news_20050401.inc      2005-04-26 20:13:37 UTC (rev 
699)
+++ GNUnet-docs/WWW/test/news_20050401.inc      2005-04-26 20:21:25 UTC (rev 
700)
@@ -0,0 +1,43 @@
+<?php
+W("Download %s here.",
+  extlink_("http://gnunet.org/download/GNUnet-0.7.0pre1.tar.bz2";,
+          "GNUnet 0.7.0pre1"));
+W("This is still <strong>not</strong> your usual GNUnet release.");
+W("You are strongly encouraged to read this before trying to use it.");
+W("This release primarily fixes a large number of bugs from 0.7.0pre0 and 
(hopefully) finalizes the protocol and formats for a while.");
+W("As such, it breaks compatibility with all previous releases.");
+W("The advertising of the usual set of new features will be done for 0.7.0.");
+W("Instead, here is the list of things (in order of importance) that are 
missing to make the 0.7.0 milestone:");
+
+echo "<ul>";
+LI("gnunet-gtk");
+LI("gnunet-setup");
+LI("documentation of changes");
+LI("FSUI core persistence");
+LI("(more) automated testcases for tracekit, gap, FSUI");
+LI("F2F topology configuration");
+echo "</ul>";
+BR();
+W("Also, some features have already been deferred for later in the 0.7.x 
series:");
+echo "<ul>";
+LI("gnunet-chat");
+LI("DHT");
+LI("meta-data finder");
+LI("directory browser");
+LI("various optimizations");
+echo "</ul>";
+P();
+W("The goals for this pre-release are to:");
+echo "<ul>";
+LI("bootstrap the network");
+LI("see if there are any problems with the code if the size of the network 
goes beyond the small testbeds that individual developers can run");
+LI("give packagers a chance to test their build-process");
+LI("give developers an opportunity to test (graphical) user interfaces");
+echo "</ul>";
+W("In summary, please try to run this code, even if it maybe not super-stable 
and lacks a graphical user interface.");
+W("Please report any bugs you find to %s.",
+  extlink_("https://gnunet.org/mantis/";, "mantis"));
+W("Note that all protocols and storage formats have changed, so you may want 
to make sure that when trying 0.7.0 you do not accidentially overwrite or use 
files from 0.6.x.");
+W("Migrating data from 0.6.x is not possible.");
+W("However, you can run 0.7.x and 0.6.x in parallel if you use different ports 
and directories.");
+?>

Added: GNUnet-docs/WWW/test/news_20050402.inc
===================================================================
--- GNUnet-docs/WWW/test/news_20050402.inc      2005-04-26 20:13:37 UTC (rev 
699)
+++ GNUnet-docs/WWW/test/news_20050402.inc      2005-04-26 20:21:25 UTC (rev 
700)
@@ -0,0 +1,14 @@
+<?php
+W("Download %s here.",
+  extlink_("http://gnunet.org/download/GNUnet-0.7.0pre2.tar.bz2";,
+          "GNUnet 0.7.0pre2"));
+W("This release fixes a couple of critical bugs discovered in 0.7.0pre1:");
+echo "<ul>";
+LI("potential segfault in the Win32 version");
+LI("segfault in advertising (crashing nodes under certain circumstances)");
+LI("gnunet-insert did not work properly when used with multiple keywords 
(would concatenate all of them into one keyword)");
+LI("TCP transport did not work properly (welcome message size slightly wrong, 
by itself mostly harmless)");
+LI("some plaintext messages were not properly encapsulated by the sender 
(resulting in failure to connect)");
+LI("configuration file generated by gnunetd if no file was found was outdated 
(contrib/gnunet.root was ok, though)");
+echo "</ul>";
+?>

Added: GNUnet-docs/WWW/test/news_20050404.inc
===================================================================
--- GNUnet-docs/WWW/test/news_20050404.inc      2005-04-26 20:13:37 UTC (rev 
699)
+++ GNUnet-docs/WWW/test/news_20050404.inc      2005-04-26 20:21:25 UTC (rev 
700)
@@ -0,0 +1,12 @@
+<?php
+W("The %s hopefully fixes the various problems with incompatible character set 
encodings.",
+  intlink_("http://gnunet.org/i18nHTML/";, "update"));
+W("However, as a result, some translations had to be discarded.");
+W("This includes translations which had errors such as a mismatch in the 
number of %% signs.");
+W("The new i18nHTML version will no longer permit users to commit such 
translations.");
+P();
+W("If you still have problems with the character encodings, please first check 
if your browser is set to utf8 encoding.");
+W("If that does not help, try re-translating the sentence that shows up badly 
(the automated conversion may have failed).");
+W("Otherwise, please file a detailed bug-report on %s.",
+  extlink_("https://gnunet.org/mantis/";, "mantis"));
+?>





reply via email to

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