ChangeLog 9.4 KB

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