Fix XML parsing exceptions when revisions with empty log messages are parsed.

This fixes issue 518; Dmitry is added to AUTHORS.
This commit is contained in:
Dmitry Dulepov
2011-03-18 02:33:54 +01:00
committed by Thomas Keller
parent 045eb766f1
commit be39d72d3c
3 changed files with 9 additions and 2 deletions

View File

@@ -37,6 +37,7 @@
- Add more file extensions supported by our in-tree prettify version (issues 490 and 567)
- Do not clean `<ins>` and `<del>` HTML markup from user input (issue 509)
- Improve HTML validation by switching from `strict` to `transitional` DOCTYPE (issue 511)
- Ignore XML parsing problems when trying to retrieve commit messages for svn (issue 518)
- Properly handle git commits without a changelog title (issue 520)
- Improve BSD compatibility in shell scripts (issue 526)
- Properly render inner whitespaces in viewed issue attachments (issue 528)