Author: apico
Date: 2011-08-26 16:23:24 -0700 (Fri, 26 Aug 2011)
New Revision: 26641
Added:
new_cytoscape_website/trunk/release_notes_2_8_2.html
Modified:
new_cytoscape_website/trunk/download_config.php
new_cytoscape_website/trunk/index.html
Log:
updates for 2.8.2 release
Modified: new_cytoscape_website/trunk/download_config.php
===================================================================
--- new_cytoscape_website/trunk/download_config.php 2011-08-26 22:16:57 UTC
(rev 26640)
+++ new_cytoscape_website/trunk/download_config.php 2011-08-26 23:23:24 UTC
(rev 26641)
@@ -8,8 +8,8 @@
$download_log = "/home/groups/c/cy/cytoscape/persistent/data/cyto_data.txt";
#
-$latest_version = "2.8.1";
-$latest_version_underscore = "2_8_1";
+$latest_version = "2.8.2";
+$latest_version_underscore = "2_8_2";
$latest_version_doc_prefix = "2_8";
# Beta and Development versions. Use empty string when beta is not available.
@@ -34,6 +34,7 @@
"2.6.3" => "http://chianti.ucsd.edu/Cyto-2_6_3/",
"2.7.0" => "http://chianti.ucsd.edu/Cyto-2_7_0/",
"2.8.0" => "http://chianti.ucsd.edu/Cyto-2_8_0/"
+ "2.8.1" => "http://chianti.ucsd.edu/Cyto-2_8_1/"
);
$latest_version_url = $chianti_base."Cyto-".$latest_version_underscore."/";
Modified: new_cytoscape_website/trunk/index.html
===================================================================
--- new_cytoscape_website/trunk/index.html 2011-08-26 22:16:57 UTC (rev
26640)
+++ new_cytoscape_website/trunk/index.html 2011-08-26 23:23:24 UTC (rev
26641)
@@ -69,10 +69,10 @@
<div id="slides" class="galleryview">
- <div class="panel"> <a name="desc-00" title="Cytoscape 2.8.1"
href="images/top_slides/cytoscapeDesktop1.png"> <img
src="images/top_slides/cytoscapeDesktop1_700px.png" /> </a>
+ <div class="panel"> <a name="desc-00" title="Cytoscape 2.8.2"
href="images/top_slides/cytoscapeDesktop1.png"> <img
src="images/top_slides/cytoscapeDesktop1_700px.png" /> </a>
<div class="panel-overlay">
- <h2>Cytoscape 2.8.1</h2>
- <div id="desc-00">Cytoscape 2.8.1 supports custom graphics,
functions, and commands.</div>
+ <h2>Cytoscape 2.8.2</h2>
+ <div id="desc-00">Cytoscape 2.8.2 supports custom graphics,
functions, and commands.</div>
</div>
</div>
Added: new_cytoscape_website/trunk/release_notes_2_8_2.html
===================================================================
--- new_cytoscape_website/trunk/release_notes_2_8_2.html
(rev 0)
+++ new_cytoscape_website/trunk/release_notes_2_8_2.html 2011-08-26
23:23:24 UTC (rev 26641)
@@ -0,0 +1,40 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<link href="css/main.css" type="text/css" rel="stylesheet"
+ media="screen">
+<title>Cytoscape Release Notes</title>
+<script type="text/javascript"
+
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
+<script type="text/javascript"
+
src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js"></script>
+
+<script type="text/javascript" src="js/global_variables.js"></script>
+<script type="text/javascript" src="js/menu_generator.js"></script>
+</head>
+
+<body>
+<div id="container"><script src="js/header.js"></script>
+<div id="documents">
+
+<p>
+<h1>Updates in Cytoscape 2.8.2</h1>
+</p>
+
+<h3>Bug Fixes</h3>
+<p>This is mainly a bug fix release. We hope the changes will make the
Cytoscape user experience more pleasant and consistent.
+<h3>Improved Memory Allocation</h3>
+<p>We have improved the memory detection and allocation process that occurs
when Cytoscape is first installed and launched. The process attempts to
optimize memory settings based on your hardware. The new process avoids system
crashes that were occurring with 2.8.1.
+<h3>New Gradient Editor</h3>
+<p>We've overhauled the user interfaces controlling the mapping of continuous
values to visual styles, like Node Size and Node Color, to provide more
intuitive and consistent controls.
+<h3>Well-Behaved CytoPanels</h3>
+<p>We revamped the behavior of CytoPanels so that each plugins preferred panel
size will be automatically fit when the user switches to them. A global minimum
size is set for all panels so that users can manually resize no matter which
panel they are viewing.
+<h3>Error Console Feature</h3>
+<p>If your Cytoscape session starts acting funny, go to Help > Error Console.
You can now Save the console output as a single html file and attach it to your
helpdesk and discussion list posts.
+
+
+</div>
+<script src="js/footer.js"></script></div>
+</body>
+</html>
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.