From dd5f57dfca25875acfb9c8379920613358d12f87 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 28 Jun 2015 05:12:08 +0200 Subject: [PATCH] NEWS: mention latest fetch change. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index d1e3d15a..ed4845a8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +xbps-0.47 (???): + + * libxbps: when resuming a file transfer (.part file exists), check if the + requested offset matches the remote file size, and if that's true, + just rename the file to finish it. The HTTP server might return a 413 + return code to tell us that range is not satisfiable. + xbps-0.46 (2015-06-24): * xbps-*: all utilities are now using getopt_long() rather than getopt()