File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ https://github.com/rtrlib/rtrlib/commits/master
33
44Release History:
55
6+ * Version 0.6.0
7+ - Fix for cmake versions >= 2.8
8+ - Fix rpm build
9+ - Fix Ubuntu 12.04 build
10+
611* Version 0.6.0
712 - Change default symbol visibility: Hide all symbols per default,
813 export public symbols explicitly
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ ADD_TEST(test_dynamic_groups tests/test_dynamic_groups)
9494#install lib
9595set (RTRLIB_VERSION_MAJOR 0)
9696set (RTRLIB_VERSION_MINOR 6)
97- set (RTRLIB_VERSION_PATCH 0 )
97+ set (RTRLIB_VERSION_PATCH 1 )
9898CONFIGURE_FILE (${CMAKE_SOURCE_DIR} /rtrlib/rtrlib.h.cmake ${CMAKE_SOURCE_DIR} /rtrlib/rtrlib.h)
9999set (LIBRARY_VERSION ${RTRLIB_VERSION_MAJOR} .${RTRLIB_VERSION_MINOR} .${RTRLIB_VERSION_PATCH} )
100100set (LIBRARY_SOVERSION ${RTRLIB_VERSION_MAJOR} )
Original file line number Diff line number Diff line change 1+ librtr0 (0.6.1.0) stable; urgency=high
2+ * Fix for cmake versions >= 2.8
3+ * Fix rpm build
4+ * Fix Ubuntu 12.04 build
5+
6+ -- Marcel Röthke <
[email protected] > Fri, 12 Oct 2018 19:10:00 +0200
7+
18librtr0 (0.6.0.0) stable; urgency=high
29 * Change default symbol visibility: Hide all symbols per default,
310 export public symbols explicitly
Original file line number Diff line number Diff line change 11Name: librtr
2- Version: 0.6.0
2+ Version: 0.6.1
33Release: 1%{?dist }
44Summary: Small extensible RPKI-RTR-Client C library
55Group: Development/Libraries
You can’t perform that action at this time.
0 commit comments