Release 2.4.4 - See CHANGELOG.md

This commit is contained in:
dave@tiredofit.ca 2022-07-08 12:05:16 -07:00
parent f481caa89b
commit 2f15036185
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
## 2.4.4 2022-07-08 <dave at tiredofit dot ca>
### Added
- Poco 1.12.0
## 2.4.3 2022-06-30 <dave at tiredofit dot ca>
### Added

View file

@ -23,7 +23,7 @@ ENV COLLABORA_ONLINE_BRANCH=${COLLABORA_ONLINE_BRANCH:-"master"} \
#
APP_NAME=${APP_NAME:-"Document Editor"} \
#
POCO_VERSION=${POCO_VERSION:-"poco-1.11.3-release.tar.gz"} \
POCO_VERSION=${POCO_VERSION:-"poco-1.12.0-release.tar.gz"} \
POCO_URL=${POCO_URL:-"https://github.com/pocoproject/poco/archive/"} \
#
MAX_CONNECTIONS=${MAX_CONNECTIONS:-"100000"} \