Skip to content

Commit 46f57d9

Browse files
committed
Updates for 3.4.2
1 parent 46b3541 commit 46f57d9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ A High Performance Inter-Thread Messaging Library
1515

1616
## Changelog
1717

18+
### 3.4.2
19+
20+
- Fix race condition in BatchEventProcessor with 3 or more starting/halting concurrently.
21+
1822
### 3.4.1
1923

2024
- Fix race between run() and halt() on BatchEventProcessor.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apply plugin: 'idea'
2424
defaultTasks 'build'
2525

2626
group = 'com.lmax'
27-
version = new Version(major: 3, minor: 4, revision: 1)
27+
version = new Version(major: 3, minor: 4, revision: 2)
2828

2929
ext {
3030
fullName = 'Disruptor Framework'
+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Tue Mar 20 19:48:04 NZDT 2018
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
34
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3-all.zip

0 commit comments

Comments
 (0)