Blame NEWS

Packit a7402c
0.3.1 - 0.3.2
Packit a7402c
Packit a7402c
- Require C++11 for build.
Packit a7402c
- Fix a couple of issues found by oss-fuzz.
Packit a7402c
- Improve performance of reading image data from WPG2 files.
Packit a7402c
- Various minor code cleanups.
Packit a7402c
Packit a7402c
0.3.0 - 0.3.1
Packit a7402c
Packit a7402c
- Fix crash when NULL is passed as input stream.
Packit a7402c
- Use symbol visibility on Linux. The library only exports public functions
Packit a7402c
  now.
Packit a7402c
- Fix various crashes and hangs when reading broken files found with the
Packit a7402c
  help of american-fuzzy-lop.
Packit a7402c
- Fix some warnings found by Coverity.
Packit a7402c
- Make --help output of all command line tools more help2man-friendly.
Packit a7402c
Packit a7402c
0.2.2 - 0.3.0
Packit a7402c
Packit a7402c
- Switch to librevenge
Packit a7402c
- Miscellaneous fixes and cleanups
Packit a7402c
Packit a7402c
0.1.x - 0.2.0
Packit a7402c
Packit a7402c
- Rewrite the library to reuse wherever possible the libwpd types and  APIs.
Packit a7402c
- Rewrite the libwpg API to be similar to the libwpd API where the arguments
Packit a7402c
  are passed as pairs of attribute name and values.
Packit a7402c
- Convert the embedded text inside graphics.
Packit a7402c
- Remove implementation of stream abstraction class and use the libwpd'
Packit a7402c
  WPXInputStream implementations.
Packit a7402c
Packit a7402c
0.1.2 - 0.1.3
Packit a7402c
Packit a7402c
- in WPG2, pseudo-handle polyspline: since we dont manage to generate it, 
Packit a7402c
  we simply draw a polyline and wait for bug reports to give us some more
Packit a7402c
  information (Fridrich).
Packit a7402c
- change run-lenth decoding of bitmap code from using a manually allocated
Packit a7402c
  buffer to a std::vector based solution for both WPG1 and WP2 (Fridrich).
Packit a7402c
- robustness improvement of our bitmap parser when handling corrupted
Packit a7402c
  documents (Fridrich, sum1).
Packit a7402c
- when dumping binary objects and bitmaps in debug mode, don't crash when
Packit a7402c
  the current directory is not writable for the user (Fridrich).
Packit a7402c
- in WPG1 Bitmap decoding, handle also bitmaps with coulour depth 2 and 4,
Packit a7402c
  which allows the FINGER.WPG test file to unveil its attractions (Fridrich). 
Packit a7402c
- in WPG1, attempt to handle the embedded postscript (Fridrich).
Packit a7402c
- in WPG1, handle bezier curves (Fridrich).
Packit a7402c
- in WPG1, fix for pen styles (Fridrich).
Packit a7402c
- in WPG2, don't assume 1200 dpi for embedded objects if the document specifies
Packit a7402c
  a different one (Fridrich).
Packit a7402c
- in WPG2, don't try to handle embedded WPG fragments as binary documents, since
Packit a7402c
  nobody other out there handles them if we don't (Fridrich).
Packit a7402c
- in WPG2, add some useful dump and debug capabilities and fix a wrong seek.
Packit a7402c
- in spec file, require pkg-config (Fridrich).
Packit a7402c
- let autogen.sh not call configure at all (Fridrich).
Packit a7402c
- allow specifying the docdir and don't install documentation as executables (patch
Packit a7402c
  Michal Marek <mmarek@suse.cz>)
Packit a7402c
Packit a7402c
0.1.1 - 0.1.2
Packit a7402c
- Work around an issue with relative seeks backward and certain versions of libstdc++
Packit a7402c
  in the buffered stream implementation (Fridrich, sum1)
Packit a7402c
- Fix regression in decoding of bitmap in WPG2 files (Fridrich, sum1).
Packit a7402c
- Fix a bug in reading bitmap size in double precision WPG2 files (Fridrich, sum1).
Packit a7402c
- Remove some abuse of pointers in wpg2foo tools (Fridrich).
Packit a7402c
- Fix some signedness problems (Fridrich).
Packit a7402c
- Fix some array-out-of-bond errors in decoding of bitmap with corrupted
Packit a7402c
  WPG1 documents (Fridrich, sum1).
Packit a7402c
- Add some sanity checks (Fridrich).
Packit a7402c
Packit a7402c
0.1.0 - 0.1.1
Packit a7402c
- Make win32 crosscompilation very smooth (Fridrich)
Packit a7402c
- Implement win32 binary packaging using Makefile
Packit a7402c
- Compile fixes for gcc 4.3
Packit a7402c
- Fix a load of compiler warnings with Intel compiler, with Sun
Packit a7402c
  Studio,...
Packit a7402c
- Backport the bufferred file stream implementation from libwpd.
Packit a7402c
- Make autogen.sh accept glibtoolize as a valid incarnation of libtoolize
Packit a7402c
 
Packit a7402c
0.1.0 --> initial release
Packit a7402c
- proper recognition of WPG files from WPD files (headers are practically the same)
Packit a7402c
- initial WPG record support (lots of stuff is still unsupported)