File: NEWS

package info (click to toggle)
libcdr 0.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,740 kB
  • sloc: cpp: 33,217; sh: 4,836; makefile: 328; ansic: 21
file content (54 lines) | stat: -rw-r--r-- 1,539 bytes parent folder | download
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
libcdr 0.1.8

* Upgrade m4 macros.
* Fix crash appear with format CDR 14 and Gradients (tdf#130914, tdf#158268)
* Fixes parsing CDR7 files with no bbox surrounding text objects (tdf#98994)

libcdr 0.1.5

* Drop outdated MSVC project files.
* Fix several issues found by oss-fuzz.
* Switch from --enable-werror to --disable-werror as configure default.
* Miscellaneous code cleanups.

libcdr 0.1.4

* Fix several issues found by oss-fuzz.
* Require C++11 for build.
* Fix issues found by coverity.
* Various code cleanups.

libcdr 0.1.3

* Improvements for CMX parsers
  - More robust parsing using the pointers from CMX header
  - Implement almost all fills
  - Implement outline properties
  - Implement embedded raster images
  - Implement transparency lens for fills
* Some fixes for CDR parsers
  - Consider fill/outline styles
* Tools
  - Make cmx2* and cdr2* tools handle both CDR and CMX

libcdr 0.1.2

* Fix various crashes and hangs when reading broken files found with the
  help of american-fuzzy-lop.
* Fix build with boost 1.59. (rhbz#1258127)
* Fix various problems detected by Coverity.
* Do not drop empty text lines. (tdf#67873)
* Make --help output of all command line tools more help2man-friendly.
* Several other small improvements.

libcdr 0.1.1

* Fix several problems found by Coverity.
* Fix crash when NULL is passed as input stream.
* Fix various crashes and hangs when reading broken files found with the
  help of american-fuzzy-lop.
* Only export public symbols on Linux.

libcdr 0.1.0

* switch to librevenge