|
[j-devel] 0.20.0.4
From: Peter Graves <peter@ar...> - 2003-06-29 18:10
|
This morning's development snapshot (j 0.20.0.4, lisp 0.0.1) is up:
http://armedbear.org/j.zip (source)
http://armedbear.org/j-jar.zip (just j.jar)
1. This snapshot fixes bug 761097, involving the handling of CDATA
sections in XML mode. CDATA sections are now syntax-highlighted
correctly (or at least reasonably), and xmlInsertMatchingEndTag is no
longer confused by tags that appear inside CDATA sections.
2. As soon as I closed bug 749420, involving what I took to be a
misguided SMTP server error message claiming that j violated RFC 821,
Chris Wilson pointed out that the recipient addresses should be
enclosed in angle brackets, like this:
RCPT TO:<ludo@...>
Indeed, j wasn't doing this, and so most likely the SMTP server in
question had a legitimate grievance.
Now fixed. Thanks to Chris for catching this.
-Peter
|
| Thread | Author | Date |
|---|---|---|
| [j-devel] 0.20.0.4 | Peter Graves <peter@ar...> |