pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/pear-Net_IDNA2



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Dec 22 15:44:41 UTC 2010

Modified Files:
        pkgsrc/net/pear-Net_IDNA2: Makefile distinfo

Log Message:
Update pear-Net_IDNA2 package to 0.1.1.

0.1.1           2010-12-09 17:35 UTC

* Added initial support for IDNA2008. This is needed for characters like the
  German "Eszett" which would otherwise be turned into "ss" during nameprep.
  Use $n->setParams('version', '2008') to use the "new" IDNA-encoding. Default
  is still IDNA2003 for backwards-compatibility.  Further aspects of
  IDNA2008-encoding (for example some checks) should be added later according
  to RFCs.
* #16466: Unit tests (testcaseses from draft-josefsson-idn-test-vectors;
   thanks to Daniel)
* Unit tests (coverage, refactoring/cleanup, more tests)
* #17542: URIs get mangled when decoding (UTF8-fix)
* Codingstyle fixes
* fixed handling of URLs with more than a domain-name (fixed opposite of
  parse_url())
* Added specialized and spl exceptions
* #17533: Releases and roles do not seem to work.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/pear-Net_IDNA2/Makefile \
    pkgsrc/net/pear-Net_IDNA2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index