-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). | ||
|