ChangeLog 11 KB

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