SYNAPSE - Synchronous TCP/IP Library for Delphi
Other related information can be found at http://www.ararat.cz/synapse/

History:

Description:
+ added property
- removed property
* modification
# bug fix


SynaUtil

Version 3.2.1 released 2002-08-20
+ ParseParameters
+ IndexByBegin
+ IsBinaryString
+ PosCRLF
+ StringsTrim
+ PosFrom
# date and time functions now thread safe
# DecodeRFCDateTime now more resistent for broken input
* modified IsIP

Version 2.11.1 released 2002-05-05
+ AnsiCDateTime
+ GetMonthNumber
+ GetTimeFromStr
+ GetDateMDYFromStr
+ RposEx

Version 2.8.0 released 2002-02-10
# Better implementation of IsIP
* ParseURL respect new https protocol

Version 2.7.1 released 2001-12-10
+ TimeZoneBias
+ DecodeRFCDateTime for decoding various textual date and time formats
+ GetUTCTime and SetUTCTime
# Fixed Fetch

Version 2.3.0 released 2001-09-24
+ CDateTime
+ IPtoID

Version 2.1.0 released 2001-08-27
+ RPos function (like Pos, but from right side of string)
+ Fetch function for fetching string from left.

Version 2.0.1 released 2001-07-23
* optimalizations

Version 2.0.0 released 2001-05-13
+ Compatibility with Kylix

Version 1.8.0 released 2001-03-12
+ function StringReplace

Version 1.7.0 released 2001-01-22
+ function ParseURL.

Version 1.6.0 released 2000-12-10
+ function IntToBin.
+ function BinToInt.

Version 1.5.0 released 2000-11-27
- all ASN functions moved to ASN1util unit.
* Separateright work with any separator lenght.

Version 1.4.0 released 2000-10-24
+ Function StrToHex.

Version 1.3.0 released 2000-10-09
+ function SeparateLeft
+ function SeparateRight
+ function getparameter
+ function GetEmailAddr
+ function GetEmailDesc

Version 1.2.1 released 2000-09-18
# TimeZone not work correctly with daylight saving
# MIBtoID now works with element grater then 255
# IDtoMIB now works with element grater then 255

Version 1.2.0 released 2000-02-01
+ Function IPToId.

Version 1.1.0 released 2000-01-10
+ Function IsIP.
+ Function ReverseIP.
+ Function MibToId.
+ Function IdToMib.
+ Function IntMibToStr.

Version 1.0.0 released 1999-10-30
+ many misc. utils. See documentation.