ChangeLog 866 B

123456789101112131415161718
  1. 2. [func] jinmei
  2. lib/dns: added a separate signature for Name::split() as a
  3. convenient wrapper for common usage. (Trac #49, svn r1903)
  4. 1. [bug] jinmei
  5. lib/dns: parameter validation of Name::split() was not sufficient,
  6. and invalid parameters could cause integer overflow and make the
  7. library crash. (Trac #177, svn r1806)
  8. LEGEND
  9. [bug] general bug fix. This is generally a backward compatible change,
  10. unless it's deemed to be impossible or very hard to keep
  11. compatibility to fix the bug.
  12. [doc] update to documentation. This shouldn't change run time behavior.
  13. [func] new feature. In some cases this may be a backward incompatible
  14. change, which would require a bump of major version.
  15. [security] security hole fix. This is no different than a general bug fix
  16. except that it will be handled as confidential and will cause
  17. security patch releases.