Subject: CVS commit: pkgsrc/devel/guile-lib
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 01/14/2007 12:58:54
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sun Jan 14 12:58:54 UTC 2007
Modified Files:
	pkgsrc/devel/guile-lib: Makefile PLIST distinfo
Log Message:
Update to 0.1.3:
Version 0.1.3
  - Statprof fixes for guile 1.8's numbers
  - 2-year-old SSAX updates merged, finally
    + you can make custom parsers now
  - Package is autotooled
  - Texinfo parser bugfixes
  - All documentation is now extracted directly from the source code.
    + Folded this functionality into (texinfo reflect); see
      doc/Makefile.am for how this is done
  - New modules, written by Andy Wingo <wingo@pobox.com>:
    + (texinfo serialize), allows to convert stexi to texi.
  - (unit-test) now doesn't use call/cc anymore. This should provide a
    bit of a speed up and prevent Guile segfaults on at least the ia64
    architecture (see
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=291551).
  - (srfi srfi-35) now adds condition field names as init-keywords
    to the classes created by make-condition-type.
  - "make check" now exits with a non-zero exit code upon error.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/devel/guile-lib/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/guile-lib/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/guile-lib/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.