ChangeLog 9.2 KB

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