Skip to content

Commit

Permalink
Updates for 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed Mar 20, 2018
1 parent 621c7f1 commit 770b35b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ A High Performance Inter-Thread Messaging Library

## Changelog

### 3.3.11

- Fix race condition in BatchEventProcessor with 3 or more starting/halting concurrently.

### 3.3.10

- Fix race condition in BatchEventProcessor between run() and halt().
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ apply plugin: 'idea'
defaultTasks 'build'

group = 'com.lmax'
version = new Version(major: 3, minor: 3, revision: 10)
version = new Version(major: 3, minor: 3, revision: 11)

ext {
fullName = 'Disruptor Framework'
Expand Down

0 comments on commit 770b35b

Please sign in to comment.