From: Niki Roo Date: Sat, 25 May 2019 17:33:25 +0000 (+0200) Subject: version change after patch 4.7.3 X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=commitdiff_plain;h=c98d509c2d87024a6ce17ee6c6aa21a45abeb4a2 version change after patch 4.7.3 --- diff --git a/VERSION b/VERSION index 8f820de..5deda3d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.7.2-dev +4.7.3-dev diff --git a/changelog.md b/changelog.md index 3530fff..6c95e43 100644 --- a/changelog.md +++ b/changelog.md @@ -16,6 +16,10 @@ - runtime: serial: SSL -> CryptUtils (both are **runtime** incompatible and CryptUtils is slower) - runtime: break **runtime** compat with package utils.serial (Objects) -- ServerString should still be compatible (if not SSL obviously) +## Version 4.7.3 + +- fix: Downloader: POST and 302 redirects + ## Version 4.7.2 - fix: Downloader issue with caching (input was spent when returned the first time)