Skip to content

Commit a788dea

Browse files
author
Brice Figureau
committed
New version 0.9.0
Warning: INCOMPATIBLE CHANGE The module now outputs JSONP by default. To restore the old behavior one need to add "upload_progress_java_output" to the progress probe location.
1 parent 14a66c4 commit a788dea

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
nginx_upload_progress release 0.9.0 06 Apr 2012
2+
3+
* INCOMPATIBLE CHANGE: JSONP is now the default output for nginx upload
4+
progress module. To restore the old behavior, add:
5+
upload_progress_java_output
6+
to your nginx configuration (thanks to drewbuschhorn for this work).
7+
8+
* Add instructions in the README on how to use this module with JQuery
9+
AJAX.
10+
111
nginx_upload_progress release 0.8.4 24 Feb 2012
212

313
* Fix compatibility with nginx 1.1.15

README

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It works because Nginx acts as an accelerator of an upstream server, storing upl
1515
on disk, before transmitting it to the upstream server. Each individual POST upload request
1616
should contain a progress unique identifier.
1717

18-
This module is Copyright (c) 2007-2011 Brice Figureau, and is licensed under the BSD license (see LICENSE).
18+
This module is Copyright (c) 2007-2012 Brice Figureau, and is licensed under the BSD license (see LICENSE).
1919
* rbtree and shm_zone code is based on Igor Sysoev limit_zone Nginx module.
2020
* expire header code is based on Igor Sysoev header_filter Nginx module.
2121

@@ -26,6 +26,16 @@ http://blog.lighttpd.net/articles/2006/08/01/mod_uploadprogress-is-back
2626
WARNING:
2727
* when compiled with --with-debug, this module will produce high number of log messages.
2828

29+
INCOMPATIBLE CHANGES
30+
====================
31+
32+
v0.9.0:
33+
34+
JSONP is now the default output of the progress probes. If you rely on this module serving
35+
the deprecated java output use:
36+
upload_progress_java_output
37+
in the progress probe location.
38+
2939

3040
Installation
3141
============
@@ -150,7 +160,7 @@ upload_progress_json_output
150160
This directive sets everything to output as pure json.
151161

152162
upload_progress_jsonp_output
153-
+++++++++++++++++++++++++++
163+
++++++++++++++++++++++++++++
154164
:Syntax: upload_progress_jsonp_output
155165
:Default: N/A
156166
:Context: location

0 commit comments

Comments
 (0)