From: <dg...@su...> - 2009-01-06 15:45:34
|
Author: bellmich Date: Tue Jan 6 16:45:09 2009 New Revision: 146 URL: http://libwbxml.opensync.org/changeset/146 Log: prepare release of libwbxml version 0.10.1 Modified: wbxml2/trunk/CMakeLists.txt wbxml2/trunk/ChangeLog Modified: wbxml2/trunk/CMakeLists.txt ============================================================================== --- wbxml2/trunk/CMakeLists.txt Mon Jan 5 11:30:14 2009 (r145) +++ wbxml2/trunk/CMakeLists.txt Tue Jan 6 16:45:09 2009 (r146) @@ -2,7 +2,7 @@ SET( LIBWBXML_VERSION_MAJOR "0" ) SET( LIBWBXML_VERSION_MINOR "10" ) -SET( LIBWBXML_VERSION_PATCH "0" ) +SET( LIBWBXML_VERSION_PATCH "1" ) SET( LIBWBXML_VERSION "${LIBWBXML_VERSION_MAJOR}.${LIBWBXML_VERSION_MINOR}.${LIBWBXML_VERSION_PATCH}" ) # The most recent interface number that this library implements. @@ -15,7 +15,7 @@ # UPDATE: last release. # UPDATE: Set REVISION to 0 if any interface have been added, removed or # UPDATE: changed since the last update. -SET( LIBWBXML_LIBVERSION_REVISION 10 ) +SET( LIBWBXML_LIBVERSION_REVISION 11 ) # The difference between the newest and the oldest interfaces. # UPDATE: If any interface have been added since the last public Modified: wbxml2/trunk/ChangeLog ============================================================================== --- wbxml2/trunk/ChangeLog Mon Jan 5 11:30:14 2009 (r145) +++ wbxml2/trunk/ChangeLog Tue Jan 6 16:45:09 2009 (r146) @@ -1,9 +1,11 @@ +2009-01-06 Michael Bell <mic...@we...> * Removed a useless buffer which only creates a memory leak. * The installation of the documentation can be disabled. * LIBDATA_INSTALL_DIR was introduced (used by pkgconfig). * All tests are executed as standalone tests to get more detailed informations if a test fails. * The timezone of the nightly build-time was fixed. + 2008-12-05 Michael Bell <mic...@we...> * Fixed ticket #14 with patch from ticket (hexadecimal integer support for Wireless-Village) |