aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sasl/vsn.mk
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-05-06 12:00:00 +0200
committerBjörn Gustavsson <[email protected]>2010-08-20 08:53:04 +0200
commita70dc0de5a7050c1313a604a261a35b42584950b (patch)
tree613d3ba727da165ca5a5c6bb5988e5e345f3d190 /lib/sasl/vsn.mk
parent6c8fb0bf44f74e9fc82f64949aba0bae8309fc88 (diff)
downloadotp-a70dc0de5a7050c1313a604a261a35b42584950b.tar.gz
otp-a70dc0de5a7050c1313a604a261a35b42584950b.tar.bz2
otp-a70dc0de5a7050c1313a604a261a35b42584950b.zip
sasl: Patch 1116
OTP-8619 In R13B04 sys:get_status was modified to invoke format_status/2 in the callback module if the module exports that function. This resulted in a change to the term returned from calling sys:get_status on the supervisor module, since supervisor is a gen_server and gen_server exports format_status. The sasl release_handler_1 module had a dependency on the pre-R13B04 term returned by sys:get_status when invoked on a supervisor, so the R13B04 change broke that dependency. This problem has been fixed by change release_handler_1 to handle both the pre-R13B04 and R13B04 terms that sys:get_status can return from a supervisor.
Diffstat (limited to 'lib/sasl/vsn.mk')
-rw-r--r--lib/sasl/vsn.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sasl/vsn.mk b/lib/sasl/vsn.mk
index cad33a5d9c..d01a9bc4f1 100644
--- a/lib/sasl/vsn.mk
+++ b/lib/sasl/vsn.mk
@@ -1 +1 @@
-SASL_VSN = 2.1.9.1
+SASL_VSN = 2.1.9.2