upgraded the nginx core to 1.2.3; also bumped the version number to 1.2.3.1rc1.

This commit is contained in:
agentzh (Yichun Zhang)
2012-08-15 16:42:06 -07:00
parent 89bdbc7cca
commit 6fe95fbbe4
11 changed files with 1946 additions and 3 deletions

View File

@ -73,7 +73,7 @@ patch -p1 < $root/patches/nginx-$main_ver-log_escape_non_ascii.patch || exit 1
#echo applying filter_finalize_hang.patch ...
#patch -p1 < $root/patches/nginx-$main_ver-filter_finalize_hang.patch || exit 1
answer=`$root/util/ver-ge "$main_ver" 1.3.4`
answer=`$root/util/ver-ge "$main_ver" 1.2.3`
if [ "$answer" = "N" ]; then
echo applying add_core_vars_polluting_globals.patch ...
patch -p1 < $root/patches/nginx-$main_ver-add_core_vars_polluting_globals.patch || exit 1

View File

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.2.1
minor_ver=14
main_ver=1.2.3
minor_ver=1rc1
version=$main_ver.$minor_ver
echo $version