Skip to content

Commit

Permalink
Ranch 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Aug 13, 2018
1 parent 433276c commit cbe24f6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PROJECT = ranch
PROJECT_DESCRIPTION = Socket acceptor pool for TCP protocols.
PROJECT_VERSION = 1.6.0
PROJECT_VERSION = 1.6.1
PROJECT_REGISTERED = ranch_server

# Options.
Expand Down
2 changes: 2 additions & 0 deletions doc/src/guide/book.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ include::internals.asciidoc[Internals]

include::upcoming_2.0_changes.asciidoc[Upcoming changes in Ranch 2.0]

include::migrating_from_1.6.asciidoc[Changes since Ranch 1.6]

include::migrating_from_1.5.asciidoc[Migrating from Ranch 1.5 to 1.6]

include::migrating_from_1.x.asciidoc[Migrating from Ranch 1.x]
10 changes: 10 additions & 0 deletions doc/src/guide/migrating_from_1.6.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[appendix]
== Changes since Ranch 1.6

The following patch versions were released since Ranch 1.6:

=== Ranch 1.6.1

This release fixes a minor issue in the README and adds an
undocumented function to help Cowboy deal with the transition
from list to map for the transport options.
2 changes: 1 addition & 1 deletion ebin/ranch.app
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, 'ranch', [
{description, "Socket acceptor pool for TCP protocols."},
{vsn, "1.6.0"},
{vsn, "1.6.1"},
{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]},
Expand Down

0 comments on commit cbe24f6

Please sign in to comment.