|
1 | 1 | Full history from the git log |
2 | 2 | ----------------------------- |
3 | 3 |
|
| 4 | +2018-06-28 Reini Urban < [email protected]> |
| 5 | + |
| 6 | + Second test release 0.4.999 |
| 7 | + |
| 8 | +2018-06-28 Reini Urban < [email protected]> |
| 9 | + |
| 10 | + common_entity_data: fix has_ds_binary_data |
| 11 | + use instead of nolinks with r2013+ |
| 12 | + |
| 13 | + improve FIELD_2DD_VECTOR logging, print index |
| 14 | + |
| 15 | +2018-06-28 Reini Urban < [email protected]> |
| 16 | + |
| 17 | + try ACIS 2 only with .git (ifndef IS_RELEASE) |
| 18 | + |
| 19 | + add some FIELD formatting overrides FIELD_RCu lineweight FIELD_BLh rgb_color |
| 20 | + pass thru preR13 decode errors |
| 21 | + |
| 22 | + add analog VECTOR_CHKCOUNT |
| 23 | + also for HATCH. |
| 24 | + Maybe we should use these checks only for known UNKNOWN_CLASS |
| 25 | + entities. The strcmp check for the classname |
| 26 | + is resolved at compile-time already., if the classname would |
| 27 | + appear in the macro. |
| 28 | + |
| 29 | + add REPEAT_CHKCOUNT and use it more |
| 30 | + not only since r2010+ also with r2004 for invalid HATCH entities. |
| 31 | + |
| 32 | + decode BD stability: check bit_isnan |
| 33 | + when decoding bitcode encoded doubles, check for our |
| 34 | + own unique return value of bit_nan (avoiding math.h and -lm). |
| 35 | + return DWG_ERR_VALUEOUTOFBOUNDS in objects and entities then |
| 36 | + |
| 37 | +2018-06-28 Reini Urban < [email protected]> |
| 38 | + |
| 39 | + fix common_entity color ENC encoding |
| 40 | + various serious errors in the color encoding |
| 41 | + for entities, called ENC. |
| 42 | + |
| 43 | + The bug only occured with non-indexed colors |
| 44 | + with RGB or transparency values. |
| 45 | + Thanks to @arturredzko for an example DWG. |
| 46 | + |
| 47 | +2018-06-28 Reini Urban < [email protected]> |
| 48 | + |
| 49 | + api: finish docs, more renames |
| 50 | + Take the opportunity that the API should be somewhat sane and stable, |
| 51 | + to harmonize more names: |
| 52 | + align => alignment |
| 53 | + numrows => num_rows |
| 54 | + numcols => num_cols |
| 55 | + flags_ => flag |
| 56 | + |
| 57 | + remove the dwg_ent_insert scale_flag API. This is DWG internal only. |
| 58 | + |
4 | 59 | 2018-06-27 Reini Urban < [email protected]> |
5 | 60 |
|
6 | | - Release 0.5 |
| 61 | + ChangeLog: update for last month |
| 62 | + with gnulib's gitlog-to-changelog, clustered. |
| 63 | + |
| 64 | + cluster adjacent commit messages if their headers are the same and |
| 65 | + neither commit message contains multiple paragraphs. |
| 66 | + |
| 67 | +2018-06-27 Reini Urban < [email protected]> |
7 | 68 |
|
8 | 69 | python DISTCLEANFILES |
9 | 70 |
|
|
0 commit comments