Skip to content

Commit

Permalink
simet-lmapd: version 0.15.4
Browse files Browse the repository at this point in the history
Update CMakelists.txt, README.md, debian/changelog for 0.15.4
  • Loading branch information
hmh committed Jul 9, 2024
1 parent 922b5da commit 7212ea4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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.3 LANGUAGES C)
project(simet-lmapd VERSION 0.15.4 LANGUAGES C)

option(BUILD_SHARED_LIBS "Build the shared library" OFF)
option(BUILD_TESTS "Build test programs (requires JSON and XML support)" ON)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3)
0.4.1+simet0.15.3 (simet-lmapd fork 0.15.4)

### Dependencies

Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
simet-lmapd (0.15.4) unstable; urgency=medium

* simet-lmapd 0.15.4, based on lmapd 0.4.1 commit
9c7a562464c29a4fa5d2c4c939c06e53f0cc97ee
* lmapd: fix move of action results to their destinations
for schedules of type "one-off", "immediate" and "startup"

-- NIC.br SIMET Team <medicoes@simet.nic.br> Tue, 09 Jul 2024 09:20:25 -0300

simet-lmapd (0.15.3) unstable; urgency=medium

* simet-lmapd 0.15.3, based on lmapd 0.4.1 commit
Expand Down

0 comments on commit 7212ea4

Please sign in to comment.