K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2009-06-17T20:23:54.100854Z
K 7
svn:log
V 888
* Fixed a segfault when retrieving via HDR/XHDR/XPAT the contents
of an extra overview field absent from the headers of an article.
The NEWNEWS command was also affected on very rare cases.
Thanks to Tim Woodall for the bug report.

* HDR/XHDR/XPAT answers are now robust when the overview database
is inconsistent.  When the overview schema was modified without
the overview database being rebuilt, wrong results could be
returned for extra fields (especially a random portion of some
other header).  The desired header name is now explicitly searched
in the overview information.  In order to achieve that, the
overview_getheader() function was split into
overview_get_standard_header() and overview_get_extra_header().
It allows to search by index for standard headers and to
walk extra overview fields.

* Fixed a memory leak when requesting metadata information
(:bytes and :lines).

END
