changeset 12471:e028b3cdf4cb octave-forge

Update to gnumeric write support
author prnienhuis
date Thu, 01 May 2014 21:14:57 +0000
parents 36a9006609c3
children e9286e7b70e4
files main/io/DESCRIPTION main/io/NEWS
diffstat 2 files changed, 40 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/DESCRIPTION	Thu May 01 21:14:09 2014 +0000
+++ b/main/io/DESCRIPTION	Thu May 01 21:14:57 2014 +0000
@@ -1,6 +1,6 @@
 Name: io
-Version: 2.2.1
-Date: 2014-04-26
+Version: 2.2.2
+Date: 2014-TBA
 Author: various authors
 Maintainer: Philip Nienhuis <prnienhuis@users.sf.net>
 Title: Input/Output
--- a/main/io/NEWS	Thu May 01 21:14:09 2014 +0000
+++ b/main/io/NEWS	Thu May 01 21:14:57 2014 +0000
@@ -1,6 +1,44 @@
 Summary of important user-visible changes for releases of the io package
 
 ===============================================================================
+io-2.2.2   Release Date: 2014-TBA Release Manager: Philip Nienhuis
+===============================================================================
+
+*** New features:
+    - Write support for gnumeric
+
+An updated overview of which interface can be used for what types of files
+(extensions):
+
+                                 Interface
+File extension       COM POI POI/OOXML JXL OXS UNO OTK JOD OCT
+--------------------------------------------------------------
+.xls (Excel95)        R                 R       R 
+.xls (Excel97-2003)   +   +      +      +   +   +
+.xlsx                 ~          +         (+)  R           +
+.xlsb, .xlsm          ~                     ?   R
+.wk1                  +                         R
+.wks                  +                         R
+.dbf                  +                         +
+.ods                  ~                         +   +   +   +
+.sxc                                            +       +
+.fods                                           +
+.uos                                            +
+.dif                                            +
+.csv                  +                         R
+.gnumeric                                                   +
+--------------------------------------------------------------
+(~ = dependent on Excel/LO/OOo version);  + = read/write;  R = only reading )
+
+*** Docs (html) & texinfo help texts updated
+
+*** Bug fixes:
+    - UNO open/close: catch changed behavior of canonicalize_file_name in
+      Octave-3.9.0+
+    - odsfinfo.m, xlsfinfo.m: also check for leading period in file extension
+      switch statement
+
+===============================================================================
 io-2.2.1   Release Date: 2014-04-26 Release Manager: Philip Nienhuis
 ===============================================================================