<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc/libxml2/distinfo, branch pkgsrc-2008Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2008Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2008Q1'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-01-15T23:39:03Z</updated>
<entry>
<title>Update to 2.6.31:</title>
<updated>2008-01-15T23:39:03Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2008-01-15T23:39:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c2265c6a12d424762a6ac7911f73356a8bffa276'/>
<id>urn:sha1:c2265c6a12d424762a6ac7911f73356a8bffa276</id>
<content type='text'>
2.6.31: Jan 11 2008:
   - Security fix: missing of checks in UTF-8 parsing
   - Bug fixes: regexp bug, dump attribute from XHTML document, fix
      xmlFree(NULL) to not crash in debug mode, Schematron parsing crash
      (Rob Richards), global lock free on Windows (Marc-Antoine Ruel),
      XSD crash due to double free (Rob Richards), indentation fix in
      xmlTextWriterFullEndElement (Felipe Pena), error in attribute type
      parsing if attribute redeclared, avoid crash in hash list scanner if
      deleting elements, column counter bug fix (Christian Schmidt),
      HTML embed element saving fix (Stefan Behnel), avoid -L/usr/lib
      output from xml2-config (Fred Crozat), avoid an xmllint crash
      (Stefan Kost), don't stop HTML parsing on out of range chars.

   - Code cleanup: fix open() call third argument, regexp cut'n paste
      copy error, unused variable in __xmlGlobalInitMutexLock (Hannes Eder),
      some make distcheck realted fixes (John Carr)
   - Improvements: HTTP Header: includes port number (William Brack),
      testURI --debug option,</content>
</entry>
<entry>
<title>Update to 2.6.30:</title>
<updated>2007-08-29T22:27:09Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2007-08-29T22:27:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=286b75c979eb6fb9dc65cca2fa76ca16df30a567'/>
<id>urn:sha1:286b75c979eb6fb9dc65cca2fa76ca16df30a567</id>
<content type='text'>
* Portability: Solaris crash on error handling, windows path fixes
(Roland Schwarz and Rob Richards), mingw build (Roland Schwarz)

* Bugfixes: xmlXPathNodeSetSort problem (William Brack), leak when
reusing a writer for a new document (Dodji Seketeli), Schemas
xsi:nil handling patch (Frank Gross), relative URI build problem
(Patrik Fimml), crash in xmlDocFormatDump, invalid char in comment
detection bug, fix disparity with xmlSAXUserParseMemory, automata
generation for complex regexp counts problems, Schemas IDC import
problems (Frank Gross), xpath predicate evailation error handling
(William Brack)</content>
</entry>
<entry>
<title>Update to 2.6.29:</title>
<updated>2007-07-07T15:28:30Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2007-07-07T15:28:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=320846947b7ebc961ecbbef84bd9c293904da51a'/>
<id>urn:sha1:320846947b7ebc961ecbbef84bd9c293904da51a</id>
<content type='text'>
2.6.29: Jun 12 2007:
   - Portability: patches from Andreas Stricke for WinCEi,
      fix compilation warnings (William Brack), avoid warnings on Apple OS/X
      (Wendy Doyle and Mark Rowe), Windows compilation and threading
      improvements (Rob Richards), compilation against old Python versions,
      new GNU tar changes (Ryan Hill)
   - Documentation: xmlURIUnescapeString comment,
   - Bugfixes: xmlBufferAdd problem (Richard Jones), 'make valgrind'
      flag fix (Richard Jones), regexp interpretation of \,
      htmlCreateDocParserCtxt (Jean-Daniel Dupas), configure.in
      typo (Bjorn Reese), entity content failure, xmlListAppend() fix
      (Georges-André Silber), XPath number serialization (William Brack),
      nanohttp gzipped stream fix (William Brack and Alex Cornejo),
      xmlCharEncFirstLine typo (Mark Rowe), uri bug (François Delyon),
      XPath string value of PI nodes (William Brack), XPath node set
      sorting bugs (William Brack), avoid outputting namespace decl
      dups in the writer (Rob Richards), xmlCtxtReset bug, UTF-8 encoding
      error handling, recustion on next in catalogs, fix a Relax-NG crash,
      workaround wrong file: URIs, htmlNodeDumpFormatOutput on attributes,
      invalid character in attribute detection bug, big comments before
      internal subset streaming bug, HTML parsing of attributes with : in
      the name
   - Improvement: keep URI query parts in raw form (Richard Jones),
      embed tag support in HTML (Michael Day)</content>
