0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Update Cowboy to 1.0.3

This commit is contained in:
Loïc Hoguin 2015-08-07 17:19:32 +02:00
parent 8c60dd6c1b
commit b8e4115eb1
3 changed files with 32 additions and 1 deletions

View file

@ -17,9 +17,11 @@ Eduardo Gurgel
Egobrain Egobrain
Josh Toft Josh Toft
Steven Gravell Steven Gravell
Alex Kovalev
Andrew Thompson Andrew Thompson
Hunter Morris Hunter Morris
Ivan Lisenkov Ivan Lisenkov
Martin Rehfeld
Matthias Endler Matthias Endler
Seletskiy Stanislav Seletskiy Stanislav
Sina Samavati Sina Samavati
@ -28,7 +30,9 @@ Tristan Sloughter
0xAX 0xAX
Adam Cammmack Adam Cammmack
Adrian Roe Adrian Roe
Alexander Færøy
Alexei Sholik Alexei Sholik
Alexey Lebedeff
Andre Graf Andre Graf
Andrzej Sliwa Andrzej Sliwa
Blake Gentry Blake Gentry
@ -36,9 +40,11 @@ Bob Ippolito
Boris Faure Boris Faure
Cameron Bytheway Cameron Bytheway
Cristian Hancila Cristian Hancila
Daniel White
Danielle Sucher Danielle Sucher
Dave Peticolas Dave Peticolas
David Kelly David Kelly
David N. Welton
DeadZen DeadZen
Dmitry Groshev Dmitry Groshev
Drew Drew
@ -79,6 +85,7 @@ Unix1
alisdair sullivan alisdair sullivan
dbmercer dbmercer
derdesign derdesign
mocchira
pmyarchon pmyarchon
rambocoder rambocoder
serge serge

View file

@ -1,6 +1,30 @@
CHANGELOG CHANGELOG
========= =========
1.0.3
-----
* Add CircleCI for automated testing across all supported Erlang versions
* Only send the Connection header when necessary
* Send Connection: keep-alive when HTTP/1.0 connections are kept open
* Fix a typo in a return value of cowboy_http:asctime_date
* Fix Dialyzer warnings in cowboy_clock
1.0.2
-----
* Fix cowboy_clock inbox overflow when system clock changes (but see 1.0.3)
* Fix stacktrace shown on REST handler crashes
* Reply with 400 on if-match and if-not-match parsing crash
* Improve static_world example by adding index.html file
1.0.1 1.0.1
----- -----

View file

@ -14,7 +14,7 @@
{application, cowboy, [ {application, cowboy, [
{description, "Small, fast, modular HTTP server."}, {description, "Small, fast, modular HTTP server."},
{vsn, "1.0.2"}, {vsn, "1.0.3"},
{id, "git"}, {id, "git"},
{modules, []}, {modules, []},
{registered, [cowboy_clock, cowboy_sup]}, {registered, [cowboy_clock, cowboy_sup]},