SubGit 1.0.3
Build #2231 published on Feb 6, 2013
====================================
Fixed Bugs:
 * SGT-623 SubGit might create branch 'foo' instead of using existing branch 'Foo', fixed. 
 * SGT-553 SubGit used to run 'git gc' during initial translation, now gc only is only ran
           upon translation completion.
 
SubGit 1.0.2
Build #1764 published on Oct 15 2012
====================================
Fixed Bugs:
 * SGT-530 Potential failure on translating deletion of the 'trunk' directory
 * SGT-531 File handlers leak on SubGit installation stage (in case of a huge repository)
 * SGT-533 JDK 1.7 specific exception on Git to Subversion translation: comparison method violates its general contract
 
SubGit 1.0.1
Build #1696 published on Oct 3 2012
====================================
Fixed Bugs:
 * Wrong order of options in subgit.conf configuration file (SGT-526) fixed.
 * Potential BUSY error during translation (SGT-518) fixed.
 * Copied 'branches' directory and use of --minimal-revision option might result in failed translation, fixed.
 * In case Git update hook is present it should not be disabled during SubGit installation (SGT-517).  
 
SubGit 1.0.0
Build #1696 published on Sep 19 2012
====================================
Improvements:
 * Documentation extended

SubGit 1.0.0-RC2
Build #1546 published on Jul 28, 2012
=====================================
Fixed Bugs:
 * Windows UNC-style paths supported
 * Stability fixes in Git to Svn translation engine

SubGit 1.0.0-RC1
Build #1519 published on Jul 16, 2012
=====================================
New Features:
 * Registration support added
 
Fixed Bugs:
 * Stability fixes

SubGit 1.0.0-EAP5
Build #1096 published on Feb 13, 2012
=====================================
New features:
 * Command option added: 'configure --minimal-revision'
 * Command option added: 'uninstall --purge'
 * User hooks are ran when present
 * Config options added: 'hooks.javaOptions' and 'daemon.javaOptions'
 * Daemon idle timeout option made configurable

Improvements:
 * Improved file permissions issues handling

Fixed Bugs:
 * Invalid error report created on crash
 * 'pre-commit' hook error did not block commit on Windows XP/Server 2003
 * Daemon process failed to exit
 * Checksum mismatch on svn:eol-style/.gitattributes modification


SubGit 1.0.0-EAP4
Build #902 published on Dec 20, 2011
====================================
New features:
 * Debian package distribution

Improvements:
 * Daemon launch time decreased
 * Translation: svn:ignore <=> .gitignore

Fixed Bugs:
 * 'Cannot assign requested address' error
 * Modification of svn:ignore removed empty directories
 * Install failed to upgrade libraries
 * JVM arguments in hook scripts on Windows


SubGit 1.0.0-EAP3
Build #789 published on Nov 19, 2011
====================================
New Features:
 * Multiple Git repositories support
 * Commands added: 'configure', 'install', 'uninstall'
 * Command option added:  'install --rebuild'
 * Config option added: 'git.pathEncoding'
 * Repository layout detection

Improvements:
 * Better error reporting

Fixed Bugs:
 * Possible dead-lock in case of concurrent access
 * Multiple Daemon processes launched for a single Svn repository


SubGit 1.0.0-EAP2
Build #493 published on Sep 16, 2011
====================================
New Features:
 * Commit time ordering for Git to Svn translation
 * Config option added: 'core.shared'

Improvements:
 * Git to Svn translation performance
 * File permissions issues handling

Fixed Bugs:
 * Invalid message prefix in branch name
 * Branch/tag creation commit time


SubGit 1.0.0-EAP1
Build #387 published on Aug 30, 2011
====================================
 * Basic single Subversion/Git repository support
