| ADJ | Released stable version of plug-ins. | 
| ADJ | Library linked against SVN 1.6.6 code. | 
| ADJ | Released stable version of plug-ins. | 
| ADJ | Library linked against SVN 1.6.3 code. | 
| ADJ | Released stable version of plug-ins. | 
| BUG | Fixed crash bug in ISVNClient::Copy function. | 
| BUG | Fixed memory leak bug in authentication functions. | 
| ADJ | Use reasonable defaults for Diff when no revisions were specified. (Actually, we need it for access to "working copy" revision, because it has no predefined name, like "HEAD" or "BASE"). | 
| ADJ | Add 128-bit encryption support for sasl plugin DIGEST-MD5. | 
| ADJ | Library linked against SVN 1.6.0 code. | 
| BUG | Fixed leak of memory in CSVNClient::AddFiles. | 
| BUG | Fixed function SccQueryInfoEx for PB. Now it takes files' version numbers from repository. | 
| BUG | Fixed function CSVNClient::CheckOut. Now its befaviour shouldn't differ from "svn checkout" command behaviour. | 
| ADJ | Released stable version | 
| ADJ | Library linked against SVN 1.5.1 code. | 
| ADJ | Library linked against SVN 1.5.0 code. | 
| ADJ | Library linked against SVN 1.4.6 code. | 
| BUG | Project moved to VS2005 (mostly in order to use new ATL version, compatible with DEP). | 
| BUG | Added new functions GetPropFirst2 (SAFEARRAY** pData) and GetPropNext2 (SAFEARRAY** pData)  for better compatibility with VBScript / JScript | 
| BUG | Fixed bug with using non-ASCII symbols. | 
| BUG | Finally fixed bug with falling SVNCOM. | 
| BUG | Finally fixed bug with verifying online/offline server status. | 
| BUG | Bug with saving some entrase file in XML format fixed. | 
| ADJ | Library linked against SVN 1.4.5 code. | 
| NEW | Added function SvnTimeToHumanString. This function convert Date/time from svn internal format (int64) to string. | 
| ADJ | Library linked against SVN 1.4.0 code. | 
| NEW | Added function LinkWithParentFolder. Join specified local folder with parent folder into single tree. | 
| NEW | Added function GetConflictRev. This function retrives the suffixes of base/theirs/mine files for given file for which conflict is in effect. | 
| NEW | Added function GetSvnUrl. This function retrives the SVNURL for given working path. | 
| ADJ | Version change | 
| ADJ | Library linked against SVN 1.3.1 code. | 
| ADJ | Error objects from svn library now are processed recursively, so the full error information is thrown outside of COM object. | 
| NEW | Added function RaGetReposiotryRoot. This function retrives the root SVNURL or repository URL for given server path. | 
| NEW | Added function RaCheckUrlKind. Function check URL in repository and reports is it a file or folder. | 
| ADJ | The "Log" function modified to return data in native format rather than textual. | 
| ADJ | Annotate function now get a peg revision as parameter and returns result as an object. | 
| ADJ | All objects of library now use free threaded marshaller and should be registered in MTA. | 
| ADJ | Dll linked with NEON 2.5.5 which eliminates SSPI authentication issue. | 
| BUG | Fixed issue with option "SvnClientOptionAppartReentrantEvents". It has no effect earlier. | 
| BUG | Fixed issue with spaces in file names working via http or https protocol. | 
| NEW | Added functions for managing revision properties - RevPropGet/Set/Del/List. |