Skip to content

Commit 8a024f1

Browse files
committed
maint: Merge release updates
2 parents f92268a + 526c02a commit 8a024f1

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: Windows
2-
Version: 1.6.5
3-
Date: 2025-02-01
2+
Version: 1.7.0
3+
Date: 2026-01-23
44
Author: Andy Adler <alder@ncf.ca>, John Donoghue <john.donoghue@ieee.org>
55
Maintainer: John Donoghue <john.donoghue@ieee.org>
66
Title: Windows functions

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
Summary of important user-visible changes for Windows 1.6.5
212
------------------------------------------------------------
313

src/configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl and the various configure.add files in the source tree. Edit
33
dnl 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.
2222
dnl autoconf 2.13 certainly doesn't work! What is the minimum requirement?
2323
AC_PREREQ(2.2)
2424

25-
AC_INIT([windows],[1.6.5])
25+
AC_INIT([windows],[1.7.0])
2626
AC_CONFIG_HEADERS([config.h])
2727

2828
# Avoid warnings for redefining AH-generated preprocessor symbols of

0 commit comments

Comments
 (0)