Changes 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. [Changes for 1.30 - 2007-02-08]
  2. * Added miss-parsed lines of ranges in EastAsianWidth.txt, affecting
  3. all but the first codepoints of codepoint ranges (as mentioned in
  4. the changelog entry for version 1.20).
  5. Reported by: JJ Jenq
  6. [Changes for 1.20 - 2007-02-08]
  7. * Added miss-parsed lines of ranges in EastAsianWidth.txt, affecting
  8. all but the last codepoints of these codepoints:
  9. 3400..4DB5;W
  10. 4E00..9FBB;W
  11. AC00..D7A3;W
  12. D800..DB7F;N
  13. DB80..DBFF;N
  14. DC00..DFFF;N
  15. E000..F8FF;A
  16. 20000..2A6D6;W
  17. 2A6D7..2F7FF;W
  18. 2FA1E..2FFFD;W
  19. 30000..3FFFD;W
  20. F0000..FFFFD;A
  21. 100000..10FFFD;A
  22. Reported by: JJ Jenq
  23. [Changes for 1.10 - 2007-10-14]
  24. * LICENSING CHANGE: This compilation and all individual files in it
  25. are now under the permissive "MIT" license.
  26. * Updated to Unicode Database 5.0.0.
  27. * Ranges in EastAsianWidth.txt are now recognized, in addition to
  28. individual codepoints.
  29. * If the EastAsianWidth.txt that came with site Perl is older than
  30. the bundled version, we now prefer the bundled version instead.
  31. * Modernized the build infrastructure with Module::Install.
  32. * Tidied up source code, test files, and this changelog.
  33. [Changes for 1.02 - 2003-10-02]
  34. * Updated to Unicode Database 4.0.0.
  35. [Changes for 1.01 - 2002-09-22]
  36. * POD NAME fixes, spelling nits, etc.
  37. * Correct the PPD x86 binary name.
  38. [Changes for 1.00 - 2002-09-20]
  39. * Initial CPAN release.