[Po4a-commits] "po4a/debian changelog,1.270,1.271"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Wed Apr 12 19:51:50 UTC 2006
Update of /cvsroot/po4a/po4a/debian
In directory haydn:/tmp/cvs-serv11624/debian
Modified Files:
changelog
Log Message:
In tag_extract_doctype, we can't test whether the Document Type
Definition contains an Internal Subset (i.e. declaration of ENTITY
between []) by searching the document for "]>" because this is also used
for closing the CDATA Sections. This caused segmentation faults.
Closes: #362169
Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/changelog,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -d -r1.270 -r1.271
--- changelog 8 Apr 2006 19:12:01 -0000 1.270
+++ changelog 12 Apr 2006 19:51:48 -0000 1.271
@@ -30,6 +30,10 @@
* Implement placeholders: this permits to specify that footnotes must not be
translated inside a paragraph, but are translated separately and a
<placeholder0> tag will be put where the footnote must be installed.
+ * In tag_extract_doctype, we can't test whether the Document Type Definition
+ contains an Internal Subset by searching the document for "]>" because
+ this is also used for closing the CDATA Sections. This caused
+ segmentation faults. Closes: #362169
(po4aman-display-po)
* new script to display a translated man page with a given PO.
Thanks to Thomas Huriaux.
More information about the Po4a-commits
mailing list