Changes since 5.3: 2009-08-14 Bert Bos <bert@w3.org> * hxcopy.c: URL references to the document itself, i.e., those that are of the form "", "#foo", and "?foo", are no longer rewritten. 2009-07-15 Bert Bos <bert@w3.org> * Released 5.4 * url.c: Bug in removal of /./ fixed. Now leaves one / instead of none. 2009-03-25 Bert Bos <bert@w3.org> * hxindex.c: Bug if the first index term has no alphanumeric characters, so that it sorts to be equal to globalprevious. Fixed by making globalprevious a non-empty, but unlikely string. 2009-03-08 Bert Bos <bert@w3.org> * hxnormalize.c: The characters '_' and ':' in attributes *do* require quote marks. 2009-03-02 Bert Bos <bert@w3.org> * hxunentmain.c Error message now refers to the right command line argument. * hxincl.c: Added option -s to override which files are included. 2009-02-12 Bert Bos <bert@w3.org> * textwrap.c: Buffer is now allocated on heap, so line length limit is now unlimited (limited by memory), instead of 32K. 2009-02-09 Bert Bos <bert@w3.org> * openurl.c: Different way to check max # of redirects. Added a few assignments to errno to get slightly better than random error messages. Reproducible: Always Expected Results: mkdir -p ~/custom/app-text cd ~/custom/app-text cp -r $(dirname $(equery w html-xml-utils)) . mv html-xml-utils-5.3.ebuild html-xml-utils-5.5.ebuild ebuild html-xml-utils-5.5.ebuild manifest emerge -uav html-xml-utils \o/
+ 14 Mar 2010; Patrick Lauer <patrick@gentoo.org> + +html-xml-utils-5.5.ebuild: + Bump for #309273