changeset 12481:8dce803a631a octave-forge

Update to v. 2.2.2
author prnienhuis
date Sun, 11 May 2014 18:47:04 +0000
parents 2016e77d83ca
children 2ead6ba3c3eb
files main/io/DESCRIPTION main/io/NEWS
diffstat 2 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/DESCRIPTION	Sun May 11 18:44:01 2014 +0000
+++ b/main/io/DESCRIPTION	Sun May 11 18:47:04 2014 +0000
@@ -1,6 +1,6 @@
 Name: io
 Version: 2.2.2
-Date: 2014-TBA
+Date: 2014-05-12
 Author: various authors
 Maintainer: Philip Nienhuis <prnienhuis@users.sf.net>
 Title: Input/Output
--- a/main/io/NEWS	Sun May 11 18:44:01 2014 +0000
+++ b/main/io/NEWS	Sun May 11 18:47:04 2014 +0000
@@ -1,7 +1,7 @@
 Summary of important user-visible changes for releases of the io package
 
 ===============================================================================
-io-2.2.2   Release Date: 2014-TBA Release Manager: Philip Nienhuis
+io-2.2.2   Release Date: 2014-05-12 Release Manager: Philip Nienhuis
 ===============================================================================
 
 *** New features:
@@ -15,8 +15,8 @@
 --------------------------------------------------------------
 .xls (Excel95)        R                 R       R 
 .xls (Excel97-2003)   +   +      +      +   +   +
-.xlsx                 ~          +         (+)  R           +
-.xlsb, .xlsm          ~                     ?   R
+.xlsx (Excel2007+)    ~          +         (+)  R           +
+.xlsb, .xlsm          ~                     ?   R           R?
 .wk1                  +                         R
 .wks                  +                         R
 .dbf                  +                         +
@@ -29,6 +29,8 @@
 .gnumeric                                                   +
 --------------------------------------------------------------
 (~ = dependent on Excel/LO/OOo version);  + = read/write;  R = only reading )
+(+) unfortunately OOXML support in the OpenXLS Java library itself is too
+    buggy, so OOXML support for OXS has been disabled (but it is implemented)
 
 *** Docs (html) & texinfo help texts updated
 
@@ -37,6 +39,7 @@
       Octave-3.9.0+
     - odsfinfo.m, xlsfinfo.m: also check for leading period in file extension
       switch statement
+    - Replace java_get (deprecated in Octave > 4.1.0) by __java_get__
 
 ===============================================================================
 io-2.2.1   Release Date: 2014-04-26 Release Manager: Philip Nienhuis