2011-08-22 01:26  rjongbloed

	* [r26334] version.h:
	  Update version number for beta v2.10.3

2011-09-01 02:26  rjongbloed

	* [r26385] src/ptclib/random.cxx:
	  Fixed start up issue with statically built applications that use
	  Random numbers.

2011-09-06 09:06  ededu

	* [r26396] plugins/configure.in:
	  Check version of autoconf, since sometimes if two autoconf
	  versions are installed, the old one gets used

2011-09-06 09:15  ededu

	* [r26398] plugins/vidinput_v4l2/vidinput_v4l2.cxx:
	  Cleanup code

2011-09-12 05:29  rjongbloed

	* [r26403] configure:
	  Update configure after configure.ac change.

2011-09-12 07:15  rjongbloed

	* [r26406] src/ptlib/unix/pipechan.cxx, src/ptlib/unix/socket.cxx:
	  iOS changes, especially adding network interface detection,
	  thanks Yuri Kiryanov.

2011-09-13 01:28  rjongbloed

	* [r26416] plugins/sound_alsa/sound_alsa.cxx:
	  Fixed misleading trace logs on ALSA errors that aren't really
	  errors, thanks Markus Trenkwalder

2011-09-20 03:01  rjongbloed

	* [r26448] src/ptlib/msos/svcproc.cxx, src/ptlib/msos/wincfg.cxx:
	  Back ported fixes for service process and Vista registry.

2011-09-22 05:27  rjongbloed

	* [r26456] configure.ac, include/ptbuildopts.h.in,
	  include/ptclib/vsdl.h, samples/vidtest/main.cxx,
	  samples/vidtest/main.h, src/ptclib/vsdl.cxx:
	  Fix SDL video so works when have more than one output, e.g. rx
	  video and tx preview. SDL only allows a single window so need to
	  partition it for separate video streams.

2011-09-27 04:14  rjongbloed

	* [r26480] include/ptlib/msos/ptlib_2005.dtf,
	  include/ptlib/msos/ptlib_2005_wm.dtf,
	  include/ptlib/msos/ptlib_2005_wm6.dtf,
	  include/ptlib/msos/ptlib_2008.dtf,
	  include/ptlib/msos/ptlib_2010.dtf,
	  include/ptlib/msos/ptlibd_2005.dtf,
	  include/ptlib/msos/ptlibd_2005_wm.dtf,
	  include/ptlib/msos/ptlibd_2005_wm6.dtf,
	  include/ptlib/msos/ptlibd_2008.dtf,
	  include/ptlib/msos/ptlibd_2010.dtf,
	  include/ptlib/msos/ptlibn_2005.dtf,
	  include/ptlib/msos/ptlibn_2005_wm.dtf,
	  include/ptlib/msos/ptlibn_2005_wm6.dtf,
	  include/ptlib/msos/ptlibn_2008.dtf,
	  include/ptlib/msos/ptlibn_2010.dtf:
	  Update symbols

2011-10-03 22:57  rjongbloed

	* [r26506] src/ptlib/common/vconvert.cxx:
	  Fixed incorrect test for memcpy short cut in
	  PColourConverter::CopyYUV420P(), thanks David Corrie

2011-10-04 23:28  rjongbloed

	* [r26516] include/ptclib/mime.h, src/ptclib/inetprot.cxx:
	  Added virtual to function that adds a mime entry, required by SIP
	  mime compact form support.

2011-10-05 04:54  rjongbloed

	* [r26520] include/ptclib/psockbun.h, include/ptlib/pfactory.h,
	  include/ptlib/pluginmgr.h, src/ptclib/psockbun.cxx,
	  src/ptclib/pssl.cxx, src/ptlib/common/osutils.cxx,
	  src/ptlib/common/pluginmgr.cxx:
	  Fixed ability to destroy and re-create a PProcess. In the
	  process:
	  Fixed some PFactory confusion with singleton and dynamic flags.
	  Fixed the memory recovery of singletons when PProcess destroyed.
	  Added some support macros for singleton factories.

2011-10-06 04:24  rjongbloed

	* [r26549] ., include/ptclib/pnat.h, include/ptlib/pfactory.h,
	  src/ptclib/pstun.cxx:
	  Fixed usage of factories for NAT methods, avoids multiple
	  instances of the factory worker.
	  Fixed tiny memory leak.

2011-10-07 02:49  rjongbloed

	* [r26555] src/ptclib/httpclnt.cxx:
	  Do not include nonce in comparison of basic HTTP authentication
	  as it usually changes every time, so it never matches. The other
	  fields are the important bits that make it the "same"
	  authentication.

2011-10-08 06:17  rjongbloed

	* [r26567] include/ptlib/pfactory.h:
	  Removed assert due to extrememly strange behaviour with some
	  versions of compilers.

2011-10-10 10:54  rjongbloed

	* [r26573] src/ptlib/unix/tlibthrd.cxx:
	  Fixed timed PSemaphore::Wait() returning false immediately if get
	  a signal.

2011-10-10 11:11  rjongbloed

	* [r26575] src/ptlib/unix/assert.cxx:
	  Fixed missing "Ignore" option in asserts.

2011-10-12 08:46  rjongbloed

	* [r26578] include/ptclib/vxml.h, src/ptclib/vxml.cxx:
	  Fixed numerous issues with VXML interpreter. Code clean up too.

2011-10-13 05:17  rjongbloed

	* [r26586] include/ptclib/vxml.h, src/ptclib/vxml.cxx:
	  Fixed more issues with VXML interpreter. More code cleaning up
	  too.

2011-10-13 05:23  rjongbloed

	* [r26587] src/ptclib/vxml.cxx:
	  Removed assert from VXM interpreter as can happen!

2011-10-13 08:51  rjongbloed

	* [r26589] src/ptclib/vxml.cxx:
	  Fixed waiting for output of VXML OnEndDialog() playables.

2011-10-13 10:38  rjongbloed

	* [r26591] src/ptclib/vxml.cxx:
	  Attempt to fix race condition(s) in VXML, also added more
	  logging.

2011-10-13 11:15  rjongbloed

	* [r26592] src/ptclib/vxml.cxx:
	  Fixed flushing VXML also stopping silence output timer.

2011-10-13 11:51  rjongbloed

	* [r26594] include/ptlib/osutil.inl, include/ptlib/timer.h:
	  Added more intuitive Stop() function to PSimpleTimer

2011-10-13 12:07  rjongbloed

	* [r26595] include/ptclib/vxml.h, src/ptclib/vxml.cxx:
	  Yet another go at fixing some horrible race conditions in the
	  VXML.

2011-10-13 22:58  rjongbloed

	* [r26596] src/ptclib/vxml.cxx:
	  Fixed issue with new loaded XML changes sometimes not "taking".

2011-10-14 03:07  rjongbloed

	* [r26599] include/ptlib/msos/ptlib_2005.dtf,
	  include/ptlib/msos/ptlib_2005_wm.dtf,
	  include/ptlib/msos/ptlib_2005_wm6.dtf,
	  include/ptlib/msos/ptlib_2008.dtf,
	  include/ptlib/msos/ptlib_2010.dtf,
	  include/ptlib/msos/ptlibd_2005.dtf,
	  include/ptlib/msos/ptlibd_2005_wm.dtf,
	  include/ptlib/msos/ptlibd_2005_wm6.dtf,
	  include/ptlib/msos/ptlibd_2008.dtf,
	  include/ptlib/msos/ptlibd_2010.dtf,
	  include/ptlib/msos/ptlibn_2005.dtf,
	  include/ptlib/msos/ptlibn_2005_wm.dtf,
	  include/ptlib/msos/ptlibn_2005_wm6.dtf,
	  include/ptlib/msos/ptlibn_2008.dtf,
	  include/ptlib/msos/ptlibn_2010.dtf:
	  Update symbols

