Merge remote-tracking branch 'origin/topic/dnthayer/ticket1963'

* origin/topic/dnthayer/ticket1963:
  Add a missing initializer to a runtime option
  Convert more redef-able constants to runtime options
This commit is contained in:
Johanna Amann 2018-08-24 17:47:03 -07:00
commit e055f9b36b
39 changed files with 179 additions and 80 deletions

View file

@ -1,4 +1,10 @@
2.5-911 | 2018-08-24 17:47:03 -0700
* Add a missing initializer to a runtime option (Daniel Thayer)
* Convert more redef-able constants to runtime options (Daniel Thayer)
2.5-907 | 2018-08-24 17:23:46 -0700
* Fix base/misc/version.bro version parsing. (Johanna Amann)