[RELEASE] released version 1.2.13.1
- an uninitialized field in the struct session could cause a crash when
the session was freed. This has been encountered on Solaris only.
- Solaris and OpenBSD no not support shutdown() on listening socket. Let's
be nice to them by performing a soft stop if pause fails.
diff --git a/Makefile b/Makefile
index 40f135f..63e2316 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# You should use it this way :
# make TARGET=os CPU=cpu
-VERSION := 1.2.13
+VERSION := 1.2.13.1
# Select target OS. TARGET must match a system for which COPTS and LIBS are
# correctly defined below.