X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=utils%2Fxmlgrep%2FChangeLog;h=2f8e4c26b7699196f2ac146687a5dc96408ea98d;hb=a89a28c4e62a63e05b6b889274fa848ea2bda007;hp=b15eb15157de033b75177d2daeccc9c3355b4931;hpb=95bc1d587f44f596db1ed5a92103c563e57ee508;p=flightgear.git diff --git a/utils/xmlgrep/ChangeLog b/utils/xmlgrep/ChangeLog index b15eb1515..2f8e4c26b 100644 --- a/utils/xmlgrep/ChangeLog +++ b/utils/xmlgrep/ChangeLog @@ -1,3 +1,12 @@ +24-05-2009 + * Add a node cache that can be enabled at compile time. + the node cache prevents recursively walking the xml tree over and over + again to find the specified nodes. + +05-05-2009 + * Various bugfixes, required to get fgrun working + * add testxml as sort of a stress test application + 30-04-2009 * Add support for CDATA * Fix an off by one problem.