ChangeLog 7.6 KB

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