changeset 11514:af2ebb42da8b octave-forge

Update newly fixed bugs
author prnienhuis
date Tue, 05 Mar 2013 21:22:56 +0000
parents b065959dcecb
children abfbfa8d7786
files main/io/NEWS
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/NEWS	Tue Mar 05 21:19:18 2013 +0000
+++ b/main/io/NEWS	Tue Mar 05 21:22:56 2013 +0000
@@ -1,6 +1,18 @@
 Summary of important user-visible changes for releases of the io package
 
 ===============================================================================
+io-1.2.2   Release Date: 2013-TBA   Release Manager: Philip Nienhuis
+===============================================================================
+** Bug fixes:
+--- 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)
+
+===============================================================================
 io-1.2.1   Release Date: 2013-03-01   Release Manager: Philip Nienhuis
 ===============================================================================
 ** Bug fixes: