History.txt
上传用户:hzhsqp
上传日期:2007-01-06
资源大小:1600k
文件大小:13k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. Portable Windows Library Modification History
  2. =============================================
  3. Release 1.1pl17
  4. ------------
  5. AIX port, thanks Wolfgang Platzer (wolfgang.platzer@infonova.at).
  6. Start of Nucleus++ port.
  7. Fixed bug in setting current value of options in select form fields.
  8. Added ability to get at the PTraceStream without timestamps etc, 
  9. use UINT_MAX trace level.
  10. Added more guards for NULL PStrings in PConfigArg handling.
  11. Removed some warnings on compiling colour icons in PWRC.
  12. Fixed problems in decompile of .ICO file with multiple icons in PWRC.
  13. Added ability to append resources to existing file in PWRC.
  14. Fixed bug that causes crash when gettng cursor/selection position in
  15. a PEditBox.
  16. Release 1.1pl16
  17. ------------
  18. Added PConfigArgs class so can save program arguments to config files.
  19. Removed static global ojects that require construction as they cause
  20. phantom memory leaks when using the GNU compiler.
  21. Added microseconds to string output of PTime.
  22. Added strcasecmp macro, BSDish version of stricmp.
  23. Added mutex to PSoundChannel buffer structure to avoid rare but quite
  24. possible multi-threading crashes.
  25. Added tcp.h to get TCP_NODELAY for setsockopt call to pmachdep.h.
  26. Fixed missing default on PTopLevelWindow::Show() function.
  27. Fixed support for older FreeBSD (location of sysctrl program).
  28. Added variables for standard programs ar and ranlib, plus making the
  29. use of ranlib optional according to another variable.
  30. Fixed bug in restarting free running timers, would not always happen.
  31. Fixed problem with stream output width in PTimeInterval.
  32. Fixed uninitialised microseconds on some PTime constructors.
  33. Added display of thread name in SystemLog.
  34. Fixed problem where lastReadCount was not zeroed if no read occurred
  35. in a PChannel.
  36. Added OSS unix implementation for PlayFile command.
  37. Fixed race condition causing asserts in ballon help.
  38. Added directory search path argument for external DEF files in 
  39. MergeSym. This allows correct building of DLLs that use ptlib.dll.
  40. Fixed bug for symbols in external DEF file actively removed from 
  41. merged DEF file in MergeSym.
  42. Fixed production error for ValueSet in asn parser.
  43. Release 1.1pl15
  44. ------------
  45. Added option to rename imported module names in ASN parser, allows
  46. generated code #include filename matching to what would be generated
  47. elsewhere by the applications make system.
  48. Added ability to remove optional field in ASN sequence.
  49. Added simple static play functions for sound files.
  50. Added constructor to do PString conversion to PTimeInterval parsing
  51. the string as for stream I/O.
  52. Added microseconds field to PTime class.
  53. Added parameter so get/setsockopt can have other levels to SOL_SOCKET.
  54. Fixed error in check for SIOCGHWADDR define. Caused compile errors on
  55. Solaris 2.6 systems (but not 2.5 or 2.7!)
  56. Fixed problem with connect() call not timing out according to the
  57. readTimeout value of the channel.
  58. Removed ptclib/proto directory. Its purpose was lost in time and causes
  59. more problems now than it is worth.
  60. Added named threads to tracing function.
  61. Fixed handling of NULL pointer on current thread in PTRACE output.
  62. Fixed infinite recursion on PProcess::Current() = NULL assertion.
  63. Added function to determine if PProcess instance has been initialised
  64. yet for use by static objects etc.
  65. Fixed problem with asserts generating continuous output when input is 
  66. redirected and especially when EOF is read.
  67. Added the ability to get a stack dump on assert on unix systems by
  68. calling gdb on the fly.
  69. Changes to build system to make GUI selection under Unix systems
  70. easier.
  71. Changed DEBUG build to always be static libraries, an opt build will
  72. use the shared libraries.
  73. Add support for OpenBSD.
  74. Some BeOS port changes.
  75. Some VxWorks port changes, still not complete.
  76. Add some Mac OS X port changes, still not complete.
  77. Add support for NetBSD.
  78. Release 1.14
  79. ------------
  80. Added new improved random number generator. Mainly due to discovered
  81. inadaquacies in the MSVC run time version of rand().
  82. Added support for producing shared libraries.
  83. Added optimisation to array comparisons if referencing same array.
  84. Fixed problem with changing size of referenced objects, reference needed
  85. to be broken and wasn't invalidating other references causing crashes.
  86. Updated OpenSSL support.
  87. Improved FreeBSD support (later versions, OSS sound etc).
  88. Fixed some minor BeOS issues.
  89. Added support for power PC Linux variant.
  90. Fixed ASN PER encoder boundary condition error for constrained integer 
  91. encoding (values 1, 256 etc).
  92. Fixed ASN parsing of multiple IMPORTS and OID's in IMPORTS section.
  93. Release 1.13
  94. ------------
  95. Fixed alignment problem in debug memory check code (especially with
  96. sparc architecture).
  97. Fixed problem in timers startup condition in short duration (< 10 second)
  98. timers, timing out immediately.
  99. Improved some of the documentation especially the root web page.
  100. Release 1.12
  101. ------------
  102. Made static form of ConvertOSError public scope.
  103. Added override of new functions for MSVC memory check code.
  104. Added functions to get current trace options and level.
  105. Fixed display of decimals in milliseconds when precision other than 3.
  106. Fixed problem, assuring millisecond accuracy in timestamp of trace
  107. output.
  108. Improved portability of copy from host_info struct to IP address.
  109. Created PCustomListBox to allow native Motif code PStringListBox
  110. implementation.
  111. Fixed problem with PSemaphore::Wait consuming 100% CPU under unix.
  112. Changed semaphore.h inclusion to be dependent upon P_HAS_SEMAPHORE
  113. under unix.
  114. Added pipe to thread to allow asynchronous abort of socket operations
  115. under unix.
  116. Added define to only include semaphore libraries on Linux platform
  117. Changed semantics of OnClose() to be the same as PTitledWindow in Win32.
  118. Fixed problems with creating/deleting dialogs from background threads in
  119. Win32.
  120. Fixed possible crash accessing IP addresses from SNMP tables in Win32.
  121. Fixed bug in GetErrorText() occasionally returning incorrect empty
  122. string in Win32.
  123. Fixed bug in SetDimensions() to allow for a window with a menu in Win32.
  124. Added missing GetLength function for PComboBoxes in Win32.
  125. Release 1.11
  126. ------------
  127. Fixed error display for sound channels.
  128. Added Windows version of PIPSocket::GetInterfaceTable() function.
  129. Changed PTRACE so will output to system log in PServiceProcess 
  130. applications.
  131. Fixed name space problem with PSYSTEMLOG() macro.
  132. Allowed some Win32 only access to custom wave format in sound channel.
  133. Changed PSemaphore to use Posix semaphores.
  134. ASN Parser: Optimised CreateObject() switch statements, collapsing 
  135. common cases.
  136. ASN Parser: Fixed failure to put "using namespace" in every 
  137. generated .cxx file.
  138. Release 1.10
  139. ------------
  140. Fixed usage of inlines in optimised version. Was not inlined.
  141. Added ASN compiler #defines for backward support of pre GCC 2.9
  142. compilers.
  143. Added ASN compiler #defines to reduce its memory footprint.
  144. Added comparison operation to base ASN classes and compiled ASN
  145. code.
  146. Added support for ANY type in ASN parser.
  147. Fixed anomaly to always include non-optional extensions in
  148. PER encodings of the ASN parser generated code.
  149. Fixed ASN PER encoding problems for large integer values.
  150. Fixed incorrect encoding of unknown extensions in ASN PER.
  151. Fixed incorrect size of ASN PER OID if zero length encoded.
  152. Added ability to get the host/port of the the last packet
  153. read/written to UDP socket.
  154. Added ability to listen to specific interfaces for IP sockets.
  155. Added operator>> for PIPSocket::Address class.
  156. Fixed problem with creating windows in background threads, not
  157. happening until have a message sent.
  158. Fixed problem with calling modal dialog from a background thread.
  159. Fixed problem with GUI menu item stopping working on calling
  160. SetString().
  161. Changes to aid in breaking I/O locks on thread termination. Still
  162. needs more work especially in BSD!
  163. Fixed problem with destroying PMutex that is already locked.
  164. Fixed termination hang up problem with memory check code under unix
  165. pthreads.
  166. Added mutex in memory check detection code.
  167. Added missing operator on smart pointer to return the pointer!
  168. Cleaned up the smart pointer code (macros).
  169. Added concatenation function to "base type" arrays.
  170. Added "NoWin" option to prevent display of window in command
  171. line commands of "Service Process" applications.
  172. Added audio loopback psuedo-device (thanks Philip Edelbrock)
  173. Fixed bug in display of PTimeIntervals larger than 24 hours.
  174. Added missing unix paths include (esp. for VARRUN in svcproc)
  175. Added support for libc5 and libc6 compiles under Linux (libc6
  176. uses pthreads).
  177. Fixed problem with EINTR causing sound channel reads and write
  178. to fail, thanks to phil@netroedge.com!
  179. Release 1.09
  180. ------------
  181. Fixed bug when assigning negative number to a cosntrained
  182. PASN_Integer.
  183. Fixed bug in encoding/decoding OID greater than 2.39 in PER and
  184. BER ASN.
  185. Changed PASN_Choice cast operators in ASN generated code so no
  186. longer "break" const-ness of object.
  187. Fixed bug in encoding sequence of constrained primitive type in
  188. ASN generated code, constraint not set.
  189. Fixed bug in not emitting namespace use clause in ASN generated code.
  190. Added "normalisation" of separate sequence of <base type> to be
  191. single class in ASN generated code.
  192. Fixed some 64 bit compatibility issues.
  193. Fixed being able to cast an unsigned to a PTimeInterval.
  194. Improved resolution of PTimer::Tick() to be millisecond accurate.
  195. Rewite to compensate for linux OSS sensitivity to ioctl order.
  196. Added code to allow full duplex audio.
  197. Fixed build problems with not including oss.cxx in library if
  198. OSTYPE not "linux"
  199. Fixed bug in PFile::Copy, does not write last chunk of data to
  200. new file.
  201. Fixed bug when breaking block by closing the PSoundChannel in
  202. other thread.
  203. Fixed bug in PThread::IsSuspended(), returned exactly the
  204. opposite state!
  205. Fixed bug in PFilePath::SetType finding dots outside of file
  206. name in path.
  207. Portability issues, especially n BeOS (thanks Yuri!)
  208. Release 1.08
  209. ------------
  210. Fixed bug causing crashes on pass through of unknown extensions in
  211. PER encoding.
  212. Fixed race condition on indirect channel close, mutex needed in
  213. PIndirectChannel.
  214. Fixed core dump problem with SIGINT/SIGTERM terminating process.
  215. Fixed bug in not returning correct default recorder (waveIn) device
  216. under MS Windows.
  217. Release 1.07
  218. ------------
  219. Improved tracing yet again. Now has options for adding timestamps,
  220. thread ID etc to the trace output as well as the file/line number.
  221. Fixed bug in the output code in ASN compiler for string constraints
  222. under PER. They were not being set on the correct object causing
  223. decode failures (usually via assert).
  224. Added PConsoleChannel class to allow access to stdin/stdout/stderr
  225. as a PWLib channel. Primarily this is for allow read from stdin to
  226. not block the cooperative multithreading.
  227. Fixed bug in printing PTimeInterval objects, would leave fll char
  228. set to '0'. Also ignored stream width parameter.
  229. Release 1.06
  230. ------------
  231. Added better User Interface to make files.
  232. Major ASN Parser enhancements for parameterised types etc.
  233. Fixed problems with decoding of extensions (signed/unsigned bug) 
  234. in ASN PER.
  235. Fixed date parsing to be forgiving of rubbish at end of date string.
  236. Fixed problem with not stopping date parse at end of line.
  237. Fixed PTime::GetHour() etc to not crash on time=-1.
  238. Fixed ugly little bug in the cooperative multithreading that meant 
  239. that threads blocked on timers didn't always get rescheduled.
  240. Changed channel output flush to remove double Write() call. This caused
  241. problems on TCP/IP stuff getting a packet for the first byte and then
  242. another pacet for the rest of the buffer.
  243. Added retries to DNS lookup if get temporary error.
  244. Fixed race condition in doing Select() on closed sockets. Could go 
  245. into infinite wait.
  246. Added ability to open file as standard input, output and error streams.
  247. Added function to get default audio device.
  248. Added initialisers to string containers (list, sorted list and set).
  249. Release 1.05
  250. ------------
  251. Changed build to allow for 64 bit processors (Alpha port).
  252. Minor changes to support egcs compiler.
  253. Added SIGHUP and SIGWINCH handlers to increase and decrease the log
  254. level respectively in a service (daemon) application.
  255. Release 1.04
  256. ------------
  257. Large numbers of changes to support automated documentation system
  258. doc++.
  259. Utilised full grammar parsing for dates.
  260. Simultaneous MSVC 6 and MSVC 5 compatibility.
  261. Improved trace facility adding trace levels and #define to remove all
  262. trace code.
  263. Various BeOS port modifications.
  264. Fixed bug in IP access control lists compatibility with unix
  265. hosts.allow and hosts.deny files.
  266. Added support for UDP in SOCKS 5 classes.
  267. Added [] operator PIPSocket::Address to get the bytes out of an IP
  268. address.
  269. Fixed ability to have PMEMORY_CHECK on/off on both debug/release
  270. versions.
  271. Sound driver interface implementation to Linux OSS specification.
  272. Release 1.03
  273. ------------
  274. Very slack in not producing histories for earlier versions.
  275. ------------------------------------------------------------------------------