Fixed issue 19 "xbps-src cannot fetch source with unknown Content-Length".

This commit is contained in:
Juan RP
2012-01-05 12:26:57 +01:00
parent 7d631c5d11
commit c83a77c1b5
4 changed files with 23 additions and 9 deletions

5
NEWS
View File

@@ -1,5 +1,10 @@
xbps-0.12.0 (???):
* It's now possible to fetch files thru xbps_fetch_file() from HTTP
servers that don't set the Content-Length header. This fixes issue 19:
"xbps-src cannot fetch source with unknown Content-Length" reported
by ojab.
* Renamed some options in xbps.conf to not have dashes, such as:
fetch-timeout-connection -> FetchTimeoutConnection
fetch-cache-connections-host -> FetchCacheConnections