Brice Figureau 17 лет назад
Родитель
Сommit
96c9b61392
2 измененных файлов: 10 добавлений и 1 удалений
  1. 9
    0
      CHANGES
  2. 1
    1
      Makefile

+ 9
- 0
CHANGES Просмотреть файл

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
 nginx_upload_progress release 0.4                                  18 May 2008
10
 nginx_upload_progress release 0.4                                  18 May 2008
2
 
11
 
3
  * Incompatible change: track_uploads MUST be the last directive of a location
12
  * Incompatible change: track_uploads MUST be the last directive of a location

+ 1
- 1
Makefile Просмотреть файл

1
 dist: CHANGES README LICENSE config ngx_http_uploadprogress_module.c
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
 		 ../nginx_uploadprogress_module/CHANGES \
3
 		 ../nginx_uploadprogress_module/CHANGES \
4
 		 ../nginx_uploadprogress_module/README \
4
 		 ../nginx_uploadprogress_module/README \
5
 		 ../nginx_uploadprogress_module/LICENSE \
5
 		 ../nginx_uploadprogress_module/LICENSE \

Загрузка…
Отмена
Сохранить