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

changelog

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@546 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
evanweaver 2007-08-13 21:56:45 +00:00
parent f79aeffaf6
commit 7858243ccc
3 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,7 @@
v2.3. Use STDERR, not $stderr, just like Mongrel.
v2.3. Use STDERR, not $stderr, just like Mongrel; tests now use Test::Unit; moving to the mongrel project on RubyForge.
v2.2. Don't load on Ruby > 1.8.5; copyright correction at request of Zed Shaw.
v2.2. Don't load on Ruby > 1.8.5; copyright correction.
v2.1. License change due to no provision for use in original Ruby license (prevents installation in Florida).

View file

@ -37,5 +37,5 @@ Currently Mongrel requires this gem automatically. However, Mongrel may change i
== Further resources
* http://blog.evanweaver.com/pages/code#cgi_multipart_eof_fix
* http://rubyforge.org/forum/forum.php?forum_id=13985
* http://rubyforge.org/mailman/listinfo/mongrel-users
* http://www.ruby-lang.org/en/news/2006/12/04/another-dos-vulnerability-in-cgi-library/

View file

@ -13,6 +13,8 @@ begin
p.url = "http://blog.evanweaver.com/pages/code#cgi_multipart_eof_fix"
p.docs_host = "blog.evanweaver.com:~/www/snax/public/files/doc/"
p.rdoc_pattern = /CHANGELOG|LICENSE|README|lib\/cgi_multipart_eof_fix/
p.need_tar_gz = false
p.need_tgz = true
end
rescue LoadError