about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-27 22:55:46 +0000
committerEric Wong <e@80x24.org>2016-01-27 23:08:00 +0000
commit735d0f82adcdf9851664136424004dacfbe2423c (patch)
tree161d646dac8affda0c9bb789573e4327ef9f729a
parent8be441f052ee9c375993359f7642d3599ef3f6aa (diff)
downloadunicorn-735d0f82adcdf9851664136424004dacfbe2423c.tar.gz
The big change is rack is not required (but still recommended).
Applications are expected to depend on rack on their own so they can
specify the version of rack they prefer without unicorn pulling
in a newer, potentially incompatible version.

unicorn will always attempt to work with multiple versions of rack
as practical.

The HTTP parser also switched to using the TypedData C-API for
extra type safety and memory usage accounting support in the
'objspace' extension.

Thanks to Adam Duke to bringing the rack change to our attention
and Aaron Patterson for helping with the matter.

There might be more documentation-related changes before 5.1.0
final.  I am considering dropping pandoc from manpage generation
and relying on pod2man (from Perl) because it has a wider install
base.

5 changes since v5.0.1:

      http: TypedData C-API conversion
      various documentation updates
      doc: bump olddoc to ~> 1.2 for extra NNTP URL
      rack is optional at runtime, required for dev
      doc update for ClientShutdown exceptions class
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 82ee39e..02b7056 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v5.0.1"
+DEF_VER = "v5.1.0.pre1"
 CONSTANT = "Unicorn::Const::UNICORN_VERSION"
 RVF = "lib/unicorn/version.rb"
 GVF = "GIT-VERSION-FILE"