Added the "fossil winsrv" command
for creating a Fossil service on windows systems.
Added "versionable settings" where settings that affect
the local tree can be stored in versioned files in the
.fossil-settings directory.
Added "relative-paths" setting and options for status,
changes and extras commands to optionally show pathnames
relative to the current working directory.
Added "empty-dirs" versionable setting.
Added support for client-side SSL certificates with "ssl-identity"
setting and --ssl-identity option.
Added "ssl-ca-location" setting to specify trusted root
SSL certificates.
Changes For Version 1.18 (2011-07-14)
Added this Change Log
Added sequential version numbering
Added a optional configure script - the Makefile still works for most
systems.
Improvements to the "annotate" algorithm: only search primary
ancestors and ignore branches.
Update the "scrub" command to remove traces of login-groups and
subrepositories.
Added the --type option to the "fossil tag find" command.
In contexts where only a check-in makes sense, resolve branch and
tag names to checkins only, never events or other artifacts.
Improved display of file renames on a diff. A rebuild is required
to take full advantage of this change.