From 9fce6b4be85a9453b166cea48136974d6118eb58 Mon Sep 17 00:00:00 2001 From: Jacksgong Date: Mon, 5 Nov 2018 15:33:52 +0800 Subject: [PATCH] ci: release v1.0.5 for fixing variable bugs --- CHANGELOG.md | 15 +++++++++++++++ gradle.properties | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b001183..accf57ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +### 1.0.5 + +_2018-11-05_ + +#### Bug Fix + +- Fix `The current offset on block-info isn't update correct, x != y on z` issue which because of syncRunnable finished unexpected. closes #129 +- Fix progress don't start from breakpoint when restart paused task and using the `filedownloader-api` wrapper. closes #154 +- Fix small possibility of raising NPE issue when using `DownloadListener1`. closes #89 +- Fix directory traversal vulnerability. closes #83 +- Fix small posibility can make output-streams leak. +- Fix preallocation operation is not work issue. refs #162 +- Fix small possibility of raising NEP in `Listener4SpeedAssistExtend`. closes #121 +- Fix http-redirection can't be handled on the default download-conneciton issue. + ### 1.0.4 _2018-08-08_ diff --git a/gradle.properties b/gradle.properties index e03bf5ab..ada32af6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1536m # org.gradle.parallel=true GROUP=com.liulishuo.okdownload -VERSION_NAME=1.0.5-SNAPSHOT +VERSION_NAME=1.0.5 POM_URL=https://github.com/lingochamp/okdownload/ ISSUE_URL=https://github.com/lingochamp/okdownload/issues/