| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- nginx_upload_progress release 0.7 21 Nov 2009
-
- * fixed segfault when uploads are aborted (thanks to Markus Doppelbauer for
- his bug report)
-
- * session ID header name is now configurable (thanks to Valery Kholodkov)
-
- * Added directive to format output as pure json (thanks to Valery Kholodkov)
-
- * Added directive to format output with configurable template (thanks to
- Valery Kholodkov)
-
- * Added directive to set a probe response content-type (thanks to Valery
- Kholodkov)
-
- * Added upload status variables (needs a status patch) (thanks to Valery
- Kholodkov)
-
- nginx_upload_progress release 0.6 12 Sep 2009
-
- * fixed node corruption when cleaning uploads (thanks to Vladimir
- Getmanshchuk for his detailed report)
-
- nginx_upload_progress release 0.5 28 Jun 2008
-
- * fixed progress probes returning "done" when upload was still in progress
- (thanks to Alexandr Kutuzov for his detailed report)
-
- * fixed stuck worker process because of rescheduled timer when issuing a
- reload or graceful quit (thanks to Alexandr Kutuzov for his detailed
- report)
-
- nginx_upload_progress release 0.4 18 May 2008
-
- * Incompatible change: track_uploads MUST be the last directive of a location
- it also must be in a proxy_pass or fastcgi_pass location.
-
- * fixed multiple worker_process issue
-
- * fixed several crash conditions
-
- nginx_upload_progress release 0.3 06 May 2008
-
- * fixed crash if the upload was denied by nginx because of any error
- condition (thanks to Michal Drapiewski for his detailed report)
-
- * report original upload error condition to client in the upload progress
- probe
-
- * case-insensitive checking of the X-Progress-ID header to overcome Internet
- Explorer XMLHttpRequest issue.
-
- nginx_upload_progress release 0.2 10 Oct 2007
-
- * the system now remembers old active uploads for 1 minute to be
- able to send back either error status or done status to upload
- progress probes.
-
- * track of HTTP error 413 (request entity too large) is implemented
- and the error status '413' is returned.
-
- nginx_upload_progress release 0.1 3 Oct 2007
-
- * public release
|