forked from LibreDWG/libredwg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
318 lines (283 loc) · 14.5 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
GNU LibreDWG NEWS -- history of user-visible changes. -*-indented-text-*-
Copyright (C) 2019 Free Software Foundation, Inc.
See the end for copying conditions.
LibreDWG version 0.9 - released 2019/10/6 - beta:
new API:
* Added the dxf importer, using the new dynapi and the r2000 encoder.
Status: experimental. Only for r2000 dxf's yet.
* Added utf8text conversion functions to the dynapi:
dwg_dynapi_header_utf8text, dwg_dynapi_entity_utf8text,
dwg_dynapi_common_utf8text converting unicode strings to UTF-8.
And it's higher level variants: dwg_{g,s}et_HEADER_utf8text,
dwg_{g,s}et_{ENTITY,OBJECT}_common,
dwg_{g,s}et_{ENTITY,OBJECT}_common_utf8text,
dwg_ent_{g,s}et_UTF8.
* Added the missing dwg_dynapi_common_set_value.
* Added dwg_dynapi_handle_name helper.
* Added to unstable objects: TABLESTYLE, TABLE.
TABLE r2018+ now includes TABLECONTENT.
* Added SummaryInfo section.
* Added 3DSOLID encoder.
* Added API's to find handles for names, searching in tables and dicts.
* Added TIMERLL type. raw, unencoded 2xRL julian date, for SummaryInfo.
* Added signed d variants to some types: BLd, BSd, RLd, ...
and x formatters: RLx.
* Added reverse dxf_revcvt_lweight().
API breaking changes:
* Added an is_utf8 arg to the dynapi setters:
dwg_dynapi_header_set_value, dwg_dynapi_entity_set_value,
dwg_dynapi_common_set_value, converting UTF-8 strings to TV or TU.
* Generalize object handles:
* Rename common field ownerhandle, esp. not NAME_control 330.
* Remove various null_handle fields.
* Rename LTYPE.null_handle to LTYPE.extref_handle
* Add SORTENTSTABLE.dict_handle (previous called ownerhandle,
it IS the ownerhandle. ok, there we do have both, the parenthandle
and the ownerhandle)
* Remove xrecord,proxy get_ownerhandle API
* Move ownerhandle to parent Object_Object along reactors and xdicobjhandle.
This field is common to all objects. (#118)
* Remove unneeded ownerhandle fields.
* Renamed STYLE.null_handle to STYLE.extref_handle
* Changed DIMASSOC spec
* Minor POLYLINE/VERTEX field fixups for DXF. add COMMON_ENTITY_POLYLINE.has_vertex 66,
add VERTEX_PFACE_FACE.flag 70.
* Renamed two LAYOUT fields: pspace_block_record => block_header,
last_viewport => active_viewport.
* Harmonize DICTIONARY_NAMED_OBJECT (NOD) names:
LAYOUTS => LAYOUT, PLOTSTYLES => PLOTSTYLENAME, MATERIALS => MATERIAL,
COLORS => COLOR.
* Renamed all linetype* fields to ltype.
* Removed IMAGE/WIPEOUT boundary_pt{0,1} fields. Use clip_verts[0,1] instead.
Important bugfixes:
* Fixed all remaining null pointer dereferences and memory leaks. We added
a smoke with asan, ubsan and lsan. Only the dxf importer is leaking.
* Fixed dwg_dynapi_common_*
* Fixed get_next_owned_entity, which omitted the last entity for r13-r2000.
(#143)
* Fixed the UCS-2 to utf-8 converter, causing corrupt DXF with unicode names
and strings. (#143)
* Fixed wrong object address (#112). handlestream_size is not part of obj->size.
This fixes the hdlpos += 8 FIXME's and many handles.
* Fixed FIELDLIST standard handles (#118)
* Fixed FIELD.childs and objects (#117)
* Fixed MLINESTYLE.ltype handles (#116)
* Fixed MULTILEADER content_block (#113)
* Added many missing handles 2007+ (#115)
Due to the fixed handle_stream offset, we can now reliably read many
more handles (#114):
DIMENSION_ORDINATE
DIMENSION_LINEAR
DIMENSION_ALIGNED
DIMENSION_ANG3PT
DIMENSION_ANG2LN
DIMENSION_RADIUS
DIMENSION_DIAMETER
MTEXT
BLOCK_CONTROL
STYLE
SORTENTSTABLE
APPID
DICTIONARYVAR
VPORT_ENTITY_HEADER
* Fixed OLE2FRAME encoder.
* Fixed EED code 5 as int64 (#110)
* More stable eed decoder with overflow, e.g. when dat does not advance error earlier.
Avoid endless loops on eed decoding errors.
* Various minor improvements in the dxf writer. (#143)
* Major improvements in the dxf reader. Most r2000 entities and many objects
can be imported, and read from acad dwg's.
* Various minor improvements in the dwg writer, esp. calculating the object
size and bitsize. fixed bit_write_4BITS (for VPORT.VIEWMODE)
* Protect all sizes from VALUEOUTOFBOUNDS with sensical values.
(i.e. new size restrictions)
Other newsworthy changes:
* Restricted the three dat, hdl_dat and str_dat streams in its size and
offset to the current object to detect every overflow. And report this
overflow.
* Read COMMON_ENTITY_HANDLE_DATA earlier, so that we can remove extra 2nd
handle loops at the end for r2007+ (#85)
* Support reading uncompressed sections (e.g SummaryInfo)
* Added -y/--overwrite flag to most programs.
* Better LOG_TRACE [rcount1], [rcount2] logging, expanded to the actual
index.
* Removed the dejagnu based test/testcases, merged with proper
test/unit-testing
* With the new dxf importer, a lot of logic had to be added for missing fields,
calculating them, adding defaults, and support dxfname aliases.
* Harmonized internal REPEAT macro names.
* Added decode code to recover from invalid HANDLES handleoff UMC or offset MC.
LibreDWG version 0.8 - released 2019/6/25 - still alpha:
new API:
* added a new dynamic API, read and write all header and object fields
by name. Many of the old dwg_api.h field accessors are deprecated.
* add calculated DIMENSION.flag from flag1 and flag2
* add BITCODE_UMC type for Object-map section_handles
* add reverse dwg_find_objectref lookup: linear search, only done for
entities with subentities to find the ref for the current object.
* added to stable: UNDERLAY entities, UNDERLAYDEFINITION, CAMERA objects
API breaking changes:
* rename get_first_owned_object to get_first_owned_entity,
get_next_owned_object to get_next_owned_entity.
* Changed these iterators in handling subentites (VERTEX, ATTRIB),
these are now skipped.
* rename <TABLE>.entry_name to name (#76)
* rename VPORT.shade_plot_handle back to sun_handle, dxf 361
* rename POLYLINE_3D.flag2 to curvetype, dxf 75.
* rename linewidth fields to linewt (#79)
* rename DIMENSION_ORDINATE.ucsorigin_pt to def.pt
* rename parenthandle fields to ownerhandle (#80)
* rename ent->parent to ent->ownerhandle (#82)
* replace ENTITY.subentity by ownerhandle 330
* rename _ent->entity_mode to entmode (as in ODA)
Important bugfixes:
* dwg.h now always includes stdint.h and inttypes.h, no more
int vs int32_t confusion
* Fixed many errors in DXF output:
* split BLOCKS and ENTITIES (#88)
esp. in respect to Paper_Space (#81) and Model_Space entities.
* DICTIONARY: fix hard_owner DXF 350/360.
* Fix xdata dxf groups: +1000 or XRECORD.
* Fix block names (#81), take it from its linked BLOCK entity
* Fix DIMENSION blocknames, ditto (#81).
* Fix c-quote of strings with different quoting rules than json.
* Fix _3DSOLID,_3DFACE dxfname and 3DSOLID, BODY subclass names
* Add missing DIMSTYLE 3 handle
* Support DXF elevation and extrusion as pt,
* Add dxf.test to be shell compatible
* convert CELWEIGHT and linewt values (#79)
* Support proper 330 ent->parent->handle (#82) which is not always the
MSPACE record.
* fix colors a bit
* print HANDSEED as hex (#71)
* Fixed JSON output, add tests with jq. just not yet via pipes (NOCOMMA hack).
make HEADER a hash, better ARRAY, POINTS, VECTORs, c-quote strings.
Resemble more to the DWG structure, not DXF: Rename ENTITIES to OBJECTS,
TODO: FILEHEADER sections (#76)
* Validate decoded and sort DXF output of entities with subentities
(POLYLINE, INSERT) (#83). In DWG they have different orderings,
fixup some off-by-one decoding errors (e.g. wrong handle stream offset).
* Fixed HATCH gradientfill color (#89)
* decode: set proper ->dxfname from classes.inc, Fixes ACDBDICTIONARYWDFLT
DXF object and simplifies out_dxf.
* Fix some CRC checks: RSx vs RS_LE, add unused crc64 code.
* More overflow and free protections added by Denis Pruchkovsky
* Extend read/write bit_MC/UMC from 4 to 5 bytes (denis #70, PR #65)
This is broken in all other dwg libraries.
* Fix bit_convert_TU for >U+800 (#80)
* Fixed more memory leaks (denis and rurban)
* Fixed some double-free's and oob errors in EED (#99, #104)
Other newsworthy changes:
* add --disable-bindings configure switch (#86)
* add more codepages to dxf: ANSI_1253, ANSI_1254, ANSI_936, ANSI_949
* add cirrus FreeBSD smoker
* rename dxf_example.{lsp,sh} to dxf-allcvt.*
* add dxf-roundtrip.sh, via TeighaFileConverter
LibreDWG version 0.7 - released 2018/12/6 - still alpha:
new API:
* add dwg_get_OBJECT(dwg) API for all objects in a DWG.
analog to dwg_get_ENTITY, but including all objects, tables,
block headers, even if unowned.
Note that the dwg_api will be revamped from static to dynamic before 1.0.
field accessors will be by name argument and ... (va_args)
See the work/dynapi branch #59 (in progress).
dwg_get_OBJECT(dwg) will be renamed to dwg_getall_OBJECT(dwg),
dwg_get_ENTITY(blkhdr) to dwg_getall_ENTITY(blkhdr).
API breaking changes:
* Changed BITCODE_RC from signed to unsigned char (#44)
* LEADER changes: rename hooklineonxdir to hookline_dir,
rename unknown_bit_4 to hookline_on,
endptproj only until r2007. (but still not 100% correct)
* MULTILEADER changes: rename num_vertex to numpts (analog to LEADER),
change vertex to points[] (PR #49 Denis Pryt)
* Fixed dwg_get_ENTITY(hdr): NULL-terminate the result (#60)
Important bugfixes:
* Fixed all memory leaks and double-free's (#43, #42, PR #58 Denis Pryt)
* Fixed EED sizes (PR #48, Denis Pryt)
* Fixed BLOCK_HEADER.num_inserts, esp. with xref's (#44).
For decode and encode.
* Fixed LTYPE.dash (#44)
* Fixup LEADER DXF values and path_type with annot_type mixup.
* Fixed TABLE.value.data_type with flags kGeneral (#54 Denis Pryt)
* Fixes VECTOR_CHKCOUNT segfault on unassigned obj->dxfname's
(esp. for <=R12), and fix overflows (#56)
* dwglayers: fix for DICTIONARY breaking the list output (#51)
* dxf: fix dxf_blocks_write for empty paper_space (#52)
* Fixed example/load_dwg.py allowing non-critical error codes
Other newsworthy changes:
* Check for RUNNING_ON_VALGRIND and call dwg_free then, even
if previously skipped.
* Renamed all remaining API "null malloc" error messages to
"Out of memory"
* Harmonized in_dxfb with in_dxf, but still WIP
LibreDWG version 0.6.2 - released 2018/11/07 - still alpha:
Important bugfixes:
* Fixed several out_dxf segfaults (#39)
* Enhanced the section size limit from 2032 to 2040.
There were several DWG files with a section size of 2035
in the wild. (PR #41, Denis Pryt)
* Fixed EED realloc on decoding when end - dat->byte == 1
(PR #41, Denis Pryt)
LibreDWG version 0.6.1 - released 2018/11/05 - still alpha:
Important bugfixes:
* fix wrong FIELD_2DD_VECTOR in dwg decode (#40).
LibreDWG version 0.6 - released 2018/08/13 - still alpha:
API breaking changes:
* Removed dwg_obj_proxy_get_reactors(), use dwg_obj_get_reactors() instead.
* Renamed SORTENTSTABLE.owner_handle to SORTENTSTABLE.owner_dict.
* Renamed all -as-rNNNN program options to --as-rNNNN.
Other newsworthy changes:
* Removed all unused type-specific reactors and xdicobjhandle fields,
use the generic object and entity fields instead.
* Added signed BITCODE_RLd and BITCODE_BLd (int32_t) types.
* Added unknown_bits field to all UNSTABLE/DEBUGGING classes.
* Custom CFLAGS are now honored.
* Support for GNU parallel and coreutils timeout logfile and picat processing.
Important bugfixes:
* Fixed previously empty strings for r2007+ for some objects and entities (#34).
* Fixed r2010+ picture size calculation (DXF 160, 310), leading to wrong entity offsets.
* Added more checks for unstable objects: empty handles, controls, overflows, isnan.
* Fixed some common_entity_data, mostly with non-indexed colors and gradient filled HATCH
(#27, #28, #31)
* Fixed some proper relative handles, which were previously treated as NULL handle.
* Fixed writing TV strings, now the length includes the final \0 char.
* Fixed the initial minimal hash size, fixing an endless loop on very small
(truncated) DWG's (<1000 bytes).
* Much less memory leaks.
* Improved free, i.e. no more double free with EED data. (#33)
* Better perl bindings build support on Windows, prefer local dwg.h over
installed dwg.h on testing (#29).
* Fixed dejagnu compilation on C11 by using -fgnu89-inline (#2)
New features:
* Added unstable support for the objects ASSOCDEPENDENCY, ASSOCPLANESURFACEACTIONBODY,
DBCOLOR, DIMASSOC, DYNAMICBLOCKPURGEPREVENTER, HELIX, LIGHT, PERSSUBENTMANAGER,
UNDERLAYDEFINITION and the entities MULTILEADER, UNDERLAY.
* Added getopt_long() support to all programs, position independent options.
* Implemented examples/unknown to find field layouts of unknown objects.
With bd and bits helpers to decode unknowns.
Now with a http://picat-lang.org helper. See also HACKING and savannah News.
* Implemented parsing ACIS version 2 to the binary SAB format.
* Added all missing dwg_object_to_OBJECT() functions for objects.
* Added dwg_ent_minsert_set_num_cols(), dwg_ent_minsert_set_num_rows()
* Added --disable-dxf, --enable--debug configure options. With debug there are many
more unstable objects available.
* Added libredwg.pc (#30)
* Added valgrind supressions for known darwin/glibc leaks.
* Changed and clarified the semver version numbering on development checkouts with
major.minor[.patch[.build.nonmastercommits-gittag]]. See HACKING.
LibreDWG version 0.5 - released 2018/07/05:
This is the first public release ever, after several years of silence.
It can read most r13-r2018 DWG files, and write r2000 DWG,
write DXF and GeoJSON files for all versions.
There are also many new programs: dwgread, dwgwrite, dwgrewrite,
dwg2dxf, dwglayers, dwggrep, dwgbmp, dwg2SVG (very basic), dwg2ps (infancy).
See the manual, ChangeLog or git history for details.
The API is usable but still pretty rough, we might still rename
some functions or names for better consistency and add more encoding API.
Copyright information:
Copyright (C) 2009-2019 Free Software Foundation, Inc.
This library is free software, licensed under the terms of the GNU
General Public License as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.