Upgrade to MIME::Base64 3.02.
[p5sagit/p5-mst-13.2.git] / ext / MIME / Base64 / Changes
index 73e6d7e..678c6e4 100644 (file)
@@ -1,3 +1,18 @@
+2004-08-24   Gisle Aas <gisle@ActiveState.com>
+
+   Release 3.02
+
+   The encode_qp() function now takes an optional third argument
+   to select binary encoding mode.
+
+   The result of encode_qp($non_empty, $eol) will now always be
+   $eol terminated.  If the string to encode does not end with "\n"
+   then a soft line break is appended to the result.  As an example
+   encode_qp("foo") used to be encoded as "foo", but now encodes as
+   "foo=\n".
+
+
+
 2004-03-29   Gisle Aas <gisle@ActiveState.com>
 
    Release 3.01