ChangeLog 1.7 KB

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