File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ tmtags
27
27
* .sw ?
28
28
.idea
29
29
.rbx /*
30
- lib /* .bundle
31
- lib /* .so
32
- lib /* .jar
33
- ext /* .bundle
34
- ext /* .so
35
- ext /* .jar
30
+ lib /** / * .bundle
31
+ lib /** / * .so
32
+ lib /** / * .jar
33
+ ext /** / * .bundle
34
+ ext /** / * .so
35
+ ext /** / * .jar
36
36
pkg
37
37
* .gem
Original file line number Diff line number Diff line change 1
- ### Next Release v0.7.2 (TBD )
1
+ ### Next Release v0.7.2 (24 January 2015 )
2
2
3
3
* New ` Semaphore ` class based on [ java.util.concurrent.Semaphore] ( http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Semaphore.html )
4
4
* New ` Promise.all? ` and ` Promise.any? ` class methods
5
5
* Renamed ` :overflow_policy ` on thread pools to ` :fallback_policy `
6
6
* Thread pools still accept the ` :overflow_policy ` option but display a warning
7
7
* Thread pools now implement ` fallback_policy ` behavior when not running (rather than universally rejecting tasks)
8
8
* Fixed minor ` set_deref_options ` constructor bug in ` Promise ` class
9
+ * Fixed minor ` require ` bug in ` ThreadLocalVar ` class
10
+ * Fixed race condition bug in ` TimerSet ` class
11
+ * Fixed race condition bug in ` TimerSet ` class
12
+ * Fixed signal bug in ` TimerSet#post ` method
9
13
* Numerous non-functional updates to clear warning when running in debug mode
10
14
* Fixed more intermittently failing tests
11
15
* Tests now run on new Travis build environment
16
+ * Multiple documentation updates
12
17
13
18
## Current Release v0.7.1 (4 December 2014)
14
19
You can’t perform that action at this time.
0 commit comments