Commit graph

2152 commits

Author SHA1 Message Date
Igor Sysoev
377ead1899 fix segfault if no http section is defined in confguraiton,
the bug has been introduced in r1259
2009-04-15 20:26:33 +00:00
Igor Sysoev
d1c68f1116 fix building by BCC without NGX_DEBUG_MALLOC 2009-04-15 19:44:41 +00:00
Igor Sysoev
9cc2c1a656 fix building by MSVC8 2009-04-15 19:28:10 +00:00
Igor Sysoev
d17fa5e084 fix debug logging 2009-04-15 13:46:52 +00:00
Igor Sysoev
8abd5392d7 fix building --without-http-cache, introduced in r2664 and later 2009-04-15 12:25:51 +00:00
Igor Sysoev
62db95750d hide cacheable Set-Cookie and P3P response headers 2009-04-15 11:42:49 +00:00
Igor Sysoev
cdad5c2c6e do not pass if-... headers for cacheable responses 2009-04-15 11:21:12 +00:00
Igor Sysoev
4a31abbcc0 shutdown client connection for cacheable header only responses 2009-04-15 11:19:27 +00:00
Igor Sysoev
19bd20c4ed support 304 for cacheable responses 2009-04-15 11:17:38 +00:00
Igor Sysoev
fc0497f0f1 style fix 2009-04-15 10:57:40 +00:00
Igor Sysoev
c4ce6847ed support HEAD in proxy cache 2009-04-15 09:53:22 +00:00
Igor Sysoev
22d10b6760 style fix: remove trailing spaces 2009-04-15 06:26:20 +00:00
Igor Sysoev
a9b3c2740b bump version 2009-04-15 06:25:02 +00:00
Igor Sysoev
42d63f9173 allow any status 2009-04-11 11:05:15 +00:00
Igor Sysoev
f833e5ec52 try_files status code 2009-04-11 11:02:36 +00:00
Igor Sysoev
9d8ce97d94 set cache manager maximum sleep time to 10s 2009-04-10 17:46:25 +00:00
Igor Sysoev
afe21da6de style fix 2009-04-10 17:45:07 +00:00
Igor Sysoev
f2748d1c9f style fix 2009-04-10 14:49:51 +00:00
Igor Sysoev
14285eb3c2 do not call ngx_http_file_cache_free() if a response is not cacheable 2009-04-10 14:48:41 +00:00
Igor Sysoev
8f6edf23e4 add debug logging 2009-04-10 14:47:18 +00:00
Igor Sysoev
d386750bec backout r2535: virtual names is a property of address:port pair,
but is not a property of server configuration
2009-04-09 13:56:16 +00:00
Igor Sysoev
6cc13ed833 style fix 2009-04-08 19:51:30 +00:00
Igor Sysoev
7e67ab9ba4 delete win32 ngx_file_append_mode() as we use reliable
FILE_APPEND_DATA|SYNCHRONIZE flags
2009-04-08 19:13:28 +00:00
Igor Sysoev
2af47be63f adopt NGX_FILE_TRUNCATE for win32 2009-04-08 19:03:41 +00:00
Igor Sysoev
a63e4e441e fix r2590: error_page made an external redirect without query string 2009-04-07 15:50:08 +00:00
Igor Sysoev
32b29d3b03 bump version 2009-04-06 13:42:56 +00:00
Igor Sysoev
898d8d8497 backout r2677 and fix ngx_strlcasestrn() again 2009-04-06 11:42:42 +00:00
Igor Sysoev
a02d0e5501 bump version 2009-04-06 11:39:01 +00:00
Igor Sysoev
a133d58eb1 fix ngx_strlcasestrn() 2009-04-06 10:38:40 +00:00
Igor Sysoev
a4b3ae12a1 bump version 2009-04-06 10:37:53 +00:00
Igor Sysoev
b90c980272 proxy_cache_key 2009-04-06 08:58:44 +00:00
Igor Sysoev
cd111aa205 fix cache path slot 2009-04-06 08:35:34 +00:00
Igor Sysoev
32771dca80 refactor ngx_http_arg() using ngx_strcasestrn(),
back out zero termination introduced in r2138
2009-04-04 17:51:38 +00:00
Igor Sysoev
38c4594299 support Cache-Control no-cache and max-age in cache 2009-04-04 17:35:40 +00:00
Igor Sysoev
ba9ed02e19 ngx_strlcasestrn() 2009-04-04 17:31:54 +00:00
Igor Sysoev
ac8229e49e update r2664 2009-04-04 17:22:26 +00:00
Igor Sysoev
35df6891f0 support Expires in cache 2009-04-03 15:48:19 +00:00
Igor Sysoev
b2120fed34 fix r2664: ..._cache_valid did not work for stale responses 2009-04-03 15:47:45 +00:00
Igor Sysoev
159b0c4f95 zero field 2009-04-03 15:44:41 +00:00
Igor Sysoev
1047e40672 support X-Accel-Expires in cache 2009-04-03 14:33:34 +00:00
Igor Sysoev
f79e73448c cache GET requests only 2009-04-03 12:06:04 +00:00
Igor Sysoev
6fb7a68e98 merge fastcgi_cache_key 2009-04-02 13:48:54 +00:00
Igor Sysoev
a4d4842b11 autoconfigure crypt_r(): uclibc has no crypt_r() 2009-04-02 13:46:39 +00:00
Igor Sysoev
63418309a8 fix OpenBSD building, broken in r2616 2009-04-02 13:44:32 +00:00
Igor Sysoev
16385b2b92 bump version 2009-04-02 13:44:02 +00:00
Igor Sysoev
e9b810d8f7 fix MacOSX building, broken in r2616 2009-04-01 13:09:36 +00:00
Igor Sysoev
a8cad641c7 zero cache file length,
this fixes full cache purging and hogging CPU by the cache manager after this
2009-04-01 13:05:38 +00:00
Igor Sysoev
bec72decfd add debug logging 2009-04-01 13:01:50 +00:00
Igor Sysoev
0b33dc60c5 Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are set
without any other flags. On the other hand, Unix requires at least the write
flag to be set together with O_APPEND.
2009-03-31 13:52:01 +00:00
Igor Sysoev
a701f1956d win32 ngx_open_file() supports utf8 names and NGX_FILE_APPEND 2009-03-30 14:51:51 +00:00
Igor Sysoev
f7ac677820 ngx_process_tray() 2009-03-30 14:46:33 +00:00
Igor Sysoev
a2772ff902 fix segfault introduced in r2602 if there is 502/504 error
and proxy/fastcgi_cache is defined without proxy/fastcgi_cache_valid
2009-03-30 14:23:07 +00:00
Igor Sysoev
50c9150175 fix r2579 2009-03-30 14:15:47 +00:00
Igor Sysoev
c3993c79e8 fix FreeBSD before 7 building, broken in r2616 2009-03-30 12:33:33 +00:00
Igor Sysoev
3261ed4f47 bump version 2009-03-30 12:09:52 +00:00
Igor Sysoev
bae6e97c7a bump version 2009-03-30 11:00:58 +00:00
Igor Sysoev
5fea4a7a97 nginx_version 2009-03-30 07:48:53 +00:00
Igor Sysoev
ae49939ef2 introduce cache manager instead of cache cleaner 2009-03-30 07:45:55 +00:00
Igor Sysoev
9dc8b06851 ngx_fs_bsize() 2009-03-30 07:43:06 +00:00
Igor Sysoev
3b75efc419 fix ngx_wsasend_chain() 2009-03-29 16:58:23 +00:00
Igor Sysoev
3b973c3c1a update cpuid for Core 2 and Atom 2009-03-28 12:43:41 +00:00
Igor Sysoev
c812176e84 delete duplicate error logging 2009-03-27 19:32:55 +00:00
Igor Sysoev
5405ac4039 improve ngx_slab_alloc() error logging 2009-03-27 17:00:42 +00:00
Igor Sysoev
c17cebe9e0 delete old debugging and info 2009-03-27 16:37:39 +00:00
Igor Sysoev
d2d2168044 rename ngx_http_scrip_flush_complex_value()
to ngx_http_script_flush_complex_value()
2009-03-27 14:59:47 +00:00
Igor Sysoev
87211384e3 fix plain text values using relative path in ngx_http_complex_value(),
this fixes the auth_basic_user_file bug introduced in r2589
2009-03-27 06:34:31 +00:00
Igor Sysoev
4771115bd6 fix alias with variables, but without captures,
the bug had been introduced in r2566 and r2573
2009-03-26 15:24:19 +00:00
Igor Sysoev
6a4e164d49 delete unneeded condition 2009-03-26 14:00:28 +00:00
Igor Sysoev
94440587a1 fix add_header Last-Modified "", broken in r2589 2009-03-26 13:34:37 +00:00
Igor Sysoev
a48ac6f304 fix logged long locked cache entry name and add count 2009-03-26 09:50:04 +00:00
Igor Sysoev
f837a7664b fix segfault if ngx_read_file() will fail 2009-03-24 15:03:38 +00:00
Igor Sysoev
a008e08c52 fastcgi cache 2009-03-24 12:49:29 +00:00
Igor Sysoev
aec4730776 unlink proxy_cache and proxy_cache_valid 2009-03-24 12:31:24 +00:00
Igor Sysoev
aa1ccafe4f do not clean cache if memory cache keys zone is cold 2009-03-24 12:25:43 +00:00
Igor Sysoev
ce7fc39161 fix the previous commit 2009-03-23 16:40:11 +00:00
Igor Sysoev
1a24605b6c axe old definition fields 2009-03-23 15:57:57 +00:00
Igor Sysoev
dc5526a133 bump version 2009-03-23 15:56:46 +00:00
Igor Sysoev
f321dbd59a a prelimiary proxy cache support 2009-03-23 13:14:51 +00:00
Igor Sysoev
df02658f5d style fix: remove tabs 2009-03-22 15:52:52 +00:00
Igor Sysoev
82d682d923 style fix: remove tabs 2009-03-22 15:50:07 +00:00
Igor Sysoev
3906365e3a use complex value in error_page 2009-03-22 09:40:04 +00:00
Igor Sysoev
9643ced05f use complex values in add_header, auth_basic_user_file,
sub_filter, and xslt_stylesheet parameters
2009-03-22 09:39:19 +00:00
Igor Sysoev
d7efd732ac ngx_http_script_flush_complex_value()
ngx_http_complex_value()
ngx_http_compile_complex_value()
2009-03-22 09:36:51 +00:00
Igor Sysoev
1774bd1653 add full path debug log in try_files 2009-03-20 16:50:53 +00:00
Igor Sysoev
3157c405a8 allow try_files in server context 2009-03-20 16:48:45 +00:00
Igor Sysoev
1c2923d10b fix directory test in try_files 2009-03-20 16:47:23 +00:00
Igor Sysoev
fa7deb7ca1 always run regex in server_name to get captures 2009-03-19 16:07:40 +00:00
Igor Sysoev
52c07d624d test wildcard tail hash existance 2009-03-19 15:46:27 +00:00
Igor Sysoev
27911efd41 split args in a try_files fallback 2009-03-19 13:42:27 +00:00
Igor Sysoev
f2ce6027ae ngx_http_split_args() 2009-03-19 13:41:29 +00:00
Igor Sysoev
4095623091 split ngx_http_script_compile() 2009-03-18 14:42:06 +00:00
Igor Sysoev
e0ae22fd9b bump version 2009-03-18 14:40:21 +00:00
Igor Sysoev
be42b2f13c fix $server_addr for wildcard listen, the has been introduced in r2513 2009-03-18 12:23:57 +00:00
Igor Sysoev
ecdd385af1 reserve space for r->uri, the bug has been introduced in r2566 2009-03-18 12:21:19 +00:00
Igor Sysoev
c8bcb7b97c delete unneeded variable 2009-03-16 11:08:08 +00:00
Igor Sysoev
4b276055bc bump version 2009-03-16 11:07:29 +00:00
Igor Sysoev
b352b8f964 auth_basic_user_file supports variables 2009-03-16 07:13:22 +00:00
Igor Sysoev
f9f182fc10 fix case when regex locaiton runs the second time via internal redirect 2009-03-14 19:24:17 +00:00
Igor Sysoev
0d8b4349b0 fix reserved mapped uri length if alias has captures 2009-03-14 19:20:34 +00:00
Igor Sysoev
cdf49db2e9 remove unneeded increment 2009-03-14 17:10:25 +00:00
Igor Sysoev
589338b12f compatibility with Tru64 UNIX: fcntl(F_SETLK, F_WRLCK) returns EINVAL if busy 2009-03-13 14:53:30 +00:00
Igor Sysoev
b44a03b45d ipv6only 2009-03-13 14:20:34 +00:00
Igor Sysoev
bfa0525cb7 fix building without PCRE, introduced in r2553 2009-03-12 11:42:34 +00:00
Igor Sysoev
1f474de90e ignore EINVAL from setsockopt() on Solaris 2009-03-12 07:16:15 +00:00
Igor Sysoev
3c28e772d2 bump version 2009-03-12 07:12:25 +00:00
Igor Sysoev
faf146c4fa fix segfaults introduced in r2549 and r2550 2009-03-11 13:04:02 +00:00
Igor Sysoev
b48e9848ab bump version 2009-03-11 12:57:26 +00:00
Igor Sysoev
3468176b6d fix segfaults introduced in r2550 2009-03-09 08:50:34 +00:00
Igor Sysoev
77fcc06583 style fix: remove tabs 2009-03-06 16:48:36 +00:00
Igor Sysoev
9dbc379f23 XFS on Linux does not set dirent.d_type,
therefore fallback to stat() if dirent.d_type is not set,
this fixes slash after directory name in ngx_http_autoindex_module;
the issue has been introduced in r2235
2009-03-06 13:01:21 +00:00
Igor Sysoev
e6c7aa224e captures support in server_name 2009-03-06 12:50:20 +00:00
Igor Sysoev
4b7fa1a4cf captures support in location and alias 2009-03-06 12:49:22 +00:00
Igor Sysoev
f1f9f103d8 now regex captures are per-request entities 2009-03-06 12:15:07 +00:00
Igor Sysoev
751a371878 pclcf->regex_locations are used with PCRE only 2009-03-05 08:24:17 +00:00
Igor Sysoev
0750c93313 bump version 2009-03-05 08:22:45 +00:00
Igor Sysoev
b8c1f47660 fix postponed zlib memory allocation, introduced in r2411
*) introduce postpone_gzipping directive
*) disable postponed gzipping by default

