Subject: CVS commit: pkgsrc/lang/librep
To: None <pkgsrc-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: pkgsrc-changes
Date: 02/21/2003 14:53:23
Module Name:	pkgsrc
Committed By:	mycroft
Date:		Fri Feb 21 12:53:23 UTC 2003

Modified Files:
	pkgsrc/lang/librep: Makefile PLIST buildlink2.mk distinfo

Log Message:
Update to librep 0.16.1.

   * New modules `rep.data.trie', `rep.threads.proxy'

   * Also added `rep.xml.reader' and `rep.xml.printer', though these
     should probably be used with extreme caution

   * Appending to queues is now O(1) not O(n)

   * Many changes to `rep.net.rpc' module, protocol is incompatible
     with previous version. Should be more robust

   * `rep.i18n.gettext' module exports the `bindtextdomaincodeset'
     function (Christophe Fergeau)

   * Slightly more secure way of seeding the rng

   * `inexact->exact' can now convert floating point numbers to
     rationals (though not optimally). This means that `numerator' and
     `denominator' also work better with floats now

   * New function `file-ttyp'

   * Some random bug fixes


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/lang/librep/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/librep/PLIST \
    pkgsrc/lang/librep/buildlink2.mk
cvs rdiff -r1.7 -r1.8 pkgsrc/lang/librep/distinfo

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