wimlib 1.13.3 released

Comments, questions, bug reports, etc.
Post Reply
synchronicity
Site Admin
Posts: 472
Joined: Sun Aug 02, 2015 10:31 pm

wimlib 1.13.3 released

Post by synchronicity »

wimlib 1.13.3 has been released. This is a maintenance release. List of changes:
  • On Windows, improved performance of capturing an entire drive in some cases.
  • On Windows, fixed leaking a directory handle (or triggering a SEH exception when running under a debugger) when referencing WIM files.
  • On Windows, when applying a Windows OS image using the --compact flag, bootloader files can now be compressed with stronger compression algorithms if the version of Windows is recent enough to support it.
  • Clarified the license text.
The files and their SHA-256 checksums are:

Code: Select all

8a0741d07d9314735b040cea6168f6daf1ac1c72d350d703f286b118135dfa7e  wimlib-1.13.3.tar.gz
a65e2cdb49a19f7e1fe5fe5944af1e5099f07efc5e11e8f988e34ea317037cb8  wimlib-1.13.3-windows-i686-bin.zip
4e83ce44783894ea238404946e931a8eabc4517d037726aa92f4f78a85b3b8c7  wimlib-1.13.3-windows-x86_64-bin.zip
ryandesign
Posts: 1
Joined: Tue Oct 27, 2020 11:56 am

Re: wimlib 1.13.3 released

Post by ryandesign »

I am not able to download the source code; the file is empty.

Code: Select all

$ curl -IL https://wimlib.net/downloads/wimlib-1.13.3.tar.gz
HTTP/1.1 200 OK
Date: Tue, 27 Oct 2020 11:49:21 GMT
Server: Apache/2.4.37 (centos) OpenSSL/1.1.1c
X-Powered-By: PHP/7.2.24
Content-Disposition: attachment; filename="wimlib-1.13.3.tar.gz"
X-Frame-Options: SAMEORIGIN
Strict-Transport-Security: max-age=63072000; includeSubdomains; preload
Content-Length: 1030667
Content-Type: application/octet-stream

$ curl -OL https://wimlib.net/downloads/wimlib-1.13.3.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
$ ls -l wimlib-1.13.3.tar.gz
-rw-r--r--  1 rschmidt  staff  0 Oct 27 06:54 wimlib-1.13.3.tar.gz
$ file wimlib-1.13.3.tar.gz
wimlib-1.13.3.tar.gz: empty
Same empty file if I download using Safari instead of curl.

The problem seems to be specific to this file; wimlib-1.13.2.tar.gz downloads fine.
synchronicity
Site Admin
Posts: 472
Joined: Sun Aug 02, 2015 10:31 pm

Re: wimlib 1.13.3 released

Post by synchronicity »

I am not able to download the source code; the file is empty.
Fixed now, sorry!
nuhi
Posts: 1
Joined: Tue Oct 27, 2020 4:31 pm

Re: wimlib 1.13.3 released

Post by nuhi »

Thanks Eric.
Post Reply