From: Fridrich S. <str...@us...> - 2005-06-15 12:20:47
|
Update of /cvsroot/libwpd/libwpd2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31416 Modified Files: Tag: fs_refactoring1 CHANGES configure.in Log Message: Synchronizing with HEAD Index: CHANGES =================================================================== RCS file: /cvsroot/libwpd/libwpd2/CHANGES,v retrieving revision 1.55 retrieving revision 1.55.2.1 diff -C2 -d -r1.55 -r1.55.2.1 *** CHANGES 14 Apr 2005 13:48:04 -0000 1.55 --- CHANGES 15 Jun 2005 12:20:37 -0000 1.55.2.1 *************** *** 1,3 **** --- 1,11 ---- CHANGES: + 0.8.1 -> 0.8.2 + - Add unicode mappings for WP5/WP3 charsets, different from WP6 + (Ariya Hidayat, Fridrich Strba, Susan Isiko Strba) + - Add unicode mappings for WP6 Arabic charsets 13 & 14 (Smokey + Ardisson) + - Fix conversion of page attributes in documents with headers/footers + (Fridrich Strba) + 0.8.0 -> 0.8.1 - Prevent endless loops while parsing sub-documents (Fridrich Strba) *************** *** 38,42 **** - Internal changes to reduce API/ABI breakage between versions (William Lachance) - Fix many memory leaks (William Lachance) ! - Can now build libwpd dynamically against OOo (William Lachance, Fridrich Strba, Caolan McNamara) 0.7.1 -> 0.7.2 --- 46,51 ---- - Internal changes to reduce API/ABI breakage between versions (William Lachance) - Fix many memory leaks (William Lachance) ! - Can now build libwpd dynamically against OOo (William Lachance, ! Fridrich Strba, Caolan McNamara) 0.7.1 -> 0.7.2 Index: configure.in =================================================================== RCS file: /cvsroot/libwpd/libwpd2/configure.in,v retrieving revision 1.32 retrieving revision 1.32.2.1 diff -C2 -d -r1.32 -r1.32.2.1 *** configure.in 14 Feb 2005 17:55:48 -0000 1.32 --- configure.in 15 Jun 2005 12:20:37 -0000 1.32.2.1 *************** *** 5,9 **** WPD_MAJOR_VERSION=0 WPD_MINOR_VERSION=8 ! WPD_MICRO_VERSION=1 WPD_VERSION="$WPD_MAJOR_VERSION.$WPD_MINOR_VERSION.$WPD_MICRO_VERSION" --- 5,9 ---- WPD_MAJOR_VERSION=0 WPD_MINOR_VERSION=8 ! WPD_MICRO_VERSION=2 WPD_VERSION="$WPD_MAJOR_VERSION.$WPD_MINOR_VERSION.$WPD_MICRO_VERSION" |