From: Bastiaan B. <bas...@li...> - 2002-10-27 00:21:13
|
Hi, I've put 0.3.3 on SourceForge. It's a relatively small update to 0.3.2, the two most important changes are: * build fixes for MSVC. 0.3.3 introduces PortabilityImpl.hh, an internal header file for portibality stuff that should not be part of the API. It contains aliases in namespace 'std' for the functions in <cstlib> and <cstring> we use but MSVC mistakenly puts in the global namespace. * a new PatternLayout implementation. It preparses the conversionpattern into a vector of PatternComponents. This should make it speedier and more flexible. PatternLayout now also support formatting specifiers like '%-5.5p'. Please report any bugs/problems through the normal channels (bug tracker or mailing list). Cheers, Bastiaan |