changeset 11320:00070948e2cb octave-forge

(none)
author prnienhuis
date Sun, 23 Dec 2012 12:48:41 +0000
parents 1f1a284a6eb9
children 11f71a43d311
files main/io/NEWS
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/NEWS	Sun Dec 23 12:46:44 2012 +0000
+++ b/main/io/NEWS	Sun Dec 23 12:48:41 2012 +0000
@@ -1,12 +1,16 @@
 Summary of important user-visible changes for releases of the io package
 
 ===============================================================================
-io-1.2.0   Release Date: 2012-10-??   Release Manager: Philip Nienhuis
+io-1.2.0   Release Date: 2012-12-??   Release Manager: Philip Nienhuis
 ===============================================================================
+This will be the last major version that is "depending" on the Java package for
+most of the spreadsheet I/O. In a next major version this will be based on
+Octave's built-in Java support.
 
 ** Bug fixes:
 --- xls2oct(POI)/__POI_spsh2oct__: now correctly evaluates formulas (as far as
     POI can handle cell formulas)
+--- Fixed sheet selection code for UNO and COM interfaces
 
 ** Moved all interface-specific subfunctions and code into ./private subdir.
    This allowed for elimination of a lot of duplicate code.
@@ -14,6 +18,8 @@
 ** Moved functions parse_sp_range.m, spsh_chkrange.m & spsh_prstype.m into
    ./private subdir
 
+** Support for POI 3.9 added
+
 ===============================================================================
 io-1.0.20   Release Date: 2012-09-07   Release Manager: Philip Nienhuis
 ===============================================================================