ChangeLog 6.8 KB

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