[FMPP] FMPP 0.9.8 is released
Brought to you by:
ddekany
|
From: Daniel D. <dd...@fr...> - 2005-01-28 20:47:09
|
FMPP 0.9.8 is released. Download: http://prdownloads.sourceforge.net/fmpp/fmpp_0.9.8.tar.gz New features, improvements: * FreeMarker 2.3.2mod (a stable nightly build after 2.3.2) is included. * FMPP was updated to enable the new output encoding and URL escaping related features of FreeMarker 2.3.1. (The usage of 2.3.2mod is recommended because of a bugfix.) * New setting: urlEscapingCharset * Java API: added static final fields to Engine for reserved engine parameter (setting) value strings: PARAMETER_VALUE_SOURCE, PARAMETER_VALUE_HOST, PARAMETER_VALUE_OUTPUT. Also added the similar missing static fields to the Settings class. Bugfixes: * The reserved "host" output encoding value was not resolved in some rare cases. * The pp.urlEnc/pp.urlPathEnc functions and the fmpp.util.StringUtil.urlEnc(...)/urlPathEnc(...) methods were malfunctioned with a few charsets, for example with UTF-16, UTF-7, and EBCDIC based charsets. * Warning! Incompatible Java API change! The documentation of fmpp.ProgressListener.notifyProgressEvent(...) forgot to mention regarding the event parameter that: "As new event types can be introduced with new FMPP versions (even if it happens very seldom), a progress listener implementation should survive events that it does not understand. That is, it must not stop with an error, but it should silently ignore the event." Note that there is no new event type in this version. * Many fixes in the Manual and in the the API JavaDocs. * Warning! Incompatible Java API change! The fmpp.util.NullWriter and fmpp.util.NullOutputStream classes has no public constructor anymore. Use their static INSTANCE field to get the singleton. * Fixed test-suite bugs: Windows vs UN*X vs Mac line-breaks, class-path problem in the build.xml. -- Best regards, Daniel Dekany ____________________________________________________________________ Miert fizetsz az internetert? Korlatlan, ingyenes internet hozzaferes a FreeStarttol. Probald ki most! http://www.freestart.hu |