From cc964f95ea4211dd6e90f5e576166f254acd04d2 Mon Sep 17 00:00:00 2001 From: Henrique de Moraes Holschuh Date: Wed, 6 Nov 2019 12:46:05 -0300 Subject: [PATCH] simet-lmapd: version 0.13.3 Update CMakelists.txt, README.md, debian/changelog for 0.13.3 --- CMakeLists.txt | 2 +- README.md | 2 +- debian/changelog | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d9cd00..c436d6d 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.13.2 LANGUAGES C) +project(simet-lmapd VERSION 0.13.3 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 e13412b..9522c60 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.13.2 (simet-lmapd fork 0.13.2) +0.4.1+simet0.13.3 (simet-lmapd fork 0.13.3) ### Dependencies diff --git a/debian/changelog b/debian/changelog index 1f11a72..ed17b33 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +simet-lmapd (0.13.3) unstable; urgency=medium + + * simet-lmapd 0.13.3, based on lmapd 0.4.1 commit + 1bb86cefb71e2fe98780601623605375ded5b02e + * src/xml-io.c,json-io.c: report correct ma-report-result-event-time + (github issue #16) + + -- SIMET Wed, 06 Nov 2019 12:42:50 -0300 + simet-lmapd (0.13.2) unstable; urgency=medium * simet-lmapd 0.13.2, based on lmapd 0.4.1 commit