ChangeLog 8.1 KB

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