changeset 11717:fb2d66f48f86 octave-forge

Updated to v.1.2.2
author prnienhuis
date Tue, 21 May 2013 19:56:48 +0000
parents 6ef2f5b6a9e5
children 6a31234d5be7
files main/io/DESCRIPTION main/io/NEWS
diffstat 2 files changed, 10 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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 <prnienhuis@users.sf.net>
 Title: Input/Output
--- 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