Subject: CVS commit: pkgsrc/devel/monotone-viz
To: None <pkgsrc-changes@NetBSD.org>
From: Daniel Carosone <dan@netbsd.org>
List: pkgsrc-changes
Date: 03/06/2006 22:58:57
Module Name:	pkgsrc
Committed By:	dan
Date:		Mon Mar  6 22:58:57 UTC 2006

Modified Files:
	pkgsrc/devel/monotone-viz: Makefile distinfo
	pkgsrc/devel/monotone-viz/patches: patch-aa

Log Message:
update to 0.14.

we use a shared sqlite, but new-sqlite can read old-sqlite files for
users of monotone 0.25 which still uses the pre-3.3 internal sqlite.

From the NEWS file:

0.14:
- support new format of monotone db (using BLOBs instead of base64 encoding)
  /!\ these newer monotones (after 0.26pre2) use sqlite 3.3, if you're building
      monotone-viz with a shared sqlite lib, make sure it is compatible !
- display a nice dialog when the database is locked (e.g. during netsync)
- when a revision has a tag cert, use it as label instead of the revision's id

0.13:
- support monotone 0.26pre1 (it still works fine with monotone <= 0.25)
- stop displaying `disapprove' nodes in a special way (this allows a faster
  loading of the database)


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/monotone-viz/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/monotone-viz/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/monotone-viz/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.