Skip to content

Commit 68ede65

Browse files
committed
Merge branch 'hotfix/0.25.3'
2 parents cadfe2a + e6257b9 commit 68ede65

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
ChangeLog
33
*********
44

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+
511
0.25.2 (2018-03-29)
612
===================
713
- Fix: Release memory consumed during csv-rendering process and force a garbage-collect cycle to

mfr/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.25.2'
1+
__version__ = '0.25.3'

0 commit comments

Comments
 (0)