This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
commit 388d648e5794d9520f9c8b0d547d0743ebdeee44 Author: Mark Thomas <[email protected]> AuthorDate: Wed Nov 19 14:50:44 2025 +0000 Remaining version updates for 1.5.0 --- RELEASE-NOTES.txt | 11 ++++------- src/native/unix/man/jsvc.1.xml | 2 +- src/native/unix/native/version.h | 4 ++-- src/native/windows/apps/prunmgr/prunmgr.rc | 4 ++-- src/native/windows/apps/prunsrv/prunsrv.rc | 4 ++-- 5 files changed, 11 insertions(+), 14 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 5796e9a..779cd29 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -15,21 +15,18 @@ limitations under the License. ================================================================================ - Apache Commons Daemon 1.4.1 + Apache Commons Daemon 1.5.0 Release Notes This document contains the release notes for this version of the -Apache Commons Daemon package, and highlights new features in the 1.4 -releases compared to the 1.3 releases. +Apache Commons Daemon package, and highlights new features in the 1.5 +releases compared to the 1.4 releases. New Features ------------ - - The minimum Java version has been increased to Java 8 - - - The minimum supported Windows versions have been increased to Windows 10 and - Windows Server 2016. + - Added support for --enable-native-access Java startup option in jsvc Bug Fixes diff --git a/src/native/unix/man/jsvc.1.xml b/src/native/unix/man/jsvc.1.xml index ca6d3ef..4536187 100644 --- a/src/native/unix/man/jsvc.1.xml +++ b/src/native/unix/man/jsvc.1.xml @@ -21,7 +21,7 @@ <refmeta> <refentrytitle>JSVC</refentrytitle> <manvolnum>1</manvolnum> - <refmiscinfo class='date'>2025-01-13</refmiscinfo> + <refmiscinfo class='date'>2025-11-26</refmiscinfo> <refmiscinfo class='source'>Jsvc version 1.5.0</refmiscinfo> <refmiscinfo class='manual'>Apache Commons Daemon project</refmiscinfo> </refmeta> diff --git a/src/native/unix/native/version.h b/src/native/unix/native/version.h index 1f06b6e..35f78a3 100644 --- a/src/native/unix/native/version.h +++ b/src/native/unix/native/version.h @@ -28,10 +28,10 @@ * Minor API changes that do not cause binary compatibility problems. * Should be reset to 0 when upgrading JSVC_MAJOR_VERSION */ -#define JSVC_MINOR_VERSION 4 +#define JSVC_MINOR_VERSION 5 /** patch level */ -#define JSVC_PATCH_VERSION 1 +#define JSVC_PATCH_VERSION 0 /** * This symbol is defined for internal, "development" copies of JSVC. diff --git a/src/native/windows/apps/prunmgr/prunmgr.rc b/src/native/windows/apps/prunmgr/prunmgr.rc index d41a5a3..39caab4 100644 --- a/src/native/windows/apps/prunmgr/prunmgr.rc +++ b/src/native/windows/apps/prunmgr/prunmgr.rc @@ -259,8 +259,8 @@ BEGIN END 1 VERSIONINFO - FILEVERSION 1,4,1,0 - PRODUCTVERSION 1,4,1,0 + FILEVERSION 1,5,0,0 + PRODUCTVERSION 1,5,0,0 FILEFLAGSMASK 0x3fL #if defined(_DEBUG) FILEFLAGS 0x03L diff --git a/src/native/windows/apps/prunsrv/prunsrv.rc b/src/native/windows/apps/prunsrv/prunsrv.rc index ef1f0fe..4d5eb6e 100644 --- a/src/native/windows/apps/prunsrv/prunsrv.rc +++ b/src/native/windows/apps/prunsrv/prunsrv.rc @@ -23,8 +23,8 @@ IDI_MAINICON ICON "../../resources/procrunw.ico" CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "prunsrv.manifest" 1 VERSIONINFO - FILEVERSION 1,4,1,0 - PRODUCTVERSION 1,4,1,0 + FILEVERSION 1,5,0,0 + PRODUCTVERSION 1,5,0,0 FILEFLAGSMASK 0x3fL #if defined(_DEBUG) FILEFLAGS 0x03L
