The definite release of Version Control API for Drupal 5! Compared to 5.x-2.0-rc2, this one just contains a few bug fixes that I noticed while porting the code to Drupal 6. Here's what changed since the last release candidate:
Important: Prepared the database schema for the 6.x upgrade - a few indexes weren't named quite the way that the Schema API based table specification in 6.x-1.x would create them. Before upgrading to any 6.x version, you need to install this 5.x-2.0 release and run update.php.
Fixed watchdog entries when creating, updating or deleting either repositories or VCS accounts.
Fixed reapplication mail subject in the Version Control Account Status module. (Now with " [reapplication]" appended, like it should.)
Fixed access permissions to the private VCS account edit page, which might have been denied before in certain cases although access should have been possible.
And because it's the "final" 5.x-2.0 release, let's rehash what has been written in the 5.x-2.0-alpha1 announcement already:
Fixed incorrect HTML rendering in links_weblink per issue #363597.
New feature: Administrative option allows rel="nofollow"
attribute on external links, per issue #144620.
New feature: Administrative option allows direct links
(skipping redirect page, at the cost of no click
counting). Separately controllable for internal and
external links.