ChangeLog 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. bind10-devel-20100602 released on June 2, 2010
  2. 50. [bug] zhanglikun
  3. bin/xfrin: a regression in xfrin: it can't communicate with
  4. a remote server. (Trac #218, svn r2038)
  5. 49. [func]* jelte
  6. Use unix domain sockets for msgq. (Trac #183, svn r2009)
  7. 48. [func] jelte
  8. bin/auth: Use asio's io_service for the msgq handling.
  9. (svn r2007)
  10. 47. [func] zhanglikun
  11. bin/cmdctl: Add value/type check for commands sent to
  12. cmdctl. (Trac #201, svn r1959)
  13. 46. [func] zhanglikun
  14. lib/cc: Fix real type data encoding/decoding. (Trac #193,
  15. svn r1959)
  16. 45. [func] zhanglikun
  17. bin/bind10: Pass verbose option to more modules. (Trac
  18. #205, svn r1957)
  19. 44. [build] jreed
  20. Install headers for libdns and libexception. (Trac #68,
  21. svn r1941)
  22. 43. [func] jelte
  23. lib/cc: Message queuing on cc channel. (Trac #58, svn r1870)
  24. 42. [func] jelte
  25. lib/python/isc/config: Make temporary file with python
  26. tempfile module instead of manual with fixed name. (Trac
  27. #184, svn r1859)
  28. 41. [func] jelte
  29. Module descriptions in spec files. (Trac #90, svn r1856)
  30. 40. [build] jreed
  31. Report detected features and configure settings at end of
  32. configure output. (svn r1836)
  33. 39. [func]* each
  34. Renamed libauth to libdatasrc.
  35. 38. [bug] zhanglikun
  36. (Trac #135, #151, #134, svn r1797)
  37. 37. [build] jinmei
  38. Check for the availability of python-config. (Trac #159,
  39. svn r1794)
  40. 36. [func] shane
  41. bin/bind10: Miscellaneous code cleanups and improvements.
  42. (Trac #40, svn r2012)
  43. 35. [bug] jinmei
  44. bin/bindctl: fixed a bug that it didn't accept IPv6 addresses as
  45. command arguments. (Trac #219, svn r2022)
  46. 34. [bug] jinmei
  47. bin/xfrin: fixed several small bugs with many additional unit
  48. tests. Fixes include: IPv6 transport support, resource leak,
  49. and non IN class support. (Trac #185, svn r2000)
  50. 33. [bug] each
  51. bin/auth: output now prepended with "[b10-auth]" (Trac
  52. #109, svn r1985)
  53. 32. [func]* each
  54. bin/auth: removed custom query-processing code, changed
  55. boost::asio code to use plain asio instead, and added asio
  56. headers to the source tree. This allows building without
  57. using an external boost library. (Trac #163, svn r1983)
  58. 31. [func] jinmei
  59. lib/dns: added a separate signature for Name::split() as a
  60. convenient wrapper for common usage. (Trac #49, svn r1903)
  61. 30. [bug] jinmei
  62. lib/dns: parameter validation of Name::split() was not sufficient,
  63. and invalid parameters could cause integer overflow and make the
  64. library crash. (Trac #177, svn r1806)
  65. bind10-devel-20100421 released on April 21, 2010
  66. 29. [build]
  67. Enable Python unit tests for "make check". (svn r1762)
  68. 28. [bug]
  69. Fix msgq CC test so it can find its module. (svn r1751)
  70. 27. [build]
  71. Add missing copyright license statements to various source
  72. files. (svn r1750)
  73. 26. [func]
  74. Use PACKAGE_STRING (name + version) from config.h instead
  75. of hard-coded value in CH TXT version.bind replies (Trac
  76. #114, svn r1749)
  77. 25. [func]*
  78. Renamed msgq to b10-msgq. (Trac #25, svn r1747, r1748)
  79. 24. [func]
  80. Support case-sensitive name compression in MessageRenderer.
  81. (svn r1704)
  82. 23. [func]
  83. Support a simple name with possible compression. (svn r1701)
  84. 22. [func]
  85. b10-xfrout for AXFR-out support added. (svn r1629, r1630)
  86. 21. [bug]
  87. Make log message more readable when xfrin failed. (svn
  88. r1697)
  89. 20. [bug]
  90. Keep stderr for child processes if -v is specified. (svn
  91. r1690, r1698)
  92. 19. [bug]
  93. Allow bind10 boss to pass environment variables from parent.
  94. (svn r1689)
  95. 18. [bug]
  96. Xfrin warn if bind10_dns load failed. (svn r1688)
  97. 17. [bug]
  98. Use sqlite3_ds.load() in xfrin module and catch Sqlite3DSError
  99. explicitly. (svn r1684)
  100. 16. [func]*
  101. Removed print_message and print_settings configuration
  102. commands from Xfrin. (Trac #136, svn r1682)
  103. 15. [func]*
  104. Changed zone loader/updater so trailing dot is not required.
  105. (svn r1681)
  106. 14. [bug]
  107. Change shutdown to actually SIGKILL properly. (svn r1675)
  108. 13. [bug]
  109. Don't ignore other RRs than SOA even if the second SOA is
  110. found. (svn r1674)
  111. 12. [build]
  112. Fix tests and testdata so can be used from a read-only
  113. source directory.
  114. 11. [build]
  115. Make sure python tests scripts are included in tarball.
  116. (svn r1648)
  117. 10. [build]
  118. Improve python detection for configure. (svn r1622)
  119. 9. [build]
  120. Automake the python binding of libdns. (svn r1617)
  121. 8. [bug]
  122. Fix log errors which may cause xfrin module to crash. (svn
  123. r1613)
  124. 7. [func]
  125. New API for inserting zone data to sqlite3 database for
  126. AXFR-in. (svn r1612, r1613)
  127. 6. [bug]
  128. More code review, miscellaneous cleanups, style guidelines,
  129. and new and improved unit tests added.
  130. 5. [doc]
  131. Manual page cleanups and improvements.
  132. 4. [bug]
  133. NSEC RDATA fixes for buffer overrun lookups, incorrect
  134. boundary checks, spec-non-conformant behaviors. (svn r1611)
  135. 3. [bug]
  136. Remove a re-raise of an exception that should only have
  137. been included in an error answer on the cc channel. (svn
  138. r1601)
  139. 2. [bug]
  140. Removed unnecessary sleep() from ccsession.cc. (svn r1528)
  141. 1. [build]*
  142. The configure --with-boostlib option changed to --with-boost-lib.
  143. bind10-devel-20100319 released on March 19, 2010
  144. For complete code revision history, see http://bind10.isc.org/browser
  145. Specific subversion changesets can be accessed at:
  146. http://bind10.isc.org/changeset/rrrr
  147. Trac tickets can be accessed at: https://bind10.isc.org/ticket/nnn
  148. LEGEND
  149. [bug] general bug fix. This is generally a backward compatible change,
  150. unless it's deemed to be impossible or very hard to keep
  151. compatibility to fix the bug.
  152. [build] compilation and installation infrastructure change.
  153. [doc] update to documentation. This shouldn't change run time behavior.
  154. [func] new feature. In some cases this may be a backward incompatible
  155. change, which would require a bump of major version.
  156. [security] security hole fix. This is no different than a general bug fix
  157. except that it will be handled as confidential and will cause
  158. security patch releases.
  159. *: Backward incompatible or operational change.