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
2727* .sw ?
2828.idea
2929.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
3636pkg
3737* .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 )
22
33* New ` Semaphore ` class based on [ java.util.concurrent.Semaphore] ( http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Semaphore.html )
44* New ` Promise.all? ` and ` Promise.any? ` class methods
55* Renamed ` :overflow_policy ` on thread pools to ` :fallback_policy `
66* Thread pools still accept the ` :overflow_policy ` option but display a warning
77* Thread pools now implement ` fallback_policy ` behavior when not running (rather than universally rejecting tasks)
88* 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
913* Numerous non-functional updates to clear warning when running in debug mode
1014* Fixed more intermittently failing tests
1115* Tests now run on new Travis build environment
16+ * Multiple documentation updates
1217
1318## Current Release v0.7.1 (4 December 2014)
1419
You can’t perform that action at this time.
0 commit comments