From: <prn...@us...> - 2012-03-18 14:22:35
|
Revision: 9945 http://octave.svn.sourceforge.net/octave/?rev=9945&view=rev Author: prnienhuis Date: 2012-03-18 14:22:27 +0000 (Sun, 18 Mar 2012) Log Message: ----------- Update to v. 1.0.18 Modified Paths: -------------- trunk/octave-forge/main/io/DESCRIPTION trunk/octave-forge/main/io/INDEX trunk/octave-forge/main/io/NEWS Modified: trunk/octave-forge/main/io/DESCRIPTION =================================================================== --- trunk/octave-forge/main/io/DESCRIPTION 2012-03-18 13:31:18 UTC (rev 9944) +++ trunk/octave-forge/main/io/DESCRIPTION 2012-03-18 14:22:27 UTC (rev 9945) @@ -1,6 +1,6 @@ Name: io -Version: 1.0.17 -Date: 2012-02-27 +Version: 1.0.18 +Date: 2012-03-18 Author: Various Authors Maintainer: Philip Nienhuis <prn...@us...> Title: Input/Output Modified: trunk/octave-forge/main/io/INDEX =================================================================== --- trunk/octave-forge/main/io/INDEX 2012-03-18 13:31:18 UTC (rev 9944) +++ trunk/octave-forge/main/io/INDEX 2012-03-18 14:22:27 UTC (rev 9945) @@ -5,6 +5,13 @@ Miscellaneous conversion functions object2json pch2mat +CSV file functions + csv2cell + csvconcat + csvexplode +XML I/O + xmlread + xmlwrite Spreadsheet I/O user functions for MS-Excel oct2xls xls2oct Modified: trunk/octave-forge/main/io/NEWS =================================================================== --- trunk/octave-forge/main/io/NEWS 2012-03-18 13:31:18 UTC (rev 9944) +++ trunk/octave-forge/main/io/NEWS 2012-03-18 14:22:27 UTC (rev 9945) @@ -1,22 +1,25 @@ Summary of important user-visible changes for releases of the io package =============================================================================== -io-1.0.18 Release Date: TBA Release Manager: Philip Nienhuis +io-1.0.18 Release Date: 2012-03-18 Release Manager: Philip Nienhuis =============================================================================== +** The following functions have been imported from the miscellaneous package: + cell2csv csvconcat xmlread + csv2cell csvexplode xmlwrite + Their error messages and help messages have been cleaned up a bit. + ** Bug fixes: --- odsfinfo: fixed "wrong type argument `cell'" bug when run interactively. --- xlsopen, odsopen: fixed messed up screen output due to UNO usage warning. ---- csv2cell: checks if file is empty annd return an empty cell if so. +--- csv2cell: checks if file is empty and if so, return an empty cell. -** Adapted to internal LibreOffice-3.5-final changes. +** Adapted to internal LibreOffice-3.5-final changes. + Some bugs (flashing LO screens) still have to be fixed upstream - see here: + https://bugs.freedesktop.org/show_bug.cgi?id=42470 ** Tried OpenXLS-6.0.7.jar. Reads OK, still unusable for writing .xls files. -** The following functions have been imported from the miscellaneous package: - cell2csv csvconcat xmlread - csv2cell csvexplode xmlwrite - =============================================================================== io-1.0.17 Release Date: 2012-02-27 Release Manager: Philip Nienhuis =============================================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |