# HG changeset patch # User prnienhuis # Date 1369166208 0 # Node ID fb2d66f48f863a421cdca976fdc39394d7350e2f # Parent 6ef2f5b6a9e513866ae6e5966f482a6a0442c959 Updated to v.1.2.2 diff -r 6ef2f5b6a9e5 -r fb2d66f48f86 main/io/DESCRIPTION --- a/main/io/DESCRIPTION Mon May 20 08:04:57 2013 +0000 +++ b/main/io/DESCRIPTION Tue May 21 19:56:48 2013 +0000 @@ -1,6 +1,6 @@ Name: io -Version: 1.2.2a -Date: 2013-TBA +Version: 1.2.2 +Date: 2013-05-21 Author: various authors Maintainer: Philip Nienhuis Title: Input/Output diff -r 6ef2f5b6a9e5 -r fb2d66f48f86 main/io/NEWS --- a/main/io/NEWS Mon May 20 08:04:57 2013 +0000 +++ b/main/io/NEWS Tue May 21 19:56:48 2013 +0000 @@ -1,18 +1,21 @@ Summary of important user-visible changes for releases of the io package =============================================================================== -io-1.2.2 Release Date: 2013-TBA Release Manager: Philip Nienhuis +io-1.2.2 Release Date: 2013-05-21 Release Manager: Philip Nienhuis =============================================================================== ** Bug fixes: + +--- xlsopen.m: avoid fallback to JXL for OOXML files in some cases + --- xlsopen.m, odsopen.m (actually silently fixed in 1.2.1): always re-read javaclasspath when a Java spreadsheet interface is requested explicitly (because between calls to xls-/odsopen new classes could be added to the javaclasspath, this wasn't picked up properly) ---- csv2cell(): Hanging when it encountered EOF w/o preceding EOL (#143 in - former OctDev bug tracker) - csv2cell(): Inconsistent behavior when first field on a line is a string - protected by "" (see +--- csv2cell(): Fix hanging when it encountered EOF w/o preceding EOL (#143 + in former OctDev bug tracker) + csv2cell(): Fix inconsistent behavior when first field on a line is a + string protected by "" (see http://octave.1599824.n4.nabble.com/csv2cell-inconsistent-tc4635817.html) --- __UNO_oct2spsh__.m: wrong assignment in code finding existing sheetnames