Subject: CVS commit: pkgsrc/textproc/libxml++2
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 09/24/2006 16:52:09
Module Name: pkgsrc
Committed By: adam
Date: Sun Sep 24 16:52:08 UTC 2006
Modified Files:
pkgsrc/textproc/libxml++2: Makefile PLIST buildlink3.mk distinfo
Log Message:
Changes 2.14:
* Documentation:
- Improved ContentNode documentation
Changes 2.13.1:
* First unstable 2.13.x release, to become stable 2.14.x, for GNOME 2.14.
* Node:
- Added find() overload that takes namespaces to register during the search,
using xmlXPathRegisterNs().
- set_namespace(): When creating a default namespace, avoid the
"The namespace () has not been declared" warning, by passing 0 to
xmlSearchNs() instead of an empty string.
* Build: Fix buildir!=srcdir builds.
* Documentation:
- Tutorial: Mention pkg-config.
- Reference: Grammar fixes and a small fix for find().
Changes 2.12.0:
* Added the state "Reading" to xml Reader States list.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/textproc/libxml++2/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/textproc/libxml++2/PLIST \
pkgsrc/textproc/libxml++2/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/textproc/libxml++2/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.