-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
fa20902
commit bc40c43
Showing
4 changed files
with
31 additions
and
9 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Version 1.0.5.1: | ||
- Release date: | ||
- Release date: 15 Dec 2017 | ||
- New features: | ||
- added Any | ||
- added future errc | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
|
||
# suse_version, sle_version, is_opensuse, leap_version (deprecated): | ||
# https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto#Detect_a_distribution_flavor_for_special_code | ||
# - Tumbleweed: suse_version 1330 | ||
# - Tumbleweed: suse_version 1550 | ||
# - Leap 42.3: suse_version 1315, sle_version 120300, leap_version 420300 | ||
# - Leap 42.2: suse_version 1315, sle_version 120200 | ||
# - SLE12 SP3: sle_version 120300 | ||
|
@@ -591,8 +591,16 @@ exit 0 | |
|
||
|
||
%changelog | ||
* Tue Nov 28 2017 Cristian ANITA <[email protected]>, <[email protected]> | ||
* Fri Dec 15 2017 Cristian ANITA <[email protected]>, <[email protected]> | ||
- v1.0.5.1 | ||
- added Any | ||
- added future errc | ||
- added Optional | ||
- this_thread Yield(), SleepFor() and SleepUntil() available even if !CPPDEVTK_HAVE_THREAD_STORAGE | ||
- removed unnecessary exceptions | ||
- exception classes in separate files | ||
- exception propagation: added parameter to terminate or return null on failure | ||
- improved TypeInfo | ||
* Mon Nov 27 2017 Cristian ANITA <[email protected]>, <[email protected]> | ||
- v1.0.4.1 | ||
- added CPPDEVTK_NOEXCEPT | ||
|
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,8 +1,15 @@ | ||
cppdevtk (1.0.5-0ubuntu1) xenial; urgency=medium | ||
|
||
* to fill | ||
|
||
-- Cristian ANITA <[email protected]>, <[email protected]> Tue, 28 Nov 2017 14:19:46 +0300 | ||
* added Any | ||
* added future errc | ||
* added Optional | ||
* this_thread Yield(), SleepFor() and SleepUntil() available even if !CPPDEVTK_HAVE_THREAD_STORAGE | ||
* removed unnecessary exceptions | ||
* exception classes in separate files | ||
* exception propagation: added parameter to terminate or return null on failure | ||
* improved TypeInfo | ||
|
||
-- Cristian ANITA <[email protected]>, <[email protected]> Fri, 15 Dec 2017 14:19:46 +0300 | ||
|
||
|
||
cppdevtk (1.0.4-0ubuntu1) xenial; urgency=medium | ||
|
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,8 +1,15 @@ | ||
cppdevtk (1.0.5-0ubuntu1) trusty; urgency=medium | ||
|
||
* to fill | ||
|
||
-- Cristian ANITA <[email protected]>, <[email protected]> Tue, 28 Nov 2017 14:19:46 +0300 | ||
* added Any | ||
* added future errc | ||
* added Optional | ||
* this_thread Yield(), SleepFor() and SleepUntil() available even if !CPPDEVTK_HAVE_THREAD_STORAGE | ||
* removed unnecessary exceptions | ||
* exception classes in separate files | ||
* exception propagation: added parameter to terminate or return null on failure | ||
* improved TypeInfo | ||
|
||
-- Cristian ANITA <[email protected]>, <[email protected]> Fri, 15 Dec 2017 14:19:46 +0300 | ||
|
||
|
||
cppdevtk (1.0.4-0ubuntu1) trusty; urgency=medium | ||
|