Skip to content

Commit

Permalink
Updates for 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed Mar 20, 2018
1 parent 46b3541 commit 46f57d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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.4.2

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

### 3.4.1

- Fix race between run() and halt() on BatchEventProcessor.
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: 4, revision: 1)
version = new Version(major: 3, minor: 4, revision: 2)

ext {
fullName = 'Disruptor Framework'
Expand Down
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Tue Mar 20 19:48:04 NZDT 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3-all.zip

0 comments on commit 46f57d9

Please sign in to comment.