Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian-anita committed Dec 15, 2017
1 parent fa20902 commit bc40c43
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
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
Expand Down
12 changes: 10 additions & 2 deletions cppdevtk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
13 changes: 10 additions & 3 deletions debian/changelog
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
Expand Down
13 changes: 10 additions & 3 deletions debian_distros/ubuntu_14.04/debian/changelog
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
Expand Down

0 comments on commit bc40c43

Please sign in to comment.