View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000160 | file | General | public | 2020-05-15 14:51 | 2020-05-30 23:58 |
Reporter | rurban | Assigned To | christos | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.38 | ||||
Fixed in Version | 5.39 | ||||
Summary | 0000160: Add latest AutoCAD DWG magic for r2018 | ||||
Description | Attached patch adds support for the current AutoCAD DWG format, used since 2018. AC1027 DWG AutoDesk AutoCAD 2013-2017 AC1032 DWG AutoDesk AutoCAD 2018/2019 I'm the GNU LibreDWG maintainer. | ||||
Tags | No tags attached. | ||||
|
cad.patch (482 bytes)
diff --git magic/Magdir/cad magic/Magdir/cad index 4bc44bcf..efcd2c87 100644 --- magic/Magdir/cad +++ magic/Magdir/cad @@ -229,7 +229,11 @@ !:mime image/vnd.dwg 0 string AC1024 DWG AutoDesk AutoCAD 2010/2011/2012 !:mime image/vnd.dwg -0 string AC1027 DWG AutoDesk AutoCAD 2013/2014 +0 string AC1027 DWG AutoDesk AutoCAD 2013-2017 +!:mime image/vnd.dwg + +# From GNU LibreDWG +0 string AC1032 DWG AutoDesk AutoCAD 2018/2019 !:mime image/vnd.dwg # KOMPAS 2D drawing from ASCON |
|
Added, thanks! |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-05-15 14:51 | rurban | New Issue | |
2020-05-15 14:51 | rurban | File Added: cad.patch | |
2020-05-30 23:58 | christos | Assigned To | => christos |
2020-05-30 23:58 | christos | Status | new => assigned |
2020-05-30 23:58 | christos | Status | assigned => resolved |
2020-05-30 23:58 | christos | Resolution | open => fixed |
2020-05-30 23:58 | christos | Fixed in Version | => 5.39 |
2020-05-30 23:58 | christos | Note Added: 0003418 |