From: blackh <gra...@li...> - 2003-06-12 11:08:20
|
blackh Thu Jun 12 04:08:20 2003 EDT Modified files: /website index.php Log: Update 2 website on performance improvements. Index: website/index.php diff -u website/index.php:1.59 website/index.php:1.60 --- website/index.php:1.59 Fri Jun 6 14:45:02 2003 +++ website/index.php Thu Jun 12 04:08:18 2003 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- $Id: index.php,v 1.59 2003/06/06 21:45:02 blackh Exp $ --> +<!-- $Id: index.php,v 1.60 2003/06/12 11:08:18 blackh Exp $ --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -21,7 +21,7 @@ <div id="rightCol"> <?php include("title.inc"); ?><br /> - by <a href="mailto:st...@bl...">Stephen Blackheath</a> - 22 Apr 2003<br /> + by <a href="mailto:st...@bl...">Stephen Blackheath</a> - Updated 12 Jun 2003<br /> <p>We are creating an anonymizing storage network - a network that resembles the World Wide Web, but is capable of allowing people to publish and retrieve information without fear of censorship or surveillance.</p> @@ -74,10 +74,10 @@ <h3>News</h3> - <p><b>26 May 2003 - Working on performance</b></p> - <p>I have found a few performance bottlenecks, and I'll release a new version of - the executable soon. I've disabled the networking functionality in the - meantime to prevent the daemon annoying you. Windows binaries are still broken.</p> + <p><b>12 Jun 2003 - Made many performance improvements - ver 1.0.5 shortly</b></p> + <p>I found a few performance bottlenecks, and I've been working on them. + I'll release a new version of the executable (1.0.5) which is significantly faster shortly + once I've tested it for memory leaks.</p> <p><b>13 May 2003 - Windows binary broken</b></p> <p>The windows binary release doesn't work right at the moment unless you have CygWin installed. We're <a target="_top" href="http://sourceforge.net/tracker/index.php?func=detail&aid=727482&group_id=32439&atid=405158">working on it</a>.</p> |