changeset 11501:8c0509ed4def octave-forge

Windows: add NEWS file
author carandraug
date Sat, 02 Mar 2013 14:13:47 +0000
parents 1673804f49a3
children a292b98ee09d
files extra/Windows/NEWS
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/extra/Windows/NEWS	Sat Mar 02 14:13:47 2013 +0000
@@ -0,0 +1,16 @@
+Summary of important user-visible changes for Windows 1.2.1:
+------------------------------------------------------------
+
+ ** Windows package 1.2.1 is a bug fixing release.
+
+ ** Fix infinite recursion in @octave_com_object/delete.m
+
+ ** Fix incorrect function signatures in @octave_com_object/delete.m
+    and @octave_com_object/release.m
+
+Summary of important user-visible changes for Windows 1.2.0:
+------------------------------------------------------------
+
+ ** Replace obsolete "dispatch" with regular octave class overload.
+
+ ** Avoid crash on exit when COM objects still exist.