|
From: <bm...@us...> - 2008-01-14 21:30:36
|
Revision: 301
http://gnuplot-py.svn.sourceforge.net/gnuplot-py/?rev=301&view=rev
Author: bmcage
Date: 2008-01-14 13:30:39 -0800 (Mon, 14 Jan 2008)
Log Message:
-----------
prepare for 1.8 release
Modified Paths:
--------------
trunk/Gnuplot.html
trunk/README.txt
Modified: trunk/Gnuplot.html
===================================================================
--- trunk/Gnuplot.html 2008-01-14 21:21:24 UTC (rev 300)
+++ trunk/Gnuplot.html 2008-01-14 21:30:39 UTC (rev 301)
@@ -25,7 +25,7 @@
project page</a> on SourceForge.
<li> Download the <a
href="http://sourceforge.net/project/showfiles.php?group_id=17434">
- current version (version 1.7)</a> (includes documentation)
+ current version (version 1.8)</a> (includes documentation)
<li> The <a
href="http://gnuplot-py.sourceforge.net/doc">online
documentation</a>
@@ -68,6 +68,10 @@
<h2>News</h2>
+<p> (January 2008) Gnuplot.py version 1.8 is out. This version
+includes bugfixes and improvements that have piled up since 1.7.
+For more information, read the <tt>NEWS.txt</tt> file in the distribution. </p>
+
<p> (17 October 2003) Gnuplot.py version 1.7 is out. This version
includes a change of license from GPL to LGPL, support for sending
data to Gnuplot via FIFOs (named pipes) under unix, and preliminary
@@ -132,11 +136,11 @@
<ol>
<li> <a
href="http://sourceforge.net/project/showfiles.php?group_id=17434">Download</a>
- either <code>gnuplot-py-1.7.tar.gz</code> or <code>
- Gnuplot-1.7.zip</code>.
+ either <code>gnuplot-py-1.8.tar.gz</code> or <code>
+ Gnuplot-1.8.zip</code>.
<li> Gunzip and untar (or unzip) it, which will create a directory
- called <code>gnuplot-1.7</code>.
+ called <code>gnuplot-1.8</code>.
<li> Refer to <tt>README.txt</tt> in that directory for further
instructions. Usually it should be enough to type <code>python
Modified: trunk/README.txt
===================================================================
--- trunk/README.txt 2008-01-14 21:21:24 UTC (rev 300)
+++ trunk/README.txt 2008-01-14 21:30:39 UTC (rev 301)
@@ -54,7 +54,7 @@
Quick instructions:
-1. Download gnuplot-py-1.7.tar.gz or gnuplot-py-1.7.zip.
+1. Download gnuplot-py-1.8.tar.gz or gnuplot-py-1.8.zip.
2. Extract the archive to a temporary directory.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|