2010-05-07 04:42  rjongbloed

	* [r24323] version.h:
	  Update version number for beta v2.8.2

2010-05-18 07:50  rjongbloed

	* [r24355] ., src/ptlib/common/contain.cxx:
	  Applied variation to patch ID: 3002127 "PString::GetLength fix",
	  thanks
	  eweiser.
	  
	  Alternate patch is a bit more general and picks up other
	  conditions where SetSize() could cause the trailing '\0' to be
	  lost.

2010-05-18 07:52  rjongbloed

	* [r24357] ., src/ptlib/common/collect.cxx:
	  Applied patch ID: 3001681 "memory bug in
	  \ptlib\src\ptlib\common\collect.cxx", thanks anonymous.

2010-05-18 08:07  rjongbloed

	* [r24359] ., include/ptclib/http.h, src/ptclib/httpsrvr.cxx,
	  src/ptclib/vsdl.cxx:
	  Fixed ID: 2995158 "spelling-error-in-binary
	  ./usr/lib/libpt.so.2.6.6", thanks Mark (anonymous)

2010-05-22 03:15  rjongbloed

	* [r24367] src/ptclib/httpsrvr.cxx:
	  Fixed incorrect HTTP operation on empty strings, caused by fixing
	  earlier bug in SetSize(0) for PString. Thanks David Corrie.

2010-05-24 05:42  rjongbloed

	* [r24372] src/ptlib/common/contain.cxx:
	  Added an assert for a pathological case in PContainers. Would
	  only occur due to a multi-threading issue, and PContainers are
	  not regarded as fully "thread-safe", but there is some support
	  for threads in it and this adds to that.

2010-05-26 05:16  rjongbloed

	* [r24380] ., src/ptlib/unix/socket.cxx:
	  Applied patch ID: 3003316 "Fix for FreeBSD 8.0", thanks Jan
	  Willamowius

2010-05-27 23:43  rjongbloed

	* [r24410] include/ptclib/psockbun.h, include/ptclib/url.h,
	  src/ptclib/httpclnt.cxx, src/ptclib/httpsvc.cxx,
	  src/ptclib/inetmail.cxx, src/ptclib/psockbun.cxx:
	  Applied variation on patch ID: 3007892 "bool mismatch error with
	  --enable-ansi-bool=no", thanks eweiser

2010-05-31 06:19  rjongbloed

	* [r24427] ., src/ptclib/httpclnt.cxx:
	  Fixed another secondary bug exposed by fixing PString::SetSize(),
	  thanks David Corrie

2010-06-07 06:47  rjongbloed

	* [r24468] ., src/ptlib/msos/win32.cxx:
	  Applied patch ID: 3010958 "Problem in PThread", thanks anonymous

2010-06-08 00:39  rjongbloed

	* [r24473] ., src/ptclib/asnper.cxx:
	  Fixed error in decoding ASN.1 PER where there is no extension
	  fields being decoded at all. This would result in non-optional
	  extension fields being marked as present when they really were
	  not. 99.99% of the time this does not matter as the default value
	  (usually zero) is the correct thing to use, but in rare cases it
	  isn't e.g H.245 T38FaxProfile where default value for
	  t38FaxRateManagement if missing is a one, not zero. yes, it is
	  possible to find bugs after eight years of operation!

2010-06-29 01:44  rjongbloed

	* [r24540] include/ptclib/http.h, src/ptclib/httpclnt.cxx:
	  Applied patch to support "stale" attribute in HTTP and SIP digest
	  authentication, thanks Dan Julius

