pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/monotone Update to 0.18:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48ca2d94150a
branches:  trunk
changeset: 492427:48ca2d94150a
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Apr 12 11:32:32 2005 +0000

description:
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@localhost>, Derek
          Scherger <derek%echologic.com@localhost>, Linus Torvalds
          <torvalds%osdl.org@localhost>.
- 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@localhost>.
        - 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@localhost>.
        - 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@localhost>.
        - New "-@/--xargs" option, helpful when using new
          automate commands.  Thanks to Richard Levitte
          <richard%levitte.org@localhost>.
        - New "--depth" argument to 'log'.  Thanks to Richard
          Levitte <richard%levitte.org@localhost>.
        - 'db info' gives statistics on space usage.
        - new command 'dropkey'.  Thanks to Jeremey Cowgar
          <jeremy%cowgar.com@localhost>.
- 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@localhost>,
          for going above and beyond to track down the last
          release blocker.

- upgrading from 0.17 requires only a 'db migrate'.

diffstat:

 devel/monotone/Makefile |  6 +++---
 devel/monotone/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 544432878750 -r 48ca2d94150a devel/monotone/Makefile
--- a/devel/monotone/Makefile   Tue Apr 12 11:00:03 2005 +0000
+++ b/devel/monotone/Makefile   Tue Apr 12 11:32:32 2005 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.venge.net/monotone/
diff -r 544432878750 -r 48ca2d94150a devel/monotone/distinfo
--- a/devel/monotone/distinfo   Tue Apr 12 11:00:03 2005 +0000
+++ b/devel/monotone/distinfo   Tue Apr 12 11:32:32 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index