From: Fridrich S. <str...@us...> - 2007-12-13 14:03:52
|
Update of /cvsroot/libwpg/libwpg In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv20100 Modified Files: Tag: STABLE-0-1-0 ChangeLog configure.in Log Message: preparing release 0.1.2 Index: ChangeLog =================================================================== RCS file: /cvsroot/libwpg/libwpg/ChangeLog,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -u -d -r1.2.2.1 -r1.2.2.2 --- ChangeLog 3 Dec 2007 14:44:48 -0000 1.2.2.1 +++ ChangeLog 13 Dec 2007 14:03:41 -0000 1.2.2.2 @@ -1,3 +1,14 @@ +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 Index: configure.in =================================================================== RCS file: /cvsroot/libwpg/libwpg/configure.in,v retrieving revision 1.15.2.1 retrieving revision 1.15.2.2 diff -u -d -r1.15.2.1 -r1.15.2.2 --- configure.in 3 Dec 2007 14:44:48 -0000 1.15.2.1 +++ configure.in 13 Dec 2007 14:03:41 -0000 1.15.2.2 @@ -4,7 +4,7 @@ WPG_MAJOR_VERSION=0 WPG_MINOR_VERSION=1 -WPG_MICRO_VERSION=1 +WPG_MICRO_VERSION=2 WPG_VERSION="$WPG_MAJOR_VERSION.$WPG_MINOR_VERSION.$WPG_MICRO_VERSION" |