From 67d8be12f4ea5bf2fff88aa050337d051307f576 Mon Sep 17 00:00:00 2001 From: Matthias Waehlisch Date: Fri, 30 Nov 2018 17:32:59 +0100 Subject: [PATCH] update to 0.6.2 --- CHANGELOG | 12 +++++++++++- CMakeLists.txt | 2 +- debian/changelog | 12 ++++++++++++ redhat/SPECS/librtr.spec | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 379807fd..9067b9df 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,7 +3,17 @@ https://github.com/rtrlib/rtrlib/commits/master Release History: -* Version 0.6.0 +* Version 0.6.2 + - Add C++ support by disabling name mangling for RTRlib symbols + - Make pfx_table, pfx_table_init(), pfx_table_add(), + pfx_table_free(), pfx_table_src_remove() public; to use RTRlib + without online connection to an RPKI cache server + - Hide symbols of Tommy hash table without using forward declaration, + to resolve dependency on C11 + - Fix cmake build errors in Debian and OpenBSD + - Add connection timeout in tests/test_dynamic_groups + +* Version 0.6.1 - Fix for cmake versions >= 2.8 - Fix rpm build - Fix Ubuntu 12.04 build diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fba8d7e..515bd4a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,7 +93,7 @@ ADD_TEST(test_dynamic_groups tests/test_dynamic_groups) #install lib set (RTRLIB_VERSION_MAJOR 0) set (RTRLIB_VERSION_MINOR 6) -set (RTRLIB_VERSION_PATCH 1) +set (RTRLIB_VERSION_PATCH 2) CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/rtrlib/rtrlib.h.cmake ${CMAKE_SOURCE_DIR}/rtrlib/rtrlib.h) set(LIBRARY_VERSION ${RTRLIB_VERSION_MAJOR}.${RTRLIB_VERSION_MINOR}.${RTRLIB_VERSION_PATCH}) set(LIBRARY_SOVERSION ${RTRLIB_VERSION_MAJOR}) diff --git a/debian/changelog b/debian/changelog index 30bfb6f8..63fe8471 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +librtr0 (0.6.2.0) stable; urgency=high + * Add C++ support by disabling name mangling for RTRlib symbols + * Make pfx_table, pfx_table_init(), pfx_table_add(), + pfx_table_free(), pfx_table_src_remove() public; to use RTRlib + without online connection to an RPKI cache server + * Hide symbols of Tommy hash table without using forward declaration, + to resolve dependency on C11 + * Fix cmake build errors in Debian and OpenBSD + * Add connection timeout in tests/test_dynamic_groups + + -- Matthias Waehlisch Fri, 30 Nov 2018 17:31:00 +0100 + librtr0 (0.6.1.0) stable; urgency=high * Fix for cmake versions >= 2.8 * Fix rpm build diff --git a/redhat/SPECS/librtr.spec b/redhat/SPECS/librtr.spec index ca55e0fa..9b84fc53 100644 --- a/redhat/SPECS/librtr.spec +++ b/redhat/SPECS/librtr.spec @@ -1,5 +1,5 @@ Name: librtr -Version: 0.6.1 +Version: 0.6.2 Release: 1%{?dist} Summary: Small extensible RPKI-RTR-Client C library Group: Development/Libraries