about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-04-01 00:27:56 +0000
committerEric Wong <e@80x24.org>2016-04-01 00:27:56 +0000
commit33c2f7794dc72b59390e6199fa0a6f41fb36eeb3 (patch)
tree5dd401afa62eab6aeabdd7ff4601ab1d5e586d98
parent308379a7023679c61b22e73f81adb3946c97ce9b (diff)
downloadunicorn-33c2f7794dc72b59390e6199fa0a6f41fb36eeb3.tar.gz
Note: no code changes since 5.1.0.pre1 from January.^WNo, wait,
last minute performance improvement added today.  See below.

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.

Last minute change: we now support the new leftpad() syscall under
Linux for major performance and security improvement:

    http://mid.gmane.org/1459463613-32473-1-git-send-email-richard@nod.at

8^H9 changes since 5.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
      unicorn 5.1.0.pre1 - rack is optional, again
      doc: reference --keep-file-descriptors for "bundle exec"
      doc: further trimming to reduce noise
      use leftpad Linux syscall for speed!
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 02b7056..c6870cb 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v5.1.0.pre1"
+DEF_VER = "v5.1.0"
 CONSTANT = "Unicorn::Const::UNICORN_VERSION"
 RVF = "lib/unicorn/version.rb"
 GVF = "GIT-VERSION-FILE"