Browse Source

v0.5

tags/v0.5
Brice Figureau 17 years ago
parent
commit
96c9b61392
2 changed files with 10 additions and 1 deletions
  1. 9
    0
      CHANGES
  2. 1
    1
      Makefile

+ 9
- 0
CHANGES View File

@@ -1,3 +1,12 @@
1
+nginx_upload_progress release 0.5                                  28 Jun 2008
2
+
3
+ * fixed progress probes returning "done" when upload was still in progress
4
+   (thanks to Alexandr Kutuzov for his detailed report)
5
+
6
+ * fixed stuck worker process because of rescheduled timer when issuing a 
7
+   reload or graceful quit (thanks to Alexandr Kutuzov for his detailed
8
+   report)
9
+
1 10
 nginx_upload_progress release 0.4                                  18 May 2008
2 11
 
3 12
  * Incompatible change: track_uploads MUST be the last directive of a location

+ 1
- 1
Makefile View File

@@ -1,5 +1,5 @@
1 1
 dist: CHANGES README LICENSE config ngx_http_uploadprogress_module.c
2
-	tar czvf ../nginx_uploadprogress_module-0.4.tar.gz  \
2
+	tar czvf ../nginx_uploadprogress_module-0.5.tar.gz  \
3 3
 		 ../nginx_uploadprogress_module/CHANGES \
4 4
 		 ../nginx_uploadprogress_module/README \
5 5
 		 ../nginx_uploadprogress_module/LICENSE \

Loading…
Cancel
Save