Skip to content

Commit

Permalink
update to 0.6.3 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
waehlisch committed Dec 9, 2018
1 parent b0070e1 commit 9ff206a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Expand Up @@ -3,6 +3,9 @@ https://github.com/rtrlib/rtrlib/commits/master


Release History: Release History:


* Version 0.6.3
- Fix IPv4 string conversion to support big endian systems

* Version 0.6.2 * Version 0.6.2
- Add C++ support by disabling name mangling for RTRlib symbols - Add C++ support by disabling name mangling for RTRlib symbols
- Make pfx_table, pfx_table_init(), pfx_table_add(), - Make pfx_table, pfx_table_init(), pfx_table_add(),
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -93,7 +93,7 @@ ADD_TEST(test_dynamic_groups tests/test_dynamic_groups)
#install lib #install lib
set (RTRLIB_VERSION_MAJOR 0) set (RTRLIB_VERSION_MAJOR 0)
set (RTRLIB_VERSION_MINOR 6) set (RTRLIB_VERSION_MINOR 6)
set (RTRLIB_VERSION_PATCH 2) set (RTRLIB_VERSION_PATCH 3)
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/rtrlib/rtrlib.h.cmake ${CMAKE_SOURCE_DIR}/rtrlib/rtrlib.h) 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_VERSION ${RTRLIB_VERSION_MAJOR}.${RTRLIB_VERSION_MINOR}.${RTRLIB_VERSION_PATCH})
set(LIBRARY_SOVERSION ${RTRLIB_VERSION_MAJOR}) set(LIBRARY_SOVERSION ${RTRLIB_VERSION_MAJOR})
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
@@ -1,3 +1,8 @@
librtr0 (0.6.3.0) stable; urgency=high
* Fix IPv4 string conversion to support big endian systems

-- Matthias Waehlisch <m.waehlisch@fu-berlin.de> Sun, 9 Dec 2018 12:45:00 +0100

librtr0 (0.6.2.0) stable; urgency=high librtr0 (0.6.2.0) stable; urgency=high
* Add C++ support by disabling name mangling for RTRlib symbols * Add C++ support by disabling name mangling for RTRlib symbols
* Make pfx_table, pfx_table_init(), pfx_table_add(), * Make pfx_table, pfx_table_init(), pfx_table_add(),
Expand Down
2 changes: 1 addition & 1 deletion redhat/SPECS/librtr.spec
@@ -1,5 +1,5 @@
Name: librtr Name: librtr
Version: 0.6.2 Version: 0.6.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Small extensible RPKI-RTR-Client C library Summary: Small extensible RPKI-RTR-Client C library
Group: Development/Libraries Group: Development/Libraries
Expand Down

0 comments on commit 9ff206a

Please sign in to comment.