From: <prn...@us...> - 2012-09-03 19:52:18
|
Revision: 10956 http://octave.svn.sourceforge.net/octave/?rev=10956&view=rev Author: prnienhuis Date: 2012-09-03 19:52:12 +0000 (Mon, 03 Sep 2012) Log Message: ----------- Bug fix list updated Modified Paths: -------------- trunk/octave-forge/main/io/NEWS Modified: trunk/octave-forge/main/io/NEWS =================================================================== --- trunk/octave-forge/main/io/NEWS 2012-09-03 19:51:31 UTC (rev 10955) +++ trunk/octave-forge/main/io/NEWS 2012-09-03 19:52:12 UTC (rev 10956) @@ -1,6 +1,19 @@ Summary of important user-visible changes for releases of the io package =============================================================================== +io-1.0.20 Release Date: 2012-TBA Release Manager: Philip Nienhuis +=============================================================================== + +** Bug fixes: +--- xlsopen, xlsclose, odsopen, odsclose: replaced canonicalize_file_name call + with make_absolute_filename for non-windows systems (canonicalize_file_name + doesn't work with non-existent (new) files on *nix) (bug #36677); + Web addresses (URLs) only need two rather than three slashes; +--- xlsopen: matching .jar names to javaclasspath entries worked the wrong way + +** Extended file rename section in odsclose similar to that in xlsclose + +=============================================================================== io-1.0.19 Release Date: 2012-06-08 Release Manager: Philip Nienhuis =============================================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |