<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc/py-libxml2, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-11-25T18:37:43Z</updated>
<entry>
<title>Update py-libxml2 to 2.6.16.</title>
<updated>2004-11-25T18:37:43Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-11-25T18:37:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c453a010a1ee9e246e1d0e8a84fddabbecaaf71b'/>
<id>urn:sha1:c453a010a1ee9e246e1d0e8a84fddabbecaaf71b</id>
<content type='text'>
Changes:
  - improvements: DTD validation APIs provided at the Python level.
</content>
</entry>
<entry>
<title>Sync with libxml2-2.6.15.</title>
<updated>2004-11-03T16:41:56Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-11-03T16:41:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=91d544d0593b0be25e6d513c1069bc1006d1ba81'/>
<id>urn:sha1:91d544d0593b0be25e6d513c1069bc1006d1ba81</id>
<content type='text'>
Changes since 2.6.12:
   - saving to python file objects (Malcolm Tredinnick)
   - structured error handler on Python 64bits
   - Python space/tabs cleanups
   - Python libxml2 driver improvement
</content>
</entry>
<entry>
<title>Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10</title>
<updated>2004-10-03T00:12:51Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2004-10-03T00:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b5510d5a2d7f9a1406603d922ae5d8548950233c'/>
<id>urn:sha1:b5510d5a2d7f9a1406603d922ae5d8548950233c</id>
<content type='text'>
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
</content>
</entry>
<entry>
<title>sync with libxml2 update to 2.6.12</title>
<updated>2004-08-24T11:43:32Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2004-08-24T11:43:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c504c8125e7b131d02bd0ef0d32d21aa18b5fa2a'/>
<id>urn:sha1:c504c8125e7b131d02bd0ef0d32d21aa18b5fa2a</id>
<content type='text'>
python specific changes:
avoid a warning with 2.3 (William Brack), tab and space mixes (William),
wrapper generator fixes (William), Cygwin support (Gerrit P. Haase), node
wrapper fix (Marc-Antoine Parent), XML Schemas support (Torkel Lyng)
</content>
</entry>
<entry>
<title>add python as category</title>
<updated>2004-07-22T09:15:59Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2004-07-22T09:15:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7e0557702b6d438187125c40c0516561917b79d2'/>
<id>urn:sha1:7e0557702b6d438187125c40c0516561917b79d2</id>
<content type='text'>
ok'd a while back at pkgsrcCon by agc and wiz
</content>
</entry>
<entry>
<title>catch up with libxml2 update and update to 2.6.11</title>
<updated>2004-07-06T16:43:01Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2004-07-06T16:43:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bb6af27fd23003bb3c4b64811e807d565ad39183'/>
<id>urn:sha1:bb6af27fd23003bb3c4b64811e807d565ad39183</id>
<content type='text'>
Python related changes:

2.6.11: July 5 2004:
   - bug fixes: C14N bug serializing namespaces (Aleksey Sanin), testSAX
    properly initialize the library (William), empty node set in XPath
    (William), xmlSchemas errors (William), invalid charref problem pointed
    by Morus Walter, XInclude xml:base generation (William), Relax-NG bug
    with div processing (William), XPointer and xml:base problem(William),
    Reader and entities, xmllint return code for schemas (William), reader
    streaming problem (Steve Ball), DTD serialization problem (William),
    libxml.m4 fixes (Mike Hommey), do not provide destructors as methods on
    Python classes, xmlReader buffer bug, Python bindings memory interfaces
    improvement (with Stéphane Bidoul), Fixed the push parser to be back to
    synchronous behaviour.
   - improvement: custom per-thread I/O enhancement (Rob Richards), register
    namespace in debug shell (Stefano Debenedetti), Python based regression
    test for non-Unix users (William), dynamically increase the number of
    XPath extension functions in Python and fix a memory leak (Marc-Antoine
    Parent and William)

2.6.10: May 17 2004:
   - portability: problem with xpath.c on Windows (MSC and Borland), memcmp
    vs. strncmp on Solaris, XPath tests on Windows (Mark Vakoc), C++ do not
    use "list" as parameter name, make tests work with Python 1.5 (Ed
  Davis),
</content>
</entry>
<entry>
<title>Update py-libxml2 to 2.6.9 to sync with textproc/libxml2.</title>
<updated>2004-04-19T15:30:41Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-04-19T15:30:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=67b37efaa4d821a39f9a93dcacc95d9ba9131424'/>
<id>urn:sha1:67b37efaa4d821a39f9a93dcacc95d9ba9131424</id>
<content type='text'>
No Python-specific change.
</content>
</entry>
<entry>
<title>Update py-libxml2 to 2.6.8.</title>
<updated>2004-04-10T08:58:44Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-04-10T08:58:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c9ff8d4132efa3078d98300d85acf82bcfdf195b'/>
<id>urn:sha1:c9ff8d4132efa3078d98300d85acf82bcfdf195b</id>
<content type='text'>
Changes since 2.6.5:
   - Canonicalization C14N support added
   - 2.3 compatibility, whitespace fixes
</content>
</entry>
<entry>
<title>bl3ify.  While here, update MAINTAINER email addr.</title>
<updated>2004-02-12T16:19:58Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-02-12T16:19:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ce84c0cdfede28c08a47ba41ef7b3c581ee444a5'/>
<id>urn:sha1:ce84c0cdfede28c08a47ba41ef7b3c581ee444a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 2.6.5, provided by Min Sik Kim in PR pkg/24272.</title>
<updated>2004-01-31T22:19:06Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2004-01-31T22:19:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e9f97e0e6a85e1e74e722a2acb929fa6c66df2f6'/>
<id>urn:sha1:e9f97e0e6a85e1e74e722a2acb929fa6c66df2f6</id>
<content type='text'>
Changes:

	o Python bindings: fixes (William)
	o enum support
	o structured error reporting
</content>
</entry>
</feed>
