From a3c701e8ad4f9c18c89f781e55376b6c4dfff9cb Mon Sep 17 00:00:00 2001 From: Henrique de Moraes Holschuh Date: Thu, 25 Jul 2024 13:30:12 -0300 Subject: [PATCH] simet-lmapd: version 0.15.5 Update CMakelists.txt, README.md, README.simet-lmap.md, debian/changelog for 0.15.5 --- CMakeLists.txt | 2 +- README.md | 2 +- README.simet-lmap.md | 8 ++++++++ debian/changelog | 9 +++++++++ 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9dddcc9..983c448 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # So cmake can tell whether or not it can process this file cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) -project(simet-lmapd VERSION 0.15.4 LANGUAGES C) +project(simet-lmapd VERSION 0.15.5 LANGUAGES C) option(BUILD_SHARED_LIBS "Build the shared library" OFF) option(BUILD_TESTS "Build test programs (requires JSON and XML support)" ON) diff --git a/README.md b/README.md index 7b1fa45..f187e81 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The "merge back" contribution branches are those in the "for-upstream/" branch n The license of any changes and contributed code by NIC.br is the same as the upstream code. ### Version -0.4.1+simet0.15.3 (simet-lmapd fork 0.15.4) +0.4.1+simet0.15.3 (simet-lmapd fork 0.15.5) ### Dependencies diff --git a/README.simet-lmap.md b/README.simet-lmap.md index 19702c3..2a98543 100644 --- a/README.simet-lmap.md +++ b/README.simet-lmap.md @@ -3,6 +3,14 @@ This file describes behavior that is implemented in the simet fork of lmapd, which has not been merged in upstream lmapd yet. +## event triggers of type 'startup' + +In IETF LMAP, the 'immediate' and 'startup' event trigger types are the +same, and trigger on LMAPD start and SIGHUP/reload. SIMET-LMAPD changes +this so that only the 'immediate' event type triggers at LMAPD start and +also on SIGHUP/reload. Event triggers of type 'startup' trigger just once +(when LMAPD starts). + ## JSON support Simet-lmapd has JSON as its primary serialization format for structured diff --git a/debian/changelog b/debian/changelog index f709dbd..dc07526 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +simet-lmapd (0.15.5) unstable; urgency=medium + + * simet-lmapd 0.15.5, based on lmapd 0.4.1 commit + 9c7a562464c29a4fa5d2c4c939c06e53f0cc97ee + * lmapd: process events with 'startup' triggers only once per session, + and not at every configuration reload/SIGHUP. + + -- NIC.br SIMET Team Thu, 25 Jul 2024 13:28:40 -0300 + simet-lmapd (0.15.4) unstable; urgency=medium * simet-lmapd 0.15.4, based on lmapd 0.4.1 commit