Subject: CVS commit: pkgsrc/graphics/ivtools
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 08/22/2004 03:20:49
Module Name:	pkgsrc
Committed By:	markd
Date:		Sun Aug 22 03:20:49 UTC 2004

Modified Files:
	pkgsrc/graphics/ivtools: Makefile PLIST distinfo

Log Message:
Update ivtools to 1.2.1

July 13th, 2004  ivtools-1.2.1

Two crashes discovered and fixed by Michal Palczewski (mpalczew at
users.sourceforge.net).  One was a crash on exit after a delete with
idraw/drawtool, the other was a crash upon delete with graphdraw.
They turned out to be long-standing bugs in the order of object
deletion, problems that hadn't appeared with other versions of gcc.
RedHat must have adopted a more aggressive recycling of freed space in
a recent release.  Thanks Michal.

June 3rd, 2004  ivtools-1.2

ivtools-1.2 sets a new direction for the package, toward peer-to-peer
drawing chat.  ivtools' drawserv, the editor that incorporates every ivtool
mechanism to date (multi-frame, graph-editing, integrated scripting
language) has been extended to support a unique kind of
small-granularity shared whiteboard.

This work was based on the pre-existing networked scripting capability
of ivtools' comdraw.  Then the pasting of any graphic was intercepted,
and the graphic serialized into a command that could be communicated
to other drawing editors to keep them in sync.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/graphics/ivtools/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/ivtools/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/ivtools/distinfo

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