diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-04-12 11:32:32 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-04-12 11:32:32 +0000 |
commit | 04bff0998b71c13cfa576d50015b1bf366509cf8 (patch) | |
tree | 77343bdd3b989ba6067be89a02be501c30728037 /devel/monotone | |
parent | 5ca2a5812defd0173cc257f03898571a82d59b5d (diff) | |
download | pkgsrc-04bff0998b71c13cfa576d50015b1bf366509cf8.tar.gz |
Update to 0.18:
0.18 release. performance improvements, features, and bug fixes.
This release is dedicated to Shweta Narayan.
- most operations sped up by a factor of 2 or better; many sped up
by up several orders of magnitude.
- special thanks to Matt Johnston <matt@ucc.asn.au>, Derek
Scherger <derek@echologic.com>, Linus Torvalds
<torvalds@osdl.org>.
- new concept: "database vars". Used in several features below.
- new features:
- new file "MT/log" can be edited while you work,
sets default changelog. (no change in behaviour if
you do not edit it.) Thanks to Jeremy Cowgar
<jeremy@cowgar.com>.
- monotone now stores default netsync
server/collection, initialized on first use of
netsync.
- you no longer need to manually import server
keys, monotone will fetch the key from the server on
first netsync.
- monotone keeps track of keys of servers you have
previously synced with, to prevent man-in-the-middle
attacks.
- several powerful new "automate" commands added.
- new command 'ls known', lists files that are under version
control. Thanks to Florian Weimer <fw@deneb.enyo.de>.
- preliminary "inodeprints" functionality -- speeds up diff,
status, etc. No UI or documentation yet -- in a working
copy, 'touch MT/inodeprints' to enable, then commit or
update to populate cache.
- UI improvements:
- Added short options -r, -b, -k, -m.
- default to 'dot' ticker-style when stderr is
not a tty, thanks to Derek Scherger
<derek@echologic.com>.
- New "-@/--xargs" option, helpful when using new
automate commands. Thanks to Richard Levitte
<richard@levitte.org>.
- New "--depth" argument to 'log'. Thanks to Richard
Levitte <richard@levitte.org>.
- 'db info' gives statistics on space usage.
- new command 'dropkey'. Thanks to Jeremey Cowgar
<jeremy@cowgar.com>.
- robustness improvement: if monotone crashes in a working
directory and --dump and --debug were not specified, saves
debug dump to "MT/debug" for analysis, instead of
discarding.
- new contributed scripts: CIA (cia.navi.cx) notification,
email notification, Bash completion.
- 33 new integration tests. total line coverage: ~82%.
- many bug fixes
- Special thanks to Matt Johnston <matt@ucc.asn.au>,
for going above and beyond to track down the last
release blocker.
- upgrading from 0.17 requires only a 'db migrate'.
Diffstat (limited to 'devel/monotone')
-rw-r--r-- | devel/monotone/Makefile | 6 | ||||
-rw-r--r-- | devel/monotone/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 2ebc1b2d6ed..7902cdc3b64 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:45:28 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/04/12 11:32:32 jmmv Exp $ # -DISTNAME= monotone-0.17 +DISTNAME= monotone-0.18 CATEGORIES= devel -MASTER_SITES= http://www.venge.net/monotone/ +MASTER_SITES= http://www.venge.net/monotone/downloads/ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.venge.net/monotone/ diff --git a/devel/monotone/distinfo b/devel/monotone/distinfo index cb55a305cd2..2824aa3d4ed 100644 --- a/devel/monotone/distinfo +++ b/devel/monotone/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2005/03/21 22:50:20 jmmv Exp $ +$NetBSD: distinfo,v 1.6 2005/04/12 11:32:32 jmmv Exp $ -SHA1 (monotone-0.17.tar.gz) = 22a4f55a433e3584d66519eb3cff37174ffdc9d5 -RMD160 (monotone-0.17.tar.gz) = ba20f00ed73565f0299ab18f8282a232a542ddd0 -Size (monotone-0.17.tar.gz) = 4001679 bytes +SHA1 (monotone-0.18.tar.gz) = 2f71ac7e4bc2b60a10cd97b27d8c515f807b1e3d +RMD160 (monotone-0.18.tar.gz) = 293b194b11aa9e846ea699fd85e5d2243764363c +Size (monotone-0.18.tar.gz) = 3989250 bytes |