Upgrade to Encode 2.00.
[p5sagit/p5-mst-13.2.git] / ext / Encode / Changes
index 5c5cf6f..83b8221 100644 (file)
@@ -1,8 +1,51 @@
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 1.97 2003/07/08 21:52:14 dankogai Exp $
+# $Id: Changes,v 2.0 2004/05/16 20:55:15 dankogai Exp $
 #
-$Revision: 1.97 $ $Date: 2003/07/08 21:52:14 $
+
+$Revision: 2.0 $ $Date: 2004/05/16 20:55:15 $
+* version updated to 2.00
+   -- sorry, no big feature change.  I just hate version 1.100 :)
+! lib/Encode/Guess.pm
+  Unicode/Unicode.pm
+  addressed  UTF-(8|32LE) + BOM misguessing
+  https://rt.cpan.org/Ticket/Display.html?id=6279
+! Encode.pm
+  s/is_utif8/is_utf8/ in POD
+! Encode/lib/Encode/CN/HZ.pm 
+  Fixes "make test" failure after the patch to pp_hot.c
+  by Sadahiro-san
+  Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
+! bin/piconv
+  From:   autrijus@autrijus.org
+  Subject: [PATCH] "piconv -C 512" badly broken
+  Message-Id: <1072870210.769.5.camel@localhost>
+
+1.99 2003/12/29 02:47:16
+! Unicode/Unicode.xs
+  find_encoding("UTF-16BE")->encode("abc") now null terminates
+  http://www.mail-archive.com/perl5-porters@perl.org/msg69766.html
+! Encode.pm
+  prototype bug in decode_utf8() fixed
+  Message-Id: <600A4CDA-F004-11D7-B570-000393AE4244@dan.co.jp>
+! Encode.pm /MANIFEST encoding.pm lib/Encode/Supported.pod 
+  t/at-cn.t t/at-tw.t  t/gsm0338.t ucm/gsm0338.ucm
++ t/gsm0338.t
+  Merged from maintperl@21987
+
+1.98 2003/08/20 11:15:31
+! lib/Encode/MIME/Header.pm AUTHORS t/mime-header.t
+  Dave Evans has found and corrected a bug in Encode::MIME::Header.
+  Test suite added by Dan Kogai.
+  Message-Id: <3F43440B.7060606@rudolf.org.uk>
+! encoding.pm
+  Typo fixes rolled back in from bleedperl
+! t/at-cn.t t/at-tw.t
+  v-strings, now depreciated in perl 5.8.1, is replaced by sadahiro
+  Message-Id: <20030805002313.9880.BQW10602@nifty.com>
+! bin/enc2xs
+  argv case nit for VMS by Craig
+  Message-ID: <3F2B02DE.10207@mac.com>
 ! t/enc_eucjp.t t/enc_utf8.t AUTHORS
   Encode test fixes for VMS by Peter Prymmer
   Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>