rubygem-concurrent-ruby/rubygem-concurrent-ruby.changes

58 lines
1.7 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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)
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Tue May 3 04:32:14 UTC 2016 - coolo@suse.com
- updated to version 1.0.2
see installed CHANGELOG.md
-------------------------------------------------------------------
Sun Feb 28 05:33:11 UTC 2016 - coolo@suse.com
- updated to version 1.0.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Mon Dec 7 10:56:24 UTC 2015 - kgronlund@suse.com
- initial package