libredwg/libredwg.changes

45 lines
1.6 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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)