monotone 0.30 released

From: Nathaniel Smith <njs-AT-pobox.com>
Subject: [ANNOUNCE] monotone 0.30 released
Date: Sun, 17 Sep 2006 16:16:46 -0700

The monotone team is pleased to announce the release of monotone 0.30, available, as always, from
http://venge.net/monotone
with more binary packages appearing there as they are built.

The release notes for this release are:

Sun Sep 17 12:27:08 PDT 2006

0.30 release. Speed improvements, bug fixes, and improved
infrastructure.

Several internal data formats have changed with this release;
migration is straight-forward, but slightly more complicated
than usual:
— The formats used to store some cached data in the
database have changed. To upgrade your databases, you
must run:
$ mtn -d mydb.mtn db migrate
$ mtn -d mydb.mtn db regenerate_rosters
— The metadata stored in _MTN in each workspace has been
rearranged slightly. To upgrade your workspaces, you
must run
$ mtn migrate_workspace
in each workspace.
All of these operations are completely lossless, and 0.30
remains compatible with earlier versions with regards to
netsync.

Read the rest of announcement at LWN.net. In short, this release has several speed improvements, workspace format changed, UI was updated, and several bugs fixed.

Recent posts on similar topics

Leave a Reply

You must be logged in to post a comment.