Skip to content

Commit 1a82b9d

Browse files
authored
Merge pull request #2536 from mandiant/release/v801
update to v8.0.1
2 parents 347601a + 3cbc184 commit 1a82b9d

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

Diff for: CHANGELOG.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,27 @@
1212

1313
### Bug Fixes
1414

15-
- handle IDA 8.3/8.4 vs. 9.0 API change @mr-tz
16-
1715
### capa Explorer Web
1816

1917
### capa Explorer IDA Pro plugin
2018

2119
### Development
2220

2321
### Raw diffs
24-
- [capa v8.0.0...master](https://github.com/mandiant/capa/compare/v8.0.0...master)
25-
- [capa-rules v8.0.0...master](https://github.com/mandiant/capa-rules/compare/v8.0.0...master)
22+
- [capa v8.0.1...master](https://github.com/mandiant/capa/compare/v8.0.1...master)
23+
- [capa-rules v8.0.1...master](https://github.com/mandiant/capa-rules/compare/v8.0.1...master)
24+
25+
## v8.0.1
26+
27+
This point release fixes an issue with the IDAPython API to now handle IDA Pro 8.3, 8.4, and 9.0 correctly.
28+
29+
### Bug Fixes
30+
31+
- handle IDA 8.3/8.4 vs. 9.0 API change @mr-tz
32+
33+
### Raw diffs
34+
- [capa v8.0.0...v8.0.1](https://github.com/mandiant/capa/compare/v8.0.0...v8.0.1)
35+
- [capa-rules v8.0.0...v8.0.1](https://github.com/mandiant/capa-rules/compare/v8.0.0...v8.0.1)
2636

2737
## v8.0.0
2838

Diff for: capa/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Unless required by applicable law or agreed to in writing, software distributed under the License
66
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
77
# See the License for the specific language governing permissions and limitations under the License.
8-
__version__ = "8.0.0"
8+
__version__ = "8.0.1"
99

1010

1111
def get_major_version():

Diff for: web/public/index.html

+5
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@ <h2 class="mt-3">Rule Updates</h2>
215215

216216
<h2 class="mt-3">Tool Updates</h2>
217217

218+
<h3 class="mt-2">v8.0.0 (<em>2024-12-09</em>)</h3>
219+
<p class="mt-0">
220+
This point release fixes an issue with the IDAPython API to now handle IDA Pro 8.3, 8.4, and 9.0 correctly.
221+
</p>
222+
218223
<h3 class="mt-2">v8.0.0 (<em>2024-12-09</em>)</h3>
219224
<p class="mt-0">
220225
capa <a href="https://github.com/mandiant/capa/releases/tag/v8.0.0">v8.0.0</a> adds support for IDA Pro 9.0 (and idalib). The release comes with various improvements and bug fixes for the Binary Ninja backend (including to load with database files) -- thanks to @xusheng6.

0 commit comments

Comments
 (0)