Branches that are marked Landed:
Contact: MarkusWanner or TimothyBrownawell
This is the staging branch for Botan, i.e. where we manually propagate new upstream Botan versions to, before landing on mainline. See also botan/README.botan-monotone.
Status: Botan version 1.7.4 landed on mainline.
Contact: MatthewNicholson
This branch adds a monotone-server debian package and also includes some tweaks to the existing package like installing the bash completion files. This package handles creation and management of a monotone database and key pair and also includes scripts for stopping and starting the server. The package will also attempt to do db migrate and similar operations if necessary during upgrades.
Status: Landed on mainline.
Contact: MarkusWanner
A branch for trying out things from DatabaseCompaction. It has been used for turning hex encoded hashes ones into binary data in the database. That change has landed on mainline on 31.03.2008.
Status: landed on mainline
Contact: ZackWeinberg
Removed the app_state
from lots of places, instead we only pass down
the required objects, which were formerly held in the
app_state
. These include: the lua interpreter, the database, the key
store and the options.
Status: landed on mainline
Contact: ThomasMoschny
Implemented RevisionNumbering. The branch also serves as testbed for developing and testing applications of the heights, e.g. fast restricted log and fast annotate.
Status: Landed on mainline.