Adam Majer
137d28e025
libredwg 0.8 OBS-URL: https://build.opensuse.org/request/show/720176 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libredwg?expand=0&rev=15
56 lines
2.0 KiB
Plaintext
56 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Aug 1 11:00:01 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- update to 0.8:
|
|
* add a new dynamic API, read and write all header and object
|
|
fields by name
|
|
* API breaking changes
|
|
* Fix many errors in DXF output
|
|
* Fix JSON output
|
|
* Many more bug fixes to handle specific object types
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 10 09:49:22 UTC 2018 - astieger@suse.com
|
|
|
|
- update to 0.7:
|
|
* add API to retrieve all objects in a DWG
|
|
* various API breaking changes
|
|
* Various fixes for memory leaks and double free and other issues
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 10 12:26:48 UTC 2018 - astieger@suse.com
|
|
|
|
- update to 0.6.2:
|
|
* Improved handling of DWG files found in the wild
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 14 07:18:39 UTC 2018 - astieger@suse.com
|
|
|
|
- update to 0.6:
|
|
* 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.
|
|
* a number of bug fixes, correctness fixes and memory leak fixes
|
|
* Add support for more DWG objects
|
|
* Add pkg-config file
|
|
- drop patches (upstream): CVE-2018-14524.patch, CVE-2018-14471.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 9 09:34:20 UTC 2018 - astieger@suse.com
|
|
|
|
- CVE-2018-14524: double free (boo#1102702)
|
|
add CVE-2018-14524.patch
|
|
- CVE-2018-14471: NULL pointer dereference DoS (boo#1102696)
|
|
add CVE-2018-14471.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 14 10:00:58 UTC 2018 - jengelh@inai.de
|
|
|
|
- Trim redundant wording and future aims.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 10 09:46:52 UTC 2018 - astieger@suse.com
|
|
|
|
- initial version (0.5)
|