Release Name: 0.93.1
Notes:
Unicorn is a HTTP server for Rack applications designed to take
advantage of features in Unix/Unix-like kernels and only serve fast
clients on low-latency, high-bandwidth connections. Slow clients should
only be served by placing a reverse proxy capable of fully-buffering
both the the request and response in between Unicorn and slow clients.
* http://unicorn.bogomips.org/
* mongrel-unicorn@rubyforge.org
* git://git.bogomips.org/unicorn.git
Changes:
Fix permissions for release tarballs/gems, no other changes.
Thanks to Jay Reitz for reporting this.
Changes:
GIT-VERSION-GEN | 2 +-
GNUmakefile | 9 +++++++--
lib/unicorn/const.rb | 2 +-
3 files changed, 9 insertions(+), 4 deletions(-)
commit a2d5ad61d5f7c6b744f49ce549292e7f2d353ead
Author: Eric Wong
Date: Fri Oct 2 18:17:26 2009 -0700
unicorn 0.93.1
Fix permissions for release tarballs/gems, no other changes.
Thanks to Jay Reitz for reporting this.
commit fae1978669fe12485edc13ed9a83ebb1479fa3e2
Author: Eric Wong
Date: Fri Oct 2 18:17:26 2009 -0700
verify liberal file permissions when packaging
Prevent non-umask 0022 shells from generating releases.
Thanks for Jay Reitz for spotting this and reporting
promptly to me; all of my Ruby and gem installations
are done as a regular user so I never would've noticed.
|