</entry>
<entry>
<title>Update to 2.6.28:</title>
<updated>2007-05-03T13:19:00Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2007-05-03T13:19:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e8123098f96826f09766b0037026e3e2838641d0'/>
<id>urn:sha1:e8123098f96826f09766b0037026e3e2838641d0</id>
<content type='text'>
2.6.28: Apr 17 2007:
   - Documentation: comment fixes (Markus Keim), xpath comments fixes too
      (James Dennett)
   - Bug fixes: XPath bug (William Brack), HTML parser autoclose stack usage
      (Usamah Malik), various regexp bug fixes (DV and William), path conversion
      on Windows (Igor Zlatkovic), htmlCtxtReset fix (Michael Day), XPath
      principal node of axis bug, HTML serialization of some codepoint
      (Steven Rainwater), user data propagation in XInclude (Michael Day),
      standalone and XML decl detection (Michael Day), Python id ouptut
      for some id, fix the big python string memory leak, URI parsing fixes
      (Stéphane Bidoul and William), long comments parsing bug (William),
      concurrent threads initialization (Ted Phelps), invalid char
      in text XInclude (William), XPath memory leak (William), tab in
      python problems (Andreas Hanke), XPath node comparison error
      (Oleg Paraschenko), cleanup patch for reader (Julien Reichel),
      XML Schemas attribute group (William), HTML parsing problem (William),
      fix char 0x2d in regexps (William), regexp quantifier range with
      min occurs of 0 (William), HTML script/style parsing (Mike Day)
   - Improvement: make xmlTextReaderSetup() public
   - Compilation and postability: fix a missing include problem (William),
      __ss_familly on AIX again (Björn Wiberg), compilation without zlib
      (Michael Day), catalog patch for Win32 (Christian Ehrlicher),
      Windows CE fixes (Andreas Stricke)
   - Various CVS to SVN infrastructure changes</content>
</entry>
<entry>
<title>update to 2.6.27</title>
<updated>2006-10-30T20:57:30Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2006-10-30T20:57:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=af70da2cf1d4ee09729ffb873b6db4fdb554050d'/>
<id>urn:sha1:af70da2cf1d4ee09729ffb873b6db4fdb554050d</id>
<content type='text'>
changes:
-XPath improvements
-optimization / caching
-build and portability fixes
-bugfixes
-documentation improvements

pkgsrc change: seperate user doc and devhelp files - migrate the latter
to share/gtk-doc/html</content>
</entry>
<entry>
<title>update to 2.6.26</title>
<updated>2006-06-09T21:16:38Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2006-06-09T21:16:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0bdcc45d10dcf6a63ce11a28af1c44612b77af00'/>
<id>urn:sha1:0bdcc45d10dcf6a63ce11a28af1c44612b77af00</id>
<content type='text'>
changes: fixes for bugs and memory leaks, minor optimizations</content>
</entry>
<entry>
<title>Don't declare a variable in the middle of code. Fixes compilation on</title>
<updated>2006-05-19T09:46:50Z</updated>
<author>
<name>gavan</name>
<email>gavan@pkgsrc.org</email>
</author>
<published>2006-05-19T09:46:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d7bc6e744233652248639b571fc18830d5443bbb'/>
<id>urn:sha1:d7bc6e744233652248639b571fc18830d5443bbb</id>
<content type='text'>
NetBSD 1.6.X.</content>
</entry>
<entry>
<title>Always install documentation files.  Previously they were installed on</title>
<updated>2006-05-15T08:27:31Z</updated>
<author>
<name>minskim</name>
<email>minskim@pkgsrc.org</email>
</author>
<published>2006-05-15T08:27:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4852476fca3e93361e5fc330bd74cc8960bd6733'/>
<id>urn:sha1:4852476fca3e93361e5fc330bd74cc8960bd6733</id>
<content type='text'>
Linux but not on NetBSD because the install command works differently
when a wild card matching fails.

Bump PKGREVISION.</content>
</entry>
<entry>
<title>add a cast to fix build on Solaris 10/Sun Studio CC,</title>
<updated>2006-05-05T10:02:18Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2006-05-05T10:02:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0159d01c6e8fc6e1156f9d020772ff9e1346998b'/>
<id>urn:sha1:0159d01c6e8fc6e1156f9d020772ff9e1346998b</id>
<content type='text'>
patch provided by Jake Kupersmith per PR pkg/33425</content>
</entry>
<entry>
<title>update to 2.6.24</title>
<updated>2006-05-03T11:01:17Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2006-05-03T11:01:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=416f414c0b983b5491da296fbebcbc1c835fbcb9'/>
<id>urn:sha1:416f414c0b983b5491da296fbebcbc1c835fbcb9</id>
<content type='text'>
changes:
-Portability fixes (Windows, HP-UX, gcc-4.1)
-Improvements: xmlDOMWrapReconcileNamespaces xmlDOMWrapCloneNode
-update to Unicode 4.01
-Bug fixes
-man pages updates and cleanups
-New features: Relax NG structure error handlers</content>
</entry>
</feed>
