Bladeren bron

Version 0.8.3

tags/v0.8.3
Brice Figureau 14 jaren geleden
bovenliggende
commit
c7c663fb48
2 gewijzigde bestanden met toevoegingen van 10 en 2 verwijderingen
  1. 8
    0
      CHANGES
  2. 2
    2
      README

+ 8
- 0
CHANGES Bestand weergeven

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
 nginx_upload_progress release 0.8.2                              07 Nov 2010
9
 nginx_upload_progress release 0.8.2                              07 Nov 2010
2
 
10
 
3
  * Session ID query string parameter name is now configurable (thanks to 
11
  * Session ID query string parameter name is now configurable (thanks to 

+ 2
- 2
README Bestand weergeven

15
 on disk, before transmitting it to the upstream server. Each individual POST upload request
15
 on disk, before transmitting it to the upstream server. Each individual POST upload request
16
 should contain a progress unique identifier.
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
  * rbtree and shm_zone code is based on Igor Sysoev limit_zone Nginx module.
19
  * rbtree and shm_zone code is based on Igor Sysoev limit_zone Nginx module.
20
  * expire header code is based on Igor Sysoev header_filter Nginx module.
20
  * expire header code is based on Igor Sysoev header_filter Nginx module.
21
 
21
 
30
 Installation
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
 Download the Nginx sources from http://nginx.net/ and unpack it.
35
 Download the Nginx sources from http://nginx.net/ and unpack it.
36
 
36
 

Laden…
Annuleren
Opslaan