From: Fridrich S. <str...@us...> - 2008-07-25 11:25:18
|
Update of /cvsroot/libwpg/libwpg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15246 Modified Files: ChangeLog libwpg.spec.in Log Message: merging from stable branch Index: ChangeLog =================================================================== RCS file: /cvsroot/libwpg/libwpg/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ChangeLog 24 Aug 2007 11:11:45 -0000 1.2 +++ ChangeLog 25 Jul 2008 11:25:14 -0000 1.3 @@ -1,5 +1,48 @@ -0.1.0 - 0.1.0 +0.1.2 - 0.1.3 + +- in WPG2, pseudo-handle polyspline: since we dont manage to generate it, + we simply draw a polyline and wait for bug reports to give us some more + information (Fridrich). +- change run-lenth decoding of bitmap code from using a manually allocated + buffer to a std::vector based solution for both WPG1 and WP2 (Fridrich). +- robustness improvement of our bitmap parser when handling corrupted + documents (Fridrich, sum1). +- when dumping binary objects and bitmaps in debug mode, don't crash when + the current directory is not writable for the user (Fridrich). +- in WPG1 Bitmap decoding, handle also bitmaps with coulour depth 2 and 4, + which allows the FINGER.WPG test file to unveil its attractions (Fridrich). +- in WPG1, attempt to handle the embedded postscript (Fridrich). +- in WPG1, handle bezier curves (Fridrich). +- in WPG1, fix for pen styles (Fridrich). +- in WPG2, don't assume 1200 dpi for embedded objects if the document specifies + a different one (Fridrich). +- in WPG2, don't try to handle embedded WPG fragments as binary documents, since + nobody other out there handles them if we don't (Fridrich). +- in WPG2, add some useful dump and debug capabilities and fix a wrong seek. +- in spec file, require pkg-config (Fridrich). +- let autogen.sh not call configure at all (Fridrich). +- allow specifying the docdir and don't install documentation as executables (patch + Michal Marek <mm...@su...>) + +0.1.1 - 0.1.2 +- Work around an issue with relative seeks backward and certain versions of libstdc++ + in the buffered stream implementation (Fridrich, sum1) +- Fix regression in decoding of bitmap in WPG2 files (Fridrich, sum1). +- Fix a bug in reading bitmap size in double precision WPG2 files (Fridrich, sum1). +- Remove some abuse of pointers in wpg2foo tools (Fridrich). +- Fix some signedness problems (Fridrich). +- Fix some array-out-of-bond errors in decoding of bitmap with corrupted + WPG1 documents (Fridrich, sum1). +- Add some sanity checks (Fridrich). + +0.1.0 - 0.1.1 - Make win32 crosscompilation very smooth (Fridrich) +- Implement win32 binary packaging using Makefile +- Compile fixes for gcc 4.3 +- Fix a load of compiler warnings with Intel compiler, with Sun + Studio,... +- Backport the bufferred file stream implementation from libwpd. +- Make autogen.sh accept glibtoolize as a valid incarnation of libtoolize 0.1.0 --> initial release - proper recognition of WPG files from WPD files (headers are practically the same) Index: libwpg.spec.in =================================================================== RCS file: /cvsroot/libwpg/libwpg/libwpg.spec.in,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- libwpg.spec.in 3 Apr 2008 09:28:35 -0000 1.11 +++ libwpg.spec.in 25 Jul 2008 11:25:14 -0000 1.12 @@ -84,7 +84,7 @@ %if %{!?_without_docs:1}%{?_without_docs:0} %files docs -%{_datadir}/doc/libwpg-@WPG_VERSION@/* +%{_datadir}/* %endif %changelog |