File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased] [ unreleased ]
6
6
7
+ ## [ 0.2.1] - 2015-04-07
8
+ ### Fixed
9
+ - Fix Python logging module setup issue.
10
+
7
11
## [ 0.2] 2015-04-06
8
12
### Added
9
13
- BARF: BARFgadgets now find gadgets in ARM binaries.
@@ -32,5 +36,7 @@ All notable changes to this project will be documented in this file.
32
36
### Removed
33
37
- BARF: x86instruction and x86intructiontranslator modules were removed.
34
38
35
- [ unreleased ] : https://github.com/programa-stic/barf-project/compare/v0.2...develop
39
+
40
+ [ unreleased ] : https://github.com/programa-stic/barf-project/compare/v0.2.1...develop
41
+ [ 0.2.1 ] : https://github.com/programa-stic/barf-project/compare/v0.2...v0.2.1
36
42
[ 0.2 ] : https://github.com/programa-stic/barf-project/compare/v0.1...v0.2
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ For more information, see:
31
31
32
32
Current status:
33
33
34
- | ** Latest Release** | v0.2 |
35
- | -------------------:| :---------------------------------------------------------------------|
36
- | ** URL** | https://github.com/programa-stic/barf-project/releases/tag/v0.2 |
37
- | ** Change Log** | https://github.com/programa-stic/barf-project/blob/v0.2/CHANGELOG.md |
34
+ | ** Latest Release** | v0.2.1 |
35
+ | -------------------:| :----------------------------------------------------------------------- |
36
+ | ** URL** | https://github.com/programa-stic/barf-project/releases/tag/v0.2.1 |
37
+ | ** Change Log** | https://github.com/programa-stic/barf-project/blob/v0.2.1 /CHANGELOG.md |
38
38
39
39
> All packages were tested on Ubuntu 12.04 and 14.04 (x86_64).
40
40
@@ -102,6 +102,7 @@ Latest changes include:
102
102
- BARF: New reil translation scheme for x86 instructions.
103
103
104
104
### Fixed
105
+ - BARF: Fix Python logging module setup issue.
105
106
- BARF: Fixes in x86 instruction translations (mostly flags update issues.)
106
107
107
108
For more information, see [ README] ( ./pyasmjit/CHANGELOG.md ) .
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased] [ unreleased ]
6
6
7
+ ## [ 0.2.1] - 2015-04-07
8
+ ### Fixed
9
+ - Fix Python logging module setup issue.
10
+
7
11
## [ 0.2] - 2015-04-06
8
12
### Added
9
13
- BARFgadgets now find gadgets in ARM binaries.
@@ -28,5 +32,6 @@ All notable changes to this project will be documented in this file.
28
32
### Removed
29
33
- x86instruction and x86intructiontranslator modules were removed.
30
34
31
- [ unreleased ] : https://github.com/programa-stic/barf-project/compare/v0.2...develop
35
+ [ unreleased ] : https://github.com/programa-stic/barf-project/compare/v0.2.1...develop
36
+ [ 0.2.1 ] : https://github.com/programa-stic/barf-project/compare/v0.2...v0.2.1
32
37
[ 0.2 ] : https://github.com/programa-stic/barf-project/compare/v0.1...v0.2
You can’t perform that action at this time.
0 commit comments