File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11Name: Windows
2- Version: 1.6.5
3- Date: 2025-02-01
2+ Version: 1.7.0
3+ Date: 2026-01-23
44Author: Andy Adler <alder@ncf.ca>, John Donoghue <john.donoghue@ieee.org>
55Maintainer: John Donoghue <john.donoghue@ieee.org>
66Title: Windows functions
Original file line number Diff line number Diff line change 1+ Summary of important user-visible changes for Windows 1.7.0
2+ ------------------------------------------------------------
3+
4+ * added new functions:
5+ - actxGetRunningServer
6+ - @octave_com_object/isprop
7+ - @octave_com_object/fieldnames
8+
9+ * Minor doc updates
10+
111Summary of important user-visible changes for Windows 1.6.5
212------------------------------------------------------------
313
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dnl and the various configure.add files in the source tree. Edit
33dnl configure.base and reprocess rather than modifying ./configure.
44
55# ## Copyright (C) 2015-2019 Olaf Till <i7tiol@t-online.de>
6- # ## Copyright (C) 2020-2025 John Donoghue <john.donoghue@ieee.org>
6+ # ## Copyright (C) 2020-2026 John Donoghue <john.donoghue@ieee.org>
77# ##
88# ## This program is free software; you can redistribute it and/or
99# ## modify it under the terms of the GNU General Public License as
@@ -22,7 +22,7 @@ dnl configure.base and reprocess rather than modifying ./configure.
2222dnl autoconf 2.13 certainly doesn't work! What is the minimum requirement?
2323AC_PREREQ ( 2.2 )
2424
25- AC_INIT ( [ windows] ,[ 1.6.5 ] )
25+ AC_INIT ( [ windows] ,[ 1.7.0 ] )
2626AC_CONFIG_HEADERS ( [ config.h] )
2727
2828# Avoid warnings for redefining AH-generated preprocessor symbols of
You can’t perform that action at this time.
0 commit comments