Skip to content

Commit 2580446

Browse files
committed
Release 1.3.2.
1 parent bf284c8 commit 2580446

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ package := com.stumbleupon.async
3030
spec_title := SUAsync Library
3131
spec_vendor := The SUAsync Authors
3232
# Semantic Versioning (see http://semver.org/).
33-
spec_version := 1.3.2-SNAPSHOT
33+
spec_version := 1.3.2
3434
suasync_SOURCES := \
3535
src/Callback.java \
3636
src/CallbackOverflowError.java \

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
The SUAsync Library - User visible changes.
22

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+
310
* Version 1.3.1 (2012-11-03) [aab6920]
411

512
Noteworthy changes:

0 commit comments

Comments
 (0)