소스 검색

Version 0.8.3

tags/v0.8.3
Brice Figureau 14 년 전
부모
커밋
c7c663fb48
2개의 변경된 파일10개의 추가작업 그리고 2개의 파일을 삭제
  1. 8
    0
      CHANGES
  2. 2
    2
      README

+ 8
- 0
CHANGES 파일 보기

@@ -1,3 +1,11 @@
1
+nginx_upload_progress release 0.8.3                              11 Sep 2011
2
+
3
+ * HTTP redirects (ie 3xx range) shouldn't be reported as an error (thanks to 
4
+ Pierre-Yves Kerembellec)
5
+ 
6
+ * Fix a double remove in the rb tree due to an uninitialized flag (thanks to 
7
+ Theo Cushion)
8
+
1 9
 nginx_upload_progress release 0.8.2                              07 Nov 2010
2 10
 
3 11
  * Session ID query string parameter name is now configurable (thanks to 

+ 2
- 2
README 파일 보기

@@ -15,7 +15,7 @@ It works because Nginx acts as an accelerator of an upstream server, storing upl
15 15
 on disk, before transmitting it to the upstream server. Each individual POST upload request
16 16
 should contain a progress unique identifier.
17 17
 
18
-This module is Copyright (c) 2007,2008 Brice Figureau, and is licensed under the BSD license (see LICENSE).
18
+This module is Copyright (c) 2007-2011 Brice Figureau, and is licensed under the BSD license (see LICENSE).
19 19
  * rbtree and shm_zone code is based on Igor Sysoev limit_zone Nginx module.
20 20
  * expire header code is based on Igor Sysoev header_filter Nginx module.
21 21
 
@@ -30,7 +30,7 @@ WARNING:
30 30
 Installation
31 31
 ============
32 32
 
33
-nginx_uploadprogress_module has been tested with Nginx 0.6.1, 0.6.12, 0.6.13 and 0.6.30.
33
+nginx_uploadprogress_module has been tested with Nginx 0.6.x, 0.7.x, 0.8.x and 1.0.x.
34 34
 
35 35
 Download the Nginx sources from http://nginx.net/ and unpack it.
36 36
 

Loading…
취소
저장