<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc/ruby-libxml, 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>2014-03-17T14:30:38Z</updated>
<entry>
<title>Add GEM_EXTSDIR support.</title>
<updated>2014-03-17T14:30:38Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2014-03-17T14:30:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e048bfe9292359357bac9575912fcdda9c42363f'/>
<id>urn:sha1:e048bfe9292359357bac9575912fcdda9c42363f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do</title>
<updated>2014-03-13T11:08:49Z</updated>
<author>
<name>jperkin</name>
<email>jperkin@pkgsrc.org</email>
</author>
<published>2014-03-13T11:08:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8429be58d4dd33dfc5e94ee69bbfba5a484851cb'/>
<id>urn:sha1:8429be58d4dd33dfc5e94ee69bbfba5a484851cb</id>
<content type='text'>
not use libtool to do so.  This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.</content>
</entry>
<entry>
<title>Update ruby-libxml to 2.7.0.</title>
<updated>2013-09-15T16:17:32Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2013-09-15T16:17:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b9093f041b16c90ad496b3ea997945a67ef9a80e'/>
<id>urn:sha1:b9093f041b16c90ad496b3ea997945a67ef9a80e</id>
<content type='text'>
== 2.7.0 / 2013-08-03 Charlie Savage

* Do not call Ruby code during a GC cycle (Dirkjan Bussink)
* Fix thread error handling (Geoffrey Giesemann)
* Set libxml error handler when a libxml-ruby error handler is set (Geoffrey Giesemann)
* Fix tests for nil TypeErrors (Geoffrey Giesemann)
* Fix segmentation fault for issue #62.  The deregisternode function was incorrectly
  NULLing out a node's mark and free functions for nodes removed from a document tree (Charlie Savage)
* Cleanup writer code (Charlie Savage)
* Fix equality check of LibXML::XML::Error against other objects (Michał Szajbe)
* Fix XML::Writer.set_quote_char UT, wrong expected string (#63).  (julp)
* Fix potential segfault when GC occurs while creating ns from xpath (Timothy Elliott)
* Fix segmentation fault after failing to load external schema (#59).  (Clifford Heath)</content>
</entry>
<entry>
<title>o Add build_info file to PLIST.</title>
<updated>2013-07-07T15:34:45Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2013-07-07T15:34:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b0bc839d89a46cc022b437d5b7ae616cfcde9950'/>
<id>urn:sha1:b0bc839d89a46cc022b437d5b7ae616cfcde9950</id>
<content type='text'>
o Don't include extconf.h, a working file to package.

Bump PKGREVISION.</content>
</entry>
<entry>
<title>Update ruby-libxml to 2.6.0.</title>
<updated>2013-03-12T15:37:53Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2013-03-12T15:37:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5f84797f6762d1f473930d62c566a783009b268a'/>
<id>urn:sha1:5f84797f6762d1f473930d62c566a783009b268a</id>
<content type='text'>
== 2.6.0 / 2013-02-16 Charlie Savage

* Fix uninitialized constant LibXML::XML::Error::I18N (NameError) that occurred
  with older versions of libxml.
* Various updates/fixes to new XML::Writer class and update how flushing works
  (julp)</content>
</entry>
<entry>
<title>Update ruby-libxml to 2.5.0.</title>
<updated>2013-02-11T09:10:40Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2013-02-11T09:10:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e8d599f1f0e28b09b2946aef7a5e8f796ec37421'/>
<id>urn:sha1:e8d599f1f0e28b09b2946aef7a5e8f796ec37421</id>
<content type='text'>
= Release History

== 2.5.0 / 2013-01-27 Charlie Savage

* Compatibility with older versions for IO::write (rb_io_bufwrite is specific
  to ruby &gt;= 1.9.3?)
  and symbols are VALUE not ID (julp).
* Fix version for xmlTextWriterSetQuoteChar, it appeared in libxml2 2.9.0, last
  version (julp)
* Update use of LIBXML_VERSION (julp).
* Fix misuse of rb_scan_args (julp).
* Update documentation, including DTD docs and added XML Writer (julp).
* Added a new XML::Writer class (julp).
* Improved xml reader api and add namespace support.  Note that passing a
  numeric value to XML::Reader::move_to_attribute has been deprecated. Instead
  you should now use #move_to_attribute_no.  (julp).
* Improve error handling and messages (Jarl Friis)</content>
</entry>
<entry>
<title>Update ruby-libxml to 2.4.0.</title>
<updated>2012-12-17T14:34:49Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-12-17T14:34:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c4afcc51c02002c09f2f640b66194634b54cceea'/>
<id>urn:sha1:c4afcc51c02002c09f2f640b66194634b54cceea</id>
<content type='text'>
= Release History

== 2.4.0 / 2012-12-14 Charlie Savage

* Support libxml 2.9.0 (Daniel Veillard)

* Extensive new interfaces for xml schema functionality including suppor for
  schemal elements, types, facets and attributes (Anton Sozontov)

* Fix Encoding#from_s bug and update docs (Nikita Afanasenko)

* Node#content= encoding (Nikita Afanasenko)</content>
</entry>
<entry>
<title>Fix build problem with libxml2 2.9.0.</title>
<updated>2012-09-27T13:09:11Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-09-27T13:09:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0939ca4fa8ce3274fd70744a09e44116f51c2810'/>
<id>urn:sha1:0939ca4fa8ce3274fd70744a09e44116f51c2810</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ruby-libxml to 2.3.3.</title>
<updated>2012-09-16T11:29:03Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-09-16T11:29:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=814fd3b38ea84d26596b11d4c370e066ac264ee6'/>
<id>urn:sha1:814fd3b38ea84d26596b11d4c370e066ac264ee6</id>
<content type='text'>
== 2.3.3 / 2012-07-01 Charlie Savage

* Add LibXML::XML::Error.get_handler (Carsten Zimmermann)
* Fix variable name in example (Marcus)</content>
</entry>
<entry>
<title>Recursive PKGREVISION bump for libxml2 buildlink addition.</title>
<updated>2012-06-14T07:43:06Z</updated>
<author>
<name>sbd</name>
<email>sbd@pkgsrc.org</email>
</author>
<published>2012-06-14T07:43:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cdfc7f300d0ab76aa06e3c358409cae56c113934'/>
<id>urn:sha1:cdfc7f300d0ab76aa06e3c358409cae56c113934</id>
<content type='text'>
</content>
</entry>
</feed>
