We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf284c8 commit 2580446Copy full SHA for 2580446
Makefile
@@ -30,7 +30,7 @@ package := com.stumbleupon.async
30
spec_title := SUAsync Library
31
spec_vendor := The SUAsync Authors
32
# Semantic Versioning (see http://semver.org/).
33
-spec_version := 1.3.2-SNAPSHOT
+spec_version := 1.3.2
34
suasync_SOURCES := \
35
src/Callback.java \
36
src/CallbackOverflowError.java \
NEWS
@@ -1,5 +1,12 @@
1
The SUAsync Library - User visible changes.
2
3
+* Version 1.3.2 (2013-05-30) [bf284c8]
4
+
5
+Noteworthy changes:
6
+ - Fixed a race condition in Deferred.toString() that could cause
7
+ a NullPointerException.
8
9
10
* Version 1.3.1 (2012-11-03) [aab6920]
11
12
Noteworthy changes:
0 commit comments