Skip to content

Commit

Permalink
Update zq to v0.21.0 and prep v0.17.0 (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Sep 11, 2020
1 parent 107f35c commit 9e1e327
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.17.0
* Update zq to [v0.21.0](https://github.com/brimsec/zq/releases/tag/v0.21.0)
* Update Zeek to [v3.2.0-dev-brim9](https://github.com/brimsec/zeek/releases/tag/v3.2.0-dev-brim9) to take advantage of latest [geolocation](https://github.com/brimsec/brim/wiki/Geolocation) data (#1071)
* Fix an issue where abruptly killing Brim on Linux or macOS would leave behind an orphaned `zqd` process (#1031)
* Add an option for executing index searches on Archive Spaces (#1024)
* Fix an issue where right-clicking to delete a Space when the Brim window was not in focus caused an "Uncaught TypeError" (#1066)
* Enable import of nanosecond pcap files (#1069)

## v0.16.0
* Update zq to [v0.20.0](https://github.com/brimsec/zq/releases/tag/v0.20.0)
* Update Zeek to [v3.2.0-dev-brim8](https://github.com/brimsec/zeek/releases/tag/v3.2.0-dev-brim8) to take advantage of latest [geolocation](https://github.com/brimsec/brim/wiki/Geolocation) data (#1033)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Brim Desktop App",
"repository": "https://github.com/brimsec/brim",
"license": "BSD-3-Clause",
"version": "0.16.0",
"version": "0.17.0",
"main": "dist/js/electron/main.js",
"author": "Brim Security, Inc.",
"bin": {
Expand Down Expand Up @@ -154,7 +154,7 @@
"styled-components": "^5.1.1",
"valid-url": "^1.0.9",
"zealot": "./zealot",
"zq": "git+https://github.com/brimsec/zq.git#f6ae6099c913e53d96b3667a4a2ea788d0850483"
"zq": "git+https://github.com/brimsec/zq.git#v0.21.0"
},
"optionalDependencies": {
"electron-installer-debian": "^3.0.0",
Expand Down

0 comments on commit 9e1e327

Please sign in to comment.