1.0.3: 2004-04-26 Christophe de VIENNE * libxml++/nodes/contentnode.cc: Fixed set_content which used xmlNodeAddContent instead of xmlNodeSetContent (thanks to Marcello Orizi who outlined it). 2004-04-26 Christophe de VIENNE * libxml++/api_export.h: Fixed the LIBXMLPP_DLL macro which made the compilation failed when not compiling a dll. 2004-03-03 Christophe de VIENNE Made necessary changes to be able to compile a dll under mingw32. Tested under linux, should work as well with msys. This will normaly not break the ABI under unix. * configure.in: - Added detection of mingw and definition of WIN32_LDFLAGS and WIN32_LIBADD. - Tells LIBTOOL to construct a dll. - Changed version number to 1.0.3 for future release (not scheduled yet). * libxml++/api_export.h: Defines LIBXMLPP macro. * libxml++/(*/)Makefile.am: Added -DLIBXMLPP_COMPILATION to DEFS * libxml++/(*/)*.h: Added LIBXMLPP to each class declaration. 1.0.2: