-
Notifications
You must be signed in to change notification settings - Fork 62
Release Notes: 0.5.0b1
Mike Hommey edited this page Jun 3, 2017
·
1 revision
- git-cinnabar-helper is now mandatory. You can either download one with
git cinnabar download
on supported platforms or build one withmake helper
. - Metadata changes require to run
git cinnabar fsck
. - Mercurial tags are consolidated in a separate (fake) repository. See the README file.
- Updated git to 2.13.0 for git-cinnabar-helper.
- Improved memory consumption and performance.
- Improved experimental support for pushing merges.
- Experimental support for clonebundles.
- Removed support for the .git/hgrc file for mercurial specific configuration.
- Support any version of Git (was previously limited to 1.8.5 minimum)