LibreDWG - News: libredwg-0.8 released
libredwg-0.8 released
Item posted by Reini Urban <reini_urban> on Tue 25 Jun 2019 09:55:44 AM UTC.
This is a major release, adding the new dynamic API, read and write
all header and object fields by name. Many of the old dwg_api.h field
accessors are deprecated.
More here: https://www.gnu.org/software/libredwg/ and http://git.savannah.gnu.org/cgit/libredwg.git/tree/NEWS
Here are the compressed sources:
http://ftp.gnu.org/gnu/libredwg/libredwg-0.8.tar.gz (9.8MB)
http://ftp.gnu.org/gnu/libredwg/libredwg-0.8.tar.xz (3.7MB)
Here are the GPG detached signatures[*]:
http://ftp.gnu.org/gnu/libredwg/libredwg-0.8.tar.gz.sig
http://ftp.gnu.org/gnu/libredwg/libredwg-0.8.tar.xz.sig
Use a mirror for higher download bandwidth:
https://www.gnu.org/order/ftp.html
Here are more binaries:
https://github.com/LibreDWG/libredwg/releases/tag/0.8
Here are the SHA256 checksums:
087f0806220a0a33a9aab2c2763266a69e12427a5bd7179cff206289e60fe2fd libredwg-0.8.tar.gz
0487c84e962a4dbcfcf3cbe961294b74c1bebd89a128b4929a1353bc7f58af26 libredwg-0.8.tar.xz
[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact. First, be sure to download both the .sig file
and the corresponding tarball. Then, run a command like this:
gpg --verify libredwg-0.8.tar.gz.sig
If that command fails because you don't have the required public key,
then run this command to import it:
gpg --keyserver keys.gnupg.net --recv-keys B4F63339E65D6414
and rerun the 'gpg --verify' command.
Powered by Savane 3.14-8aba.
Corresponding source code