Subject: CVS commit: pkgsrc/textproc/p5-XML-Atom-Stream
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: pkgsrc-changes
Date: 09/03/2006 16:39:06
Module Name:	pkgsrc
Committed By:	kleink
Date:		Sun Sep  3 16:39:06 UTC 2006

Modified Files:
	pkgsrc/textproc/p5-XML-Atom-Stream: Makefile distinfo

Log Message:
Update p5-XML-Atom-Stream to 0.09, mostly as provided by Martin Wilke in
PR pkg/34410.

Revision history for Perl extension XML::Atom::Stream:

0.09  Sun Aug 13 17:57:32 JST 2006
        - Now when your callback function throws an exception, the
          connection will be lost. This is now the official way to
          disconnect from the Atom stream explicitly.
        - Added POD document for METHODS
        - Fixed code to get the number of youreTooSlow
        - Added timeout option to new, which defaults to 15

0.08  Sat Aug 12 18:15:37 JST 2006
        - Removed $DEBUG and make it $self->{debug}
        - Added 'reconnect' option to automatically reconnect to the stream when disconnected

0.07  Fri Aug 11 00:46:24 JST 2006
        - Wrap callback in eval again not to die

0.06  Fri Aug 11 00:17:36 JST 2006
        - Don't die if youreTooSlow

0.05  Thu Aug 10 23:33:00 JST 2006
        - Fixed $VERSION gotcha
        - Added handling for <sorryTooSlow>

0.04  Thu Aug 10 22:58:07 JST 2006
        - Update XML::SAX::ParserFactory ParserPackage to use XML::LibXML::SAX::Better
          which is an extended SAX handler by Djabberd project. Now
          this module actually works.

0.03  Thu Jun 15 08:23:42 JST 2006
        - Support extra xmlns attributes declaration (Thanks to Byrne Reese)
        - Don't die even if parsing fails
        - Update eg/stream-client


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/textproc/p5-XML-Atom-Stream/Makefile \
    pkgsrc/textproc/p5-XML-Atom-Stream/distinfo

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