From 59871d08d042b9b24a3a55fe0b6ff7637aea8241 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Tue, 16 Oct 2012 15:59:30 +0100 Subject: Fix sections in the NEWS file --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6420a21..24949b3 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,13 @@ x.y.z ===== -* Make systemd respond to "READY" notifications from the NSC (GT-2212) * Adjust D-Bus interface definitions to match the Node State Manager. * Fix starting through systemd if the LUC cannot be read from disk. * Changed documentation license to CC-BY-SA 4.0 +1.0.1 +===== +* Make systemd respond to "READY" notifications from the NSC (GT-2212) + 1.0.0 ===== * Final release for GENIVI Excalibur -- cgit v1.2.1 From 27d3e35905ce21c7d5db968ae6cf6594ac39c8c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bot=C3=B6?= Date: Tue, 23 Jan 2018 06:30:47 +0100 Subject: Release 1.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated NEWS section and stepped up version. Signed-off-by: Erik Botö --- NEWS | 11 ++++++++++- configure.ac | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 24949b3..33f40a5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,13 @@ -x.y.z +1.0.3 +===== +* Add autogen script +* Fix bug in node_startup_controller_application_get_property() +* Improve documentation +* Fix error in systemd service +* License updates, and added SPDX license identifiers +* Added [Install] section to systemd service + +1.0.2 ===== * Adjust D-Bus interface definitions to match the Node State Manager. * Fix starting through systemd if the LUC cannot be read from disk. diff --git a/configure.ac b/configure.ac index 60e4bd8..551b950 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl *************************** m4_define([node_startup_controller_version_api_major], [1]) m4_define([node_startup_controller_version_major], [1]) m4_define([node_startup_controller_version_minor], [0]) -m4_define([node_startup_controller_version_micro], [1]) +m4_define([node_startup_controller_version_micro], [3]) m4_define([node_startup_controller_version], [node_startup_controller_version_major().node_startup_controller_version_minor().node_startup_controller_version_micro()]) dnl *************************** -- cgit v1.2.1