<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc/libxml++/PLIST, branch pkgsrc-2014Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2012-03-04T21:37:32Z</updated>
<entry>
<title>Update libxml++ to 2.34.2 - various bugfixes, documentation and compile</title>
<updated>2012-03-04T21:37:32Z</updated>
<author>
<name>martin</name>
<email>martin@pkgsrc.org</email>
</author>
<published>2012-03-04T21:37:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=79596c2de5ca0eea7715e874ac635ee460e6ffc2'/>
<id>urn:sha1:79596c2de5ca0eea7715e874ac635ee460e6ffc2</id>
<content type='text'>
(warning) fixes, see the ChangeLog for details.</content>
</entry>
<entry>
<title>Update to 2.32.0. Set LICENSE.</title>
<updated>2010-12-02T15:39:17Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2010-12-02T15:39:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4da5b4936fe3bd2d9c1e32bb327050a59d9e82f3'/>
<id>urn:sha1:4da5b4936fe3bd2d9c1e32bb327050a59d9e82f3</id>
<content type='text'>
2.32.0 (stable):

* Node::find(): Check xmlNode::type for a XML_NAMESPACE_DECL to prevent a
  crash/corruption.
  (Murray Cumming) Bug #386013 (Max Kirillov)
* Build: Added an MSVC .net 2010 and 64-bit Windows builds.
  (Armin Burgmeier)

2.30.1 (stable):

* Documentation:
  - Added main page doxygen text.
  (David King, Murray Cumming)
  - Show NodeList.
  (Murray Cumming) Bug #583412 (Hubert Figuiere).
  - Correct some @newin tags.
  (Murray Cumming)

2.30.0(stable):

* Build system rewrite.
* Use mm-common for reference documentation generation. Fixes GNOME bugs
  #583411 (Hubert Figuiere), #614260 (David King) and #551501 (Johannes Schmid)
* Fix several compiler warnings.
* Use 0 instead of NULL. (Murray Cumming)</content>
</entry>
<entry>
<title>Update to 2.26.1:</title>
<updated>2009-08-09T23:07:48Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2009-08-09T23:07:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=70620c57061dcfe9e42c4ca0789890468176dc9c'/>
<id>urn:sha1:70620c57061dcfe9e42c4ca0789890468176dc9c</id>
<content type='text'>
2.26.1:

* Build fixes
* Build without exceptions</content>
</entry>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T18:17:11Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2009-06-14T18:17:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=39c828b6a6a7fd0175afcffca207a0a5e8d85f00'/>
<id>urn:sha1:39c828b6a6a7fd0175afcffca207a0a5e8d85f00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 2.26.0:</title>
<updated>2009-03-22T12:20:08Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2009-03-22T12:20:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2c94daab27047248b44232081ed3bc42349722a5'/>
<id>urn:sha1:2c94daab27047248b44232081ed3bc42349722a5</id>
<content type='text'>
2.26.0:

* Increased version number to match GNOME 2.26.</content>
</entry>
<entry>
<title>Update to 2.24.2:</title>
<updated>2009-01-07T11:52:57Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2009-01-07T11:52:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=359a5abe13940182f8ae75918f85ecca8fd55e48'/>
<id>urn:sha1:359a5abe13940182f8ae75918f85ecca8fd55e48</id>
<content type='text'>
2.24.2:

* Fixed another two memory leaks.
  (Armin Burgmeier) Bug #563321 (Arjan Franzen)
* Removed obsolete MSVC6 project files
  (Armin Burgmeier)

2.24.1:

* Added new Schema and SchemaValidator classes to MSVC project files
  (Arjan Franzen, Arming Burgmeier) Bug #563664.
* Avoid a memory leak in Validator::check_for_exception.
  (Arjan Franzen, Murray Cumming) Bug #563321.
* Avoid a memory leak in schema class.
  (Balazs Tirpak, Murray Cumming) Bug #312216.

2.24.0:

Changes since 2.22:

* Attribute: Return the correct value even when using a namespace.
  (Murray Cumming) Bug #547689 (Sergei Fedorov)
* Added Schema and SchemaValidator classes, demonstrated in
  examples/schemavalidation.
  (Emilien KIA) Bug #312216.
* Element: Added add_child_text() with a previous_node parameter, for adding
  between existing nodes. Added add_child_text_before() too.
* Node: Added add_child() with a previous_node parameter, for adding between
  existing nodes. Added add_child_before() too.
  (Murray Cumming)
* SaxParser: added parse_chunk_raw().
  (Armin Burgmeier)</content>
</entry>
<entry>
<title>update to 2.22.0</title>
<updated>2008-05-29T11:41:13Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2008-05-29T11:41:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1cf122ddf315fa00707e470db8345dd6718050ed'/>
<id>urn:sha1:1cf122ddf315fa00707e470db8345dd6718050ed</id>
<content type='text'>
this switches to the gnome-2.22 release branch</content>
</entry>
<entry>
<title>Move old version of libxml++ to libxml++1 and current version to libxml++.</title>
<updated>2007-09-20T21:03:50Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2007-09-20T21:03:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e54016a88a932a09ef712c8c3e2d6c6912abf65d'/>
<id>urn:sha1:e54016a88a932a09ef712c8c3e2d6c6912abf65d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial import of libxml++-1.0.5 (older version of libxml++2, used</title>
<updated>2006-09-03T12:53:29Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2006-09-03T12:53:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=342f0725237ea136708971c961b6a5aa3fe32603'/>
<id>urn:sha1:342f0725237ea136708971c961b6a5aa3fe32603</id>
<content type='text'>
by libofx).

This library provides a C++ interface to XML files.  It uses libxml2
to access the XML files, and in order to configure libxml++ you
must have both libxml and pkg-config installed.

A newer version of this library is in textproc/libxml++2.</content>
</entry>
</feed>
