Skip to content

Commit

Permalink
version: bump - 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3Hren committed Sep 14, 2017
1 parent 2c974e0 commit e8c8c14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ target_link_libraries(${LIBRARY_NAME}
# So, adding e.g. functions is no problem, modifying argument lists or removing functions would
# required the SOVERSION to be incremented. Similar rules hold of course for non-opaque
# data-structures.
set_target_properties(${LIBRARY_NAME} PROPERTIES VERSION 1.8.0)
set_target_properties(${LIBRARY_NAME} PROPERTIES VERSION 1.9.0)
set_target_properties(${LIBRARY_NAME} PROPERTIES SOVERSION 1)

if (ENABLE_TESTING_THREADSAFETY)
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
blackhole (1.9.0-1) unstable; urgency=low

* Added: rotate section for file sink, which describes how (and if) files
should be rotated.

-- Evgeny Safronov <[email protected]> Mon, 11 Sep 2017 17:43:52 +0300

blackhole (1.8.0-1) unstable; urgency=low

* Fixed: add missing overflow policies.
Expand Down

0 comments on commit e8c8c14

Please sign in to comment.