From 11343297a065b1630738162e372fff6783f00c11 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 26 Nov 2018 11:33:15 -0800 Subject: [PATCH] Keep the changelog up to date. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9efc82..6133cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Getdown Releases +## 1.8.1 - Unreleased + +* Added `max_concurrent_downloads` setting to `getdown.txt`. Controls what you would expect. + Defaults to two. + +* Fixed issue with running Getdown on single CPU systems (or virtual systems). It was attempting to + create a thread pool of size zero, which failed. + +* Fixed issue with backslashes (or other regular expression escape characters) in environment + variables being substituted into app arguments. + ## 1.8.0 - Oct 19, 2018 * Added support for manually specifying the thread pool size via `-Dthread_pool_size`. Also reduced