ChangeLog 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. LEGEND
  24. [bug] general bug fix. This is generally a backward compatible change,
  25. unless it's deemed to be impossible or very hard to keep
  26. compatibility to fix the bug.
  27. [doc] update to documentation. This shouldn't change run time behavior.
  28. [func] new feature. In some cases this may be a backward incompatible
  29. change, which would require a bump of major version.
  30. [security] security hole fix. This is no different than a general bug fix
  31. except that it will be handled as confidential and will cause
  32. security patch releases.
  33. *: Backward incompatible or operational change.