We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cadfe2a + e6257b9 commit 68ede65Copy full SHA for 68ede65
CHANGELOG
@@ -2,6 +2,12 @@
2
ChangeLog
3
*********
4
5
+0.25.3 (2018-04-03)
6
+===================
7
+- Fix: Add a subprocess timeout to the unoconv exporter so MFR doesn't wait forever for a process
8
+that might not complete.
9
+- Feature: Add user-agent to tornado access logs to help identify spiders.
10
+
11
0.25.2 (2018-03-29)
12
===================
13
- Fix: Release memory consumed during csv-rendering process and force a garbage-collect cycle to
mfr/version.py
@@ -1 +1 @@
1
-__version__ = '0.25.2'
+__version__ = '0.25.3'
0 commit comments