ChangeLog 1.4 KB

1234567891011121314151617181920212223242526272829
  1. 5. [bug] jinmei
  2. bin/xfrin: fixed several small bugs with many additional unit
  3. tests. Fixes include: IPv6 transport support, resource leak,
  4. and non IN class support. (Trac #185, svn r2000)
  5. 4. [bug] each
  6. bin/auth: output now prepended with "[b10-auth]" (Trac #109, svn r1985)
  7. 3. [func] each
  8. bin/auth: removed custom query-processing code, changed
  9. boost::asio code to use plain asio instead, and added asio
  10. headers to the source tree. This allows building without
  11. using an external boost library. (Trac #163, svn r1983)
  12. 2. [func] jinmei
  13. lib/dns: added a separate signature for Name::split() as a
  14. convenient wrapper for common usage. (Trac #49, svn r1903)
  15. 1. [bug] jinmei
  16. lib/dns: parameter validation of Name::split() was not sufficient,
  17. and invalid parameters could cause integer overflow and make the
  18. library crash. (Trac #177, svn r1806)
  19. LEGEND
  20. [bug] general bug fix. This is generally a backward compatible change,
  21. unless it's deemed to be impossible or very hard to keep
  22. compatibility to fix the bug.
  23. [doc] update to documentation. This shouldn't change run time behavior.
  24. [func] new feature. In some cases this may be a backward incompatible
  25. change, which would require a bump of major version.
  26. [security] security hole fix. This is no different than a general bug fix
  27. except that it will be handled as confidential and will cause
  28. security patch releases.