* Renaming BroBox to Corelight Sensor:
- The "brobox" script becomes "corelight-client".
- "~/.broboxrc" becomes "~/.corelight-client.rc".
- "~/.brobox" becomes "~/.corelight-client".
- The configuration option "brobox" becomes "device".
- The command-line option "--brobox" becomes "--device" (short version remains "-B").
- The environment variable BROBOX becomes CORELIGHT_DEVICE.
For now we continue to support the old BroBox-based names and just
print warnings that they are deprecated. This support will however
be removed in a future version.
* Adding bro-pkg-bundle to distribution.
* Bugfix: API variables of integer type weren't properly treated in
the client code.