diff --git a/ChangeLog b/ChangeLog index 05ed20c..89814f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,41 +2,6 @@ Version 1.8.0 ******************************************************************************* -2010-09-16 Fabrice Fontaine - - Broken IPv6. - IPv6 is currently broken in latest release of branch-1.6.x, so find a - patch attached that correct the issue (small fixes on define, undef and - retVal). - -2010-09-10 Warwick Harvey - Patch to take notice of UPNP_USE_RWLOCK flag - - The configure.ac file included with UPnP checks for the presence of the - pthread_rwlock_t type, and then sets the value of the UPNP_USE_RWLOCK - flag appropriately. However, this flag is not referenced at all in the - source code, and thus the code does not compile on systems that don't - have the pthread_rwlock_t type (such as Android). - - Please find attached a patch (against the current 1.6.x head) that checks - the value of this flag and falls back on using mutexes if read-write - locks are not available. - -2010-09-10 Jean Sigwald - I discovered a reliable denial-of-service issue on the last stable - release of libupnp (1.6.6) remotely triggerable by any - unauthenticated user. The issue is related with a bad parsing of - malformed XML. - -2010-09-10 Chandra Penke - * SF Patch Tracker [ 2854711 ] Patch for Solaris10 compilation and usage - Submitted By: zephyrus ( zephyrus00jp ) - - Patch for Solaris10 compilation and usage. - -2010-09-10 Chandra Penke - Add support for conditionally enabling ipv6. - 2010-08-22 Marcelo Jimenez * upnp/src/api/Discovery.c: Fix a serious bug and memory leak in UpnpDiscovery_strcpy_DeviceType(). Thanks to David Blanchet for the @@ -251,6 +216,41 @@ Version 1.8.0 Version 1.6.7 ******************************************************************************* +2010-09-16 Fabrice Fontaine + + Broken IPv6. + IPv6 is currently broken in latest release of branch-1.6.x, so find a + patch attached that correct the issue (small fixes on define, undef and + retVal). + +2010-09-10 Warwick Harvey + Patch to take notice of UPNP_USE_RWLOCK flag + + The configure.ac file included with UPnP checks for the presence of the + pthread_rwlock_t type, and then sets the value of the UPNP_USE_RWLOCK + flag appropriately. However, this flag is not referenced at all in the + source code, and thus the code does not compile on systems that don't + have the pthread_rwlock_t type (such as Android). + + Please find attached a patch (against the current 1.6.x head) that checks + the value of this flag and falls back on using mutexes if read-write + locks are not available. + +2010-09-10 Jean Sigwald + I discovered a reliable denial-of-service issue on the last stable + release of libupnp (1.6.6) remotely triggerable by any + unauthenticated user. The issue is related with a bad parsing of + malformed XML. + +2010-09-10 Chandra Penke + * SF Patch Tracker [ 2854711 ] Patch for Solaris10 compilation and usage + Submitted By: zephyrus ( zephyrus00jp ) + + Patch for Solaris10 compilation and usage. + +2010-09-10 Chandra Penke + Add support for conditionally enabling ipv6. + 2010-09-10 Chandra Penke Fix for compilation in debug builds.