ChangeLog 6.5 KB

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