2017-01-13 12:02:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 27 05:30:17 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.0.4
|
|
|
|
see installed CHANGELOG.md
|
|
|
|
|
|
|
|
## Current Release v1.0.4 (27 Dec 2016)
|
|
|
|
|
|
|
|
concurrent-ruby:
|
|
|
|
|
|
|
|
* Nothing
|
|
|
|
|
|
|
|
concurrent-ruby-edge:
|
|
|
|
|
|
|
|
* New promises' API renamed, lots of improvements, edge bumped to 0.3.0
|
|
|
|
* **Incompatible** with previous 0.2.3 version
|
|
|
|
* see https://github.com/ruby-concurrency/concurrent-ruby/pull/522
|
|
|
|
|
|
|
|
## Release v1.0.3 (17 Dec 2016)
|
|
|
|
|
2016-12-20 07:07:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 18 05:31:47 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.0.3
|
|
|
|
see installed CHANGELOG.md
|
|
|
|
|
|
|
|
* Trigger execution of flattened delayed futures
|
|
|
|
* Avoid forking for processor_count if possible
|
|
|
|
* Semaphore Mutex and JRuby parity
|
|
|
|
* Adds Map#each as alias to Map#each_pair
|
|
|
|
* Fix uninitialized instance variables
|
|
|
|
* Make Fixnum, Bignum merger ready
|
|
|
|
* Allows Promise#then to receive an executor
|
|
|
|
* TimerSet now survives a fork
|
|
|
|
* Reject promise on any exception
|
|
|
|
* Allow ThreadLocalVar to be initialized with a block
|
|
|
|
* Support Alpha with `Concurrent::processor_count`
|
|
|
|
* Fixes format-security error when compiling ruby_193_compatible.h
|
|
|
|
* Concurrent::Atom#swap fixed: reraise the exceptions from block
|
|
|
|
|
2016-05-20 05:43:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 3 04:32:14 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.0.2
|
|
|
|
see installed CHANGELOG.md
|
|
|
|
|
2016-03-01 17:16:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 28 05:33:11 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.0.1
|
|
|
|
see installed CHANGELOG.md
|
|
|
|
|
2015-12-08 09:08:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 7 10:56:24 UTC 2015 - kgronlund@suse.com
|
|
|
|
|
|
|
|
- initial package
|
|
|
|
|