The r2411 commit caused hangings up on large SSIed responses
as SSI cleared buf->recycled bit on copy of recycled buf parts
2009-03-01 19:24:11 +00:00
Igor Sysoev
069b455dd4 fix case when the first try is shorter then URI 2009-03-01 19:10:36 +00:00
Igor Sysoev
50b62b2e86 lower ECONNRESET level 2009-02-25 14:27:34 +00:00
Igor Sysoev
cbff23b019 fix segfault introduced in r2486 in $sent_http_location processing 2009-02-24 22:02:08 +00:00
Igor Sysoev
2018e891ac fix the previous commit 2009-02-24 14:25:24 +00:00
Igor Sysoev
a37e9f3546 prepare ngx_ptocidr() for IPv6 2009-02-24 14:01:40 +00:00
Igor Sysoev
12c14b31e3 small optimization: " == NGX_ERROR" > " != NGX_OK" 2009-02-24 10:42:23 +00:00
Igor Sysoev
dbc4603c83 use variable for often used field 2009-02-24 08:32:02 +00:00
Igor Sysoev
c701f5dd5c move r->virtual_names to ngx_http_core_srv_conf_t 2009-02-24 07:56:47 +00:00
Igor Sysoev
a7b6c2f33a axe r->port_text 2009-02-24 07:29:55 +00:00
Igor Sysoev
268c329649 remove seldom used variable 2009-02-24 07:21:35 +00:00
Igor Sysoev
34a1c027ed fix r2530 2009-02-24 07:12:39 +00:00
Igor Sysoev
62d2c6ad12 axe unneeded port field 2009-02-23 21:30:31 +00:00
Igor Sysoev
c0cbf1e93e axe r->port 2009-02-23 21:19:35 +00:00
Igor Sysoev
d5b8bfff8b axe r->in_addr 2009-02-23 21:05:10 +00:00
Igor Sysoev
02ce02d2e5 bump version 2009-02-23 21:02:18 +00:00
Igor Sysoev
447157153a name/password were ignored after odd empty lines 2009-02-23 15:31:18 +00:00
Igor Sysoev
44688aea72 add auth basic failure logging 2009-02-23 15:15:42 +00:00
Igor Sysoev
96d6eb9e70 fix message 2009-02-23 09:42:35 +00:00
Igor Sysoev
f3778a5f36 fix NGX_SOCKADDRLEN, introduced in r2513 2009-02-21 15:13:13 +00:00
Igor Sysoev
064e0bdf0b bump version 2009-02-21 14:55:58 +00:00
Igor Sysoev
71d332dd0d fix upstream port, introduced in r2513 2009-02-21 14:34:32 +00:00
Igor Sysoev
fe98af1054 fix implicit listen, introduced in r2513 2009-02-21 10:23:30 +00:00
Igor Sysoev
5d7081728e bump version 2009-02-21 09:44:57 +00:00
Igor Sysoev
e2dc4550af a prelimiary IPv6 support, HTTP listen 2009-02-21 07:02:02 +00:00
Igor Sysoev
2032328a14 split ports, addresses, and server names preparation and optimization 2009-02-18 16:17:12 +00:00
Igor Sysoev
e50d758490 add debug logging 2009-02-18 09:24:14 +00:00
Igor Sysoev
412ad87546 the $ancient_browser variables did not treat as an ancient browser
listed in modern_browser, but has lower version
2009-02-18 09:23:47 +00:00
Igor Sysoev
f7638d2374 set MIME-type length,
otherwise ngx_http_test_content_type() did not find "image/gif"
2009-02-17 08:37:36 +00:00
Igor Sysoev
cfb10de1b6 bump version 2009-02-16 14:55:10 +00:00
Igor Sysoev
106c630bbc load SSL engine before certificates,
otherwise RSA keys will use built-in RSA methods
2009-02-16 13:37:58 +00:00
Igor Sysoev
5c8e0ed2e3 set content-type for try_files' choice 2009-02-14 17:26:26 +00:00
Igor Sysoev
904955be52 fix r2169 for .def.com and .abc.def.com case 2009-02-11 12:33:13 +00:00
Igor Sysoev
0be61c1ed3 bump version 2009-02-11 10:23:06 +00:00
Igor Sysoev
1759a9e80c fix /?new=arg?old=arg redirect case 2009-02-10 16:03:42 +00:00
Igor Sysoev
d92328b870 send HELO/EHLO after XCLIENT
patch by Maxim Dounin
2009-02-10 15:19:45 +00:00
Igor Sysoev
e127031055 if_modified_since off 2009-02-10 15:05:05 +00:00
Igor Sysoev
8eefe85677 compatibility with Microsoft's
AUTH LOGIN [base64 encoded user name ]
patch by Maxim Dounin
2009-02-09 12:03:55 +00:00
Igor Sysoev
8ab016271d AIX has no WCOREDUMP() 2009-02-05 16:01:50 +00:00
Igor Sysoev
d789492a49 bump version 2009-02-05 15:47:12 +00:00
Igor Sysoev
41eae75761 fix building by msvc, introduced in r2487 2009-02-02 10:17:06 +00:00
Igor Sysoev
5037113a13 avoid a double redirect response if
*) a request is going in a keep alive state,
*) the request body should be discarded,
*) epoll/rtsig reports about the response header has been sent,
*) and write event handler calls core phase handler
2009-01-31 20:44:30 +00:00
Igor Sysoev
d38b0613cb avoid deep nested calls, flatten call tree 2009-01-31 20:34:26 +00:00
Igor Sysoev
678c196805 fix return code, this fixes segfault when two or more
simultaneous connections are resolving the same address
2009-01-31 20:33:01 +00:00
Igor Sysoev
1f61cdeaec use length of uncompressed name 2009-01-30 11:56:45 +00:00
Igor Sysoev
bfea80ce31 fix $sent_http_location for local redirects 2009-01-30 05:26:27 +00:00
Igor Sysoev
ae0158378e store name pointer in variable allocated on stack
as resolver ctx may be already deallocated at this point
2009-01-29 14:35:23 +00:00
Igor Sysoev
2636a427ba free addrs only it has been allocated before: non single address 2009-01-29 14:32:58 +00:00
Igor Sysoev
8cb51328e6 fix reverse resolving cache: it stored zero length names
*) free name only if it has been already allocated
*) store name length
2009-01-29 14:29:49 +00:00
Igor Sysoev
48f0532691 fix types and add comment 2009-01-27 16:22:02 +00:00
Igor Sysoev
82be9b3db6 test allocated space as in try_files 2009-01-27 16:20:29 +00:00
Igor Sysoev
a0c0190dbd bump version 2009-01-26 17:01:27 +00:00
Igor Sysoev
3459066ec8 style fix: remove tabs 2009-01-26 14:35:10 +00:00
Igor Sysoev
9884689d06 fix segfault if $fastcgi_script_name or $fastcgi_path_info were used before
fastcgi handler, the bug has been introduced in r2444
2009-01-26 14:33:59 +00:00
Igor Sysoev
451b7b2fbc revert the previous commit and r2447 change in src/core/ngx_cycle.c 2009-01-26 14:31:49 +00:00
Igor Sysoev
bab6e29561 default error_log has zero level, the bug has been introduced in r2447 2009-01-26 14:11:09 +00:00
Igor Sysoev
464ac78d5a fix slab page or more sized allocations if nginx was build without debug 2009-01-25 10:39:59 +00:00
Igor Sysoev
e450e80f87 fix fastcgi_store 2009-01-21 20:54:40 +00:00
Igor Sysoev
8116838349 use GetFileAttributesEx() instead of GetFileAttributes() 2009-01-21 15:56:29 +00:00
Igor Sysoev
7f44d1b571 fix win32 ngx_is_dir(), etc 2009-01-21 15:53:09 +00:00
Igor Sysoev
1bcb862a85 test ngx_file_info() result, the bug has been introduced in r2070 2009-01-21 15:50:52 +00:00
Igor Sysoev
2e27bdaad0 fix r1981 on win32 2009-01-21 14:17:57 +00:00
Igor Sysoev
0b142d5bca allow directories in try_files 2009-01-21 12:11:22 +00:00
Igor Sysoev
5fdf1cbda6 fix segfault when geo range replaces starting part of another range 2009-01-19 16:42:14 +00:00
Igor Sysoev
fed232be37 bump version 2009-01-19 16:37:22 +00:00
Igor Sysoev
bd6cc5e1f8 try_files should work with files only 2009-01-19 11:24:25 +00:00
Igor Sysoev
80165f6e52 allow insertion range if its start or end is the same as existent one 2009-01-16 16:29:23 +00:00
Igor Sysoev
c0e75cbf02 fix single address range 2009-01-16 16:09:58 +00:00
Igor Sysoev
9edc91be02 fix range deletion 2009-01-16 16:02:30 +00:00
Igor Sysoev
159ae653ce repeat r2448 for range deletion 2009-01-16 15:58:27 +00:00
Igor Sysoev
9c46f3cfa4 log both overrlaped ranges 2009-01-16 15:47:05 +00:00
Igor Sysoev
7f5f76440b fix range start for ranges those spread in two or more slots 2009-01-16 15:44:39 +00:00
Igor Sysoev
a188821842 set the error level as default http error_log level 2009-01-16 14:00:05 +00:00
Igor Sysoev
9663e72c13 proxy/fastcgi_store did not delete incomplete files 2009-01-16 13:57:00 +00:00
Igor Sysoev
94c95eff08 set r->root_tested for non-error_page response only 2009-01-16 13:53:08 +00:00
Igor Sysoev
29b8c38220 fastcgi_split_path_info 2009-01-16 13:21:20 +00:00
Igor Sysoev
64cbbf0e71 *) fix duplicate geo ranges
*) split existent range and insert a new one
2009-01-16 13:17:12 +00:00
Igor Sysoev
a615a1a325 in miss case memcached module returned END instead of default 404 page body
the bug has been introduced in r2269
2009-01-15 13:10:45 +00:00
Igor Sysoev
f1156d66ac update r2439: make clear name 2009-01-13 06:47:29 +00:00
Igor Sysoev
f4f6326b8d fix r2312 2009-01-12 15:40:26 +00:00
Igor Sysoev
c7426c7260 style fix 2009-01-12 15:36:30 +00:00
Igor Sysoev
c29ea4c4d7 send "100 Continue" just before reading request body 2008-12-26 13:43:42 +00:00
Igor Sysoev
3602e5b031 do not send "100 Continue" for subrequests 2008-12-26 06:21:23 +00:00
Igor Sysoev
e612c04768 set send() slot for POSIX systems 2008-12-25 20:07:12 +00:00
Igor Sysoev
9f4f739350 bump version 2008-12-25 20:06:26 +00:00