Fix for Changelog.
This commit is contained in:
parent
935f5af066
commit
28ef8caad8
70
ChangeLog
70
ChangeLog
@ -2,41 +2,6 @@
|
||||
Version 1.8.0
|
||||
*******************************************************************************
|
||||
|
||||
2010-09-16 Fabrice Fontaine <fabrice.fontaine(at)orange-ftgroup.com>
|
||||
|
||||
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 <warwick.harvey(at)tieto.com>
|
||||
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 <jean.sigwald(at)orange-ftgroup.com>
|
||||
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 <chandrapenke(at)mcntech.com>
|
||||
* 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 <chandrapenke(at)mcntech.com>
|
||||
Add support for conditionally enabling ipv6.
|
||||
|
||||
2010-08-22 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
|
||||
* 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 <fabrice.fontaine(at)orange-ftgroup.com>
|
||||
|
||||
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 <warwick.harvey(at)tieto.com>
|
||||
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 <jean.sigwald(at)orange-ftgroup.com>
|
||||
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 <chandrapenke(at)mcntech.com>
|
||||
* 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 <chandrapenke(at)mcntech.com>
|
||||
Add support for conditionally enabling ipv6.
|
||||
|
||||
2010-09-10 Chandra Penke <chandrapenke(at)mcntech.com>
|
||||
Fix for compilation in debug builds.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user