comparison auto/os/linux @ 516:7efcdb937752 NGINX_0_8_10

nginx 0.8.10 *) Bugfix: memory leaks if GeoIP City database was used. *) Bugfix: in copying temporary files to permanent storage area; the bug had appeared in 0.8.9.
author Igor Sysoev <http://sysoev.ru>
date Mon, 24 Aug 2009 00:00:00 +0400
parents 392c16f2d858
children c04fa65fe604
comparison
equal deleted inserted replaced
515:607556aed0a1 516:7efcdb937752
16 16
17 17
18 # Linux kernel version 18 # Linux kernel version
19 19
20 version=$((`uname -r \ 20 version=$((`uname -r \
21 | sed 's/^\([^.]*\)\.\([^.]*\)\.\([^.-]*\).*/\1*256*256+\2*256+\3/'`)) 21 | sed 's/^\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1*256*256+\2*256+\3/'`))
22 22
23 version=${version:-0} 23 version=${version:-0}
24 24
25 25
26 # enable the rt signals on Linux between 2.2.19 and 2.6.17 26 # enable the rt signals on Linux between 2.2.19 and 2.6.17