Skip to content

Commit bc40c43

Browse files
updated
1 parent fa20902 commit bc40c43

File tree

4 files changed

+31
-9
lines changed

4 files changed

+31
-9
lines changed

ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Version 1.0.5.1:
2-
- Release date:
2+
- Release date: 15 Dec 2017
33
- New features:
44
- added Any
55
- added future errc

cppdevtk.spec

+10-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# suse_version, sle_version, is_opensuse, leap_version (deprecated):
1414
# https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto#Detect_a_distribution_flavor_for_special_code
15-
# - Tumbleweed: suse_version 1330
15+
# - Tumbleweed: suse_version 1550
1616
# - Leap 42.3: suse_version 1315, sle_version 120300, leap_version 420300
1717
# - Leap 42.2: suse_version 1315, sle_version 120200
1818
# - SLE12 SP3: sle_version 120300
@@ -591,8 +591,16 @@ exit 0
591591

592592

593593
%changelog
594-
* Tue Nov 28 2017 Cristian ANITA <[email protected]>, <[email protected]>
594+
* Fri Dec 15 2017 Cristian ANITA <[email protected]>, <[email protected]>
595595
- v1.0.5.1
596+
- added Any
597+
- added future errc
598+
- added Optional
599+
- this_thread Yield(), SleepFor() and SleepUntil() available even if !CPPDEVTK_HAVE_THREAD_STORAGE
600+
- removed unnecessary exceptions
601+
- exception classes in separate files
602+
- exception propagation: added parameter to terminate or return null on failure
603+
- improved TypeInfo
596604
* Mon Nov 27 2017 Cristian ANITA <[email protected]>, <[email protected]>
597605
- v1.0.4.1
598606
- added CPPDEVTK_NOEXCEPT

debian/changelog

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
cppdevtk (1.0.5-0ubuntu1) xenial; urgency=medium
22

3-
* to fill
4-
5-
-- Cristian ANITA <[email protected]>, <[email protected]> Tue, 28 Nov 2017 14:19:46 +0300
3+
* added Any
4+
* added future errc
5+
* added Optional
6+
* this_thread Yield(), SleepFor() and SleepUntil() available even if !CPPDEVTK_HAVE_THREAD_STORAGE
7+
* removed unnecessary exceptions
8+
* exception classes in separate files
9+
* exception propagation: added parameter to terminate or return null on failure
10+
* improved TypeInfo
11+
12+
-- Cristian ANITA <[email protected]>, <[email protected]> Fri, 15 Dec 2017 14:19:46 +0300
613

714

815
cppdevtk (1.0.4-0ubuntu1) xenial; urgency=medium

debian_distros/ubuntu_14.04/debian/changelog

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
cppdevtk (1.0.5-0ubuntu1) trusty; urgency=medium
22

3-
* to fill
4-
5-
-- Cristian ANITA <[email protected]>, <[email protected]> Tue, 28 Nov 2017 14:19:46 +0300
3+
* added Any
4+
* added future errc
5+
* added Optional
6+
* this_thread Yield(), SleepFor() and SleepUntil() available even if !CPPDEVTK_HAVE_THREAD_STORAGE
7+
* removed unnecessary exceptions
8+
* exception classes in separate files
9+
* exception propagation: added parameter to terminate or return null on failure
10+
* improved TypeInfo
11+
12+
-- Cristian ANITA <[email protected]>, <[email protected]> Fri, 15 Dec 2017 14:19:46 +0300
613

714

815
cppdevtk (1.0.4-0ubuntu1) trusty; urgency=medium

0 commit comments

Comments
 (0)