Skip to content

Commit 5e4adc4

Browse files
author
Christian Heitman
committed
Update README and CHANGELOGs.
1 parent c9e2b7e commit 5e4adc4

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased][unreleased]
66

7+
## [0.2.1] - 2015-04-07
8+
### Fixed
9+
- Fix Python logging module setup issue.
10+
711
## [0.2] 2015-04-06
812
### Added
913
- BARF: BARFgadgets now find gadgets in ARM binaries.
@@ -32,5 +36,7 @@ All notable changes to this project will be documented in this file.
3236
### Removed
3337
- BARF: x86instruction and x86intructiontranslator modules were removed.
3438

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
3642
[0.2]: https://github.com/programa-stic/barf-project/compare/v0.1...v0.2

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ For more information, see:
3131

3232
Current status:
3333

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 |
3838

3939
> All packages were tested on Ubuntu 12.04 and 14.04 (x86_64).
4040
@@ -102,6 +102,7 @@ Latest changes include:
102102
- BARF: New reil translation scheme for x86 instructions.
103103

104104
### Fixed
105+
- BARF: Fix Python logging module setup issue.
105106
- BARF: Fixes in x86 instruction translations (mostly flags update issues.)
106107

107108
For more information, see [README](./pyasmjit/CHANGELOG.md).

barf/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased][unreleased]
66

7+
## [0.2.1] - 2015-04-07
8+
### Fixed
9+
- Fix Python logging module setup issue.
10+
711
## [0.2] - 2015-04-06
812
### Added
913
- BARFgadgets now find gadgets in ARM binaries.
@@ -28,5 +32,6 @@ All notable changes to this project will be documented in this file.
2832
### Removed
2933
- x86instruction and x86intructiontranslator modules were removed.
3034

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
3237
[0.2]: https://github.com/programa-stic/barf-project/compare/v0.1...v0.2

0 commit comments

Comments
 (0)