View Issue Details

IDProjectCategoryView StatusLast Update
0000160fileGeneralpublic2020-05-30 23:58
Reporterrurban Assigned Tochristos  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.38 
Fixed in Version5.39 
Summary0000160: Add latest AutoCAD DWG magic for r2018
DescriptionAttached 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.
TagsNo tags attached.

Activities

rurban

2020-05-15 14:51

reporter  

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
cad.patch (482 bytes)   

christos

2020-05-30 23:58

manager   ~0003418

Added, thanks!

Issue History

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