Skip to content

Commit 1d615d6

Browse files
committed
Merge tag '19.1.0' into develop
2 parents 75f45f6 + 83b9898 commit 1d615d6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

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

5+
19.1.0 (2019-09-25)
6+
===================
7+
- Feature: Update MFR's Dockerfile to be based off of Debian Buster and install LibreOffice via
8+
apt-get. It had been pulling down a LibreOffice .deb from LO's archive, but they only make the most
9+
recent patch version available. This meant that the Dockerfile had to be update with every patch
10+
release. The version in Debian Buster is v6.1.5.
11+
512
19.0.2 (2019-06-21)
613
===================
714
- Fix: Update MFR dependencies on jinja and mistune python libraries.

mfr/version.py

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

0 commit comments

Comments
 (0)