@@ -2,7 +2,7 @@
PROJECT = ranch
PROJECT_DESCRIPTION = Socket acceptor pool for TCP protocols.
-PROJECT_VERSION = 1.6.1
+PROJECT_VERSION = 1.6.2
PROJECT_REGISTERED = ranch_server
# Options.
@@ -3,6 +3,11 @@
The following patch versions were released since Ranch 1.6:
+=== Ranch 1.6.2
+
+This release fixes an issue where listener information would
+not get cleaned up when an embedded listener was stopped.
=== Ranch 1.6.1
This release fixes a minor issue in the README and adds an
@@ -1,6 +1,6 @@
{application, 'ranch', [
{description, "Socket acceptor pool for TCP protocols."},
- {vsn, "1.6.1"},
+ {vsn, "1.6.2"},
{modules, ['ranch','ranch_acceptor','ranch_acceptors_sup','ranch_app','ranch_conns_sup','ranch_listener_sup','ranch_protocol','ranch_server','ranch_ssl','ranch_sup','ranch_tcp','ranch_transport']},
{registered, [ranch_sup,ranch_server]},
{applications, [kernel,stdlib,ssl]},