You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2012/04/14 12:14:12 UTC

svn commit: r1326083 - in /httpd/mod_mbox/trunk: CHANGES README STATUS

Author: sf
Date: Sat Apr 14 10:14:11 2012
New Revision: 1326083

URL: http://svn.apache.org/viewvc?rev=1326083&view=rev
Log:
Note requirement to re-index mboxes when updating to a version with charset
conversion. Also note compile time requirements. Add a few closed PRs to the
CHANGES file.

The convert-charset branch fixes PR 48864, PR 52182, PR 52195, PR 52584,
PR 52753.

Modified:
    httpd/mod_mbox/trunk/CHANGES
    httpd/mod_mbox/trunk/README
    httpd/mod_mbox/trunk/STATUS

Modified: httpd/mod_mbox/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/mod_mbox/trunk/CHANGES?rev=1326083&r1=1326082&r2=1326083&view=diff
==============================================================================
--- httpd/mod_mbox/trunk/CHANGES (original)
+++ httpd/mod_mbox/trunk/CHANGES Sat Apr 14 10:14:11 2012
@@ -1,5 +1,18 @@
 Changes for mod_mbox 0.2
 
+  *) Convert mails and From and Subject headers to UTF-8.
+     Re-indexing of all mbox files is necessary.  The minimum required httpd
+     version is now 2.3.15. PR 48864. PR 52182. PR 52195.
+     [Stefan Fritsch]
+
+  *) Fix MIME parsing bugs that resulted in "An error occured while fetching
+     this message, sorry !". PR 52584. [Stefan Fritsch]
+
+  *) The MIME and encoding fixes above also fix invalid XML to be sent, making
+     the ajax interface fail. PR 52753. [Stefan Fritsch]
+
+  *) Fix handling of messages with '%' in msg-id. PR 50267. [Stefan Fritsch]
+
   *) Fix up non-printable character support with Firefox and Google Chrome
      over AJAX interfaces.  [Justin Erenkrantz]
 

Modified: httpd/mod_mbox/trunk/README
URL: http://svn.apache.org/viewvc/httpd/mod_mbox/trunk/README?rev=1326083&r1=1326082&r2=1326083&view=diff
==============================================================================
--- httpd/mod_mbox/trunk/README (original)
+++ httpd/mod_mbox/trunk/README Sat Apr 14 10:14:11 2012
@@ -7,5 +7,7 @@ mod_mbox is a mailing list archive brows
  * A flat, Javascript-less interface, using static XHTML
  * Mail attachments and MIME parts viewing and downloading
 
+Minimum requirement for build is httpd 2.3.15 and apr-util compiled with iconv.
+
 For more information about mod_mbox and documentation, please visit the
 mod_mbox website at <http://httpd.apache.org/mod_mbox/>.

Modified: httpd/mod_mbox/trunk/STATUS
URL: http://svn.apache.org/viewvc/httpd/mod_mbox/trunk/STATUS?rev=1326083&r1=1326082&r2=1326083&view=diff
==============================================================================
--- httpd/mod_mbox/trunk/STATUS (original)
+++ httpd/mod_mbox/trunk/STATUS Sat Apr 14 10:14:11 2012
@@ -14,10 +14,6 @@ ToDo:
       - For developpers : internals
       - For users       : usage, interface description, ...
 
-    * Charset conversions (to UTF-8). APR-Xlate features are nice, but
-      the conversion is easy only from APR v1.1.0. Multibyte
-      characters conversion with APR v0.x is a pain.
-
     * Better page selector (useful for 10+ pages archives)
 
     * Restore browser compatibility