1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/History.txt

89 lines
2 KiB
Text
Raw Normal View History

2012-06-04 15:06:21 -04:00
=== 1.4.0 / 2012-06-04
* 1 bug fix:
* SCRIPT_NAME should be passed from env to allow mounting apps
* 1 experimental feature:
* Add puma.socket key for direct socket access
2012-05-15 23:52:24 -04:00
=== 1.3.1 / 2012-05-15
* 2 bug fixes:
* use #bytesize instead of #length for Content-Length header
* Use StringIO properly. Fixes #98
2012-05-08 17:29:31 -04:00
=== 1.3.0 / 2012-05-08
2012-05-08 17:29:31 -04:00
* 2 minor features:
* Return valid Rack responses (passes Lint) from status server
* Add -I option to specify $LOAD_PATH directories
2012-05-08 17:29:31 -04:00
* 4 bug fixes:
* Don't join the server thread inside the signal handle. Fixes #94
* Make NullIO#read mimic IO#read
* Only stop the status server if it's started. Fixes #84
* Set RACK_ENV early in cli also. Fixes #78
2012-05-08 17:29:31 -04:00
* 1 new contributer:
* Jesse Cooke
2012-04-28 13:04:05 -04:00
=== 1.2.2 / 2012-04-28
* 4 bug fixes:
* Report a lowlevel error to stderr
* Set a fallback SERVER_NAME and SERVER_PORT
* Keep the encoding of the body correct. Fixes #79
* show error.to_s along with backtrace for low-level error
2012-04-11 15:17:50 -04:00
=== 1.2.1 / 2012-04-11
1 bug fix:
* Fix rack.url_scheme for SSL servers. Fixes #65
2012-04-11 14:24:48 -04:00
=== 1.2.0 / 2012-04-11
1 major feature:
* When possible, the internal restart does a "hot restart" meaning
the server sockets remains open, so no connections are lost.
1 minor feature:
* More helpful fallback error message
6 bug fixes:
* Pass the proper args to unknown_error. Fixes #54, #58
* Stop the control server before restarting. Fixes #61
* Fix reporting https only on a true SSL connection
* Set the default content type to 'text/plain'. Fixes #63
* Use REUSEADDR. Fixes #60
* Shutdown gracefull on SIGTERM. Fixes #53
2 new contributers:
* Seamus Abshere
* Steve Richert
2012-03-30 22:54:33 -04:00
=== 1.1.1 / 2012-03-30
2009-07-07 02:46:32 -04:00
2012-03-30 22:54:33 -04:00
1 bugfix:
2012-03-30 22:54:33 -04:00
* Include puma/compat.rb in the gem (oops!)
2009-07-07 02:46:32 -04:00
2012-03-30 22:54:33 -04:00
=== 1.1.0 / 2012-03-30
2009-07-07 02:46:32 -04:00
2012-03-30 22:54:33 -04:00
1 bugfix:
2009-07-07 02:46:32 -04:00
2012-03-30 22:54:33 -04:00
* Make sure that the unix socket has the perms 0777 by default
2009-07-07 02:46:32 -04:00
2012-03-30 22:54:33 -04:00
1 minor feature:
2009-07-07 02:46:32 -04:00
2012-03-30 22:54:33 -04:00
* Add umask param to the unix:// bind to set the umask
2012-03-30 22:54:33 -04:00
=== 1.0.0 / 2012-03-29
2012-03-30 22:54:33 -04:00
* Released!