diff --git a/INSTALL b/INSTALL index 43e045843..399fa9c15 100644 --- a/INSTALL +++ b/INSTALL @@ -37,7 +37,7 @@ list a few of the possible method here: To install on linux to the standard location on the hard disk -# cd veusz-1.25.1 +# cd veusz-1.26 # python setup.py build # su [enter root password] @@ -95,8 +95,8 @@ resources directory to point to the location of the example files. If you don't want to install veusz fully or are doing development, it can currently be run from its own directory. Do -# tar xzf veusz-1.25.1.tar.gz [change version here] -# cd veusz-1.25.1 +# tar xzf veusz-1.26.tar.gz [change version here] +# cd veusz-1.26 # ./run_veusz_inplace Certain features will be disabled if you do this. You will not be able @@ -118,8 +118,8 @@ work on all distributions due to glibc/library incompatibilities. Simply unpack the tar file and run the main executable: -# tar xzf veusz-linux-i386-1.25.1.tar.gz [change version here] -# cd veusz-linux-i386-1.25.1 +# tar xzf veusz-linux-i386-1.26.tar.gz [change version here] +# cd veusz-linux-i386-1.26 # ./veusz 2.2 Installing in Windows diff --git a/README b/README index dbbb653a6..1705db9cf 100644 --- a/README +++ b/README @@ -22,6 +22,8 @@ Changes in 1.26: * Fix for dataset plugins returning nD datasets * Add editable automatic axis range, including support for shrinking range (-X%), percentage ranges (X-Y%) and limits (Y%) + * Fix for key if invalid dataset + * For log scaling on image widget, show invalid values as being transparent Features of package: Plotting features: diff --git a/VERSION b/VERSION index 82d8d94be..24cffb85f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.25.99 +1.26