|
From: Jeremy C. R. <re...@re...> - 2012-08-01 14:07:32
|
I didn't see any release notes in 1.1.0-RC6 (sorry I didn't try RC7 yet)
about any incompatibilities with 1.0.4. Will there be any notes about
it or upgrade hints? We want to support both versions.
For example, to support two versions we have:
#if (LOG4CPLUS_VERSION >= LOG4CPLUS_MAKE_VERSION(1, 1, 0))
typedef log4cplus::tstring const & LogLevelString;
#else
typedef log4cplus::tstring LogLevelString;
#endif
|