Browse Source

Ranch 1.6.2

Loïc Hoguin 6 years ago
parent
commit
9b8ed47d78
3 changed files with 7 additions and 2 deletions
  1. 1 1
      Makefile
  2. 5 0
      doc/src/guide/migrating_from_1.6.asciidoc
  3. 1 1
      ebin/ranch.app

+ 1 - 1
Makefile

@@ -2,7 +2,7 @@
 
 
 PROJECT = ranch
 PROJECT = ranch
 PROJECT_DESCRIPTION = Socket acceptor pool for TCP protocols.
 PROJECT_DESCRIPTION = Socket acceptor pool for TCP protocols.
-PROJECT_VERSION = 1.6.1
+PROJECT_VERSION = 1.6.2
 PROJECT_REGISTERED = ranch_server
 PROJECT_REGISTERED = ranch_server
 
 
 # Options.
 # Options.

+ 5 - 0
doc/src/guide/migrating_from_1.6.asciidoc

@@ -3,6 +3,11 @@
 
 
 The following patch versions were released since Ranch 1.6:
 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
 === Ranch 1.6.1
 
 
 This release fixes a minor issue in the README and adds an
 This release fixes a minor issue in the README and adds an

+ 1 - 1
ebin/ranch.app

@@ -1,6 +1,6 @@
 {application, 'ranch', [
 {application, 'ranch', [
 	{description, "Socket acceptor pool for TCP protocols."},
 	{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']},
 	{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]},
 	{registered, [ranch_sup,ranch_server]},
 	{applications, [kernel,stdlib,ssl]},
 	{applications, [kernel,stdlib,ssl]},