Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 662155b

Browse files
mroethkewaehlisch
authored andcommitted
update to 0.6.1 (#186)
1 parent 35a8c36 commit 662155b

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ https://github.com/rtrlib/rtrlib/commits/master
33

44
Release 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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ADD_TEST(test_dynamic_groups tests/test_dynamic_groups)
9494
#install lib
9595
set (RTRLIB_VERSION_MAJOR 0)
9696
set (RTRLIB_VERSION_MINOR 6)
97-
set (RTRLIB_VERSION_PATCH 0)
97+
set (RTRLIB_VERSION_PATCH 1)
9898
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/rtrlib/rtrlib.h.cmake ${CMAKE_SOURCE_DIR}/rtrlib/rtrlib.h)
9999
set(LIBRARY_VERSION ${RTRLIB_VERSION_MAJOR}.${RTRLIB_VERSION_MINOR}.${RTRLIB_VERSION_PATCH})
100100
set(LIBRARY_SOVERSION ${RTRLIB_VERSION_MAJOR})

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
librtr0 (0.6.0.0) stable; urgency=high
29
* Change default symbol visibility: Hide all symbols per default,
310
export public symbols explicitly

redhat/SPECS/librtr.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: librtr
2-
Version: 0.6.0
2+
Version: 0.6.1
33
Release: 1%{?dist}
44
Summary: Small extensible RPKI-RTR-Client C library
55
Group: Development/Libraries

0 commit comments

Comments
 (0)