Veracity 1.0.0 Release Notes

Veracity 1.0.0 is now available for download at http://veracity-scm.com/downloads.html.

Veracity 1.0.0 has been tested on the following platforms

Windows

OSX

Linux

Veracity 0.9.x Users

On Windows, the installers will require you to uninstall any 0.9.x versions, except for per-user installations made by other Windows user accounts. You should uninstall them yourself prior to installing 1.0.0.

If you had an 0.9.x version installed, run this command after installing 1.0.0 to set your server files path correctly:

$ vv config reset server/files

If you have 0.9.0 repositories that you'd like to continue to use, you need to update them for module support.

See http://veracity-scm.com/qa/questions/43/what-does-a-field-not-found-error-message-mean. Repositories created with 0.9.1 are fine.

Noteworthy Changes Since 0.9.1

Command-Line

Web

Installation

Other

This path can be changed via the machine/log_files configuration key:

$ vv config set log_files c:/my_log_files
/machine/
    log_files: {UNSET}
           ->: c:/my_log_files

# Go back to the default
$ vv config reset log_files
/machine/
    log_files: c:/my_log_files
           ->: {UNSET}

all release notes