added the --with-no-pool-patch option to the ./configure script, to allow enabling the no-pool patch for debugging memory issues with valgrind, for example. released ngx_openresty 1.0.4.2rc5.

This commit is contained in:
agentzh (章亦春)
2011-08-05 10:04:23 +08:00
parent da11207dea
commit 2654f60c1b
5 changed files with 514 additions and 6 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.0.4
minor_ver=2rc4
minor_ver=2rc5
version=$main_ver.$minor_ver
echo $version