--- psiconv/trunk/NEWS 2004/02/02 20:43:04 192 +++ psiconv/trunk/NEWS 2005/02/25 18:34:18 254 @@ -1,4 +1,30 @@ -0.9.0 200401?? New major library version number breaks source compatibility: +0.9.6 20040430 Compilation fixes for Solaris + Compilation fixes for ImageMagick unavailability + +0.9.5 20040406 Bug fixes + Compilation with gcc 2.95.x should work again + +0.9.4 20040316 Mostly bug fixes + Minimum version required for AbiWord 2.1.1 and later + +0.9.3 20040226 Minimum version required for new AbiWord 2.1 plugin + Fixed a few minor bugs + Added psiconv_unicode_from_list and psiconv_unicode_strstr + Much better error and progress reporting in generators + +0.9.2.1 20040223 Quick fix for the library number mistake in 0.9.2 + +0.9.2 20040223 Many bugfixes, among them some critical ones: + * Package now builds without psiconv.conf files installed + UTF8 Psion support might now actually work + -c argument introduced for psiconv program + +0.9.1 20040209 Added the psiconv-config program. + Fixed the installation of @includedir@/psiconv/general.h + Added the forgotted psiconv_config_free function. + Removed some small memory leaks. + +0.9.0 20040204 New major library version number breaks source compatibility: * All strings and characters are now stored in UCS-2 * New config structure. - Call psiconv_config_default and psiconv_config_read at the @@ -12,7 +38,7 @@ * psiconv_sketch_section data representation changes * New verbosity level PSICONV_VERB_ERROR Use config files /etc/psiconv.conf and ~/.psiconv.conf - Support automake 1.6 and 1.7 + Support automake 1.6, 1.7 and 1.8 Support autoconf-2.50 and up Support ImageMagick 5.4.x and 5.5.x (API changed once again...) Support Unicode output in psiconv program (Keita Kawabe)