PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` 2010-01-07 Seth Vidal * setup.py, yum-metadata-parser.spec: mark as 1.1.3 2009-11-02 James Antill * db.c: Add an index on files.pkgKey ... needed for .simpleFiles() to not suck 2009-08-18 Mike Bonnet * sqlitecachec.py: configure sqlite to return utf-8-encoded strs instead of unicode objects sqlite by default returns all text as unicode objects, and this causes a number of problems when merging repos which contain utf-8 characters in Provides or Requires (as the current F11/F12 repos do). For a testcase, try merging 2 F12 repos, and you should see it fail with a UnicodeDecodeError in packages.py:_dump_pco(). This patch instructs sqlite to return all text as utf-8-encoded strs, which avoids these encoding issues. 2008-10-14 James Antill * db.c: Turn off .sqlite updating from new .xml data, bug 465898 2008-09-10 Seth Vidal * db.c, db.h, sqlitecache.c: commit patches from Ville Skyttä to make indexes after the data has been inserted. Closed rh bug 461403 2008-09-10 Seth Vidal * sqlitecache.c: apply patch to improve error messages from Ville Skyttä from rh bug 461405 2008-01-25 Seth Vidal * sqlitecachec.py: apply patch from Panu Matilainen to setup the db for exclusive lock write access. closes rh bug 353171 2007-11-27 Paul Nasrat * sqlitecache.c: Fix segmentation fault experienced with a malformed primary.xml 2007-08-29 Seth Vidal * yum-metadata-parser.spec: remove %dist which doesn't really belong anyway 2007-08-24 Seth Vidal * ChangeLog: changelog merge 2007-08-24 Seth Vidal * setup.py, yum-metadata-parser.spec: bump version number 2007-08-24 Seth Vidal * db.c: commit Florian's patches to create more indexes in the sqlite files made by yum-metadata-parser 2007-07-03 James Bowes * xml-parser.c: Fix segfault in the xml parser 2007-06-03 James Bowes * xml-parser.c: Use a common sax_error function 2007-06-03 James Bowes * xml-parser.c: Use a common sax_characters function 2007-06-03 James Bowes * xml-parser.c: Use SAXContext for other 2007-06-03 James Bowes * xml-parser.c: Use SAXContext for filelists 2007-06-03 James Bowes * xml-parser.c: Extract out a common set of SAXContext members for the three file types, and use them with primary. 2007-06-03 James Bowes * xml-parser.c: Use a common sax warning callback for the three file types. 2007-05-30 James Bowes * Get SAX error callbacks for filelists and other to use the right context type.