From e917c30d52df8d9ec6fd289608ff9c4192109c4e Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Wed, 16 Dec 2020 12:39:35 -0800 Subject: [PATCH] Update zq to v0.25.0 and prep v0.21.0 (redux) (#1289) https://github.com/brimsec/brim/compare/v0.20.0...d81df63 --- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91e5889900..507a7a24e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,9 @@ incidents of the issues described above. * Add a "Sectional" package in the code that allows a view to be split (#1247) * Add a "Tree list" package in the code for working with lists (rendering, drag & drop, etc.) (#1254) * Fix an issue where Brim would freeze during zoom-in/zoom-out (#1275) +* Fix an issue where autoupdate would install releases with version numbers "older" than the number of the one currently installed (#1244) +* Fix an issue where the Space list would come up empty and Space details would show "NAN UNDEFINED" after a Brim restart (#1283, #1288) +* Fix an issue on Windows where clicking records generated from an imported pcap produced error messages (#1287) ## v0.20.0 * Update zq to [v0.24.0](https://github.com/brimsec/zq/releases/tag/v0.24.0) diff --git a/package-lock.json b/package-lock.json index 8d972ee6f2..7c2ba6d7c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20558,8 +20558,8 @@ } }, "zq": { - "version": "git+https://github.com/brimsec/zq.git#8680830c05e6205cf88422242d12e6f850aafcfe", - "from": "git+https://github.com/brimsec/zq.git#8680830c05e6205cf88422242d12e6f850aafcfe" + "version": "git+https://github.com/brimsec/zq.git#05b6f80f9a4c36fabd1bf5ef29cee3bf903f1cc1", + "from": "git+https://github.com/brimsec/zq.git#v0.25.0" } } } diff --git a/package.json b/package.json index 1379dc68f5..25894049d4 100644 --- a/package.json +++ b/package.json @@ -180,7 +180,7 @@ "styled-components": "^5.1.1", "valid-url": "^1.0.9", "zealot": "file:zealot", - "zq": "git+https://github.com/brimsec/zq.git#8680830c05e6205cf88422242d12e6f850aafcfe" + "zq": "git+https://github.com/brimsec/zq.git#v0.25.0" }, "optionalDependencies": { "electron-installer-debian": "^3.0.0",