Skip to content

Commit

Permalink
version: bump - 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3Hren committed Aug 3, 2016
1 parent ac8b4bc commit 794a17c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.0] - Bleeding Hollow - 2016-08-03
### Added
- Introduce new development handler with eye-candy colored output.

### Changed
- Note, that there are some symbols, that are wrapped into `experimental` namespace. These symbols don't adhere semantic versioning and, well... experimental. Use them with caution and only, where you want to try super-unstable features, which can be changed or even dropped.
- Hide `boost::asio::detail` namespace, which are supposed to be hidden by default, but the ancient GNU linker exports them anyway.

## [1.0.2] - Grove Warden - 2016-07-29
### Fixed
- Bug fix: the library should properly build on GCC 5 (#143).
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,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.0.2)
set_target_properties(${LIBRARY_NAME} PROPERTIES VERSION 1.1.0)
set_target_properties(${LIBRARY_NAME} PROPERTIES SOVERSION 1)

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

* Added: introducing a new development handler with eye-candy colored
output.
* Changed: changed meaning of experimental symbols. Those symbols that are
wrapped into `experimental` namespace don't adhere semantic versioning and,
well... experimental.
Use them with caution and only, where you want to try super-unstable
features, which can be changed or even dropped.
* Changed: explicitly hide all symbols from `boost::asio::detail` namespace,
which are supposed to be hidden by default, but the ancient GNU linker
exports them anyway.

-- Evgeny Safronov <[email protected]> Wed, 03 Aug 2016 17:00:22 +0300

blackhole (1.0.2-1) unstable; urgency=low

* Bug fix: the library should properly build on GCC 5 (#143).
Expand Down

0 comments on commit 794a17c

Please sign in to comment.