Skip to content

Commit

Permalink
Update README and CHANGELOGs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Heitman committed Apr 7, 2015
1 parent c9e2b7e commit 5e4adc4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

## [0.2.1] - 2015-04-07
### Fixed
- Fix Python logging module setup issue.

## [0.2] 2015-04-06
### Added
- BARF: BARFgadgets now find gadgets in ARM binaries.
Expand Down Expand Up @@ -32,5 +36,7 @@ All notable changes to this project will be documented in this file.
### Removed
- BARF: x86instruction and x86intructiontranslator modules were removed.

[unreleased]: https://github.com/programa-stic/barf-project/compare/v0.2...develop

[unreleased]: https://github.com/programa-stic/barf-project/compare/v0.2.1...develop
[0.2.1]: https://github.com/programa-stic/barf-project/compare/v0.2...v0.2.1
[0.2]: https://github.com/programa-stic/barf-project/compare/v0.1...v0.2
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ For more information, see:

Current status:

| **Latest Release** | v0.2 |
|-------------------:|:---------------------------------------------------------------------|
| **URL** | https://github.com/programa-stic/barf-project/releases/tag/v0.2 |
| **Change Log** | https://github.com/programa-stic/barf-project/blob/v0.2/CHANGELOG.md |
| **Latest Release** | v0.2.1 |
|-------------------:|:-----------------------------------------------------------------------|
| **URL** | https://github.com/programa-stic/barf-project/releases/tag/v0.2.1 |
| **Change Log** | https://github.com/programa-stic/barf-project/blob/v0.2.1/CHANGELOG.md |

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

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

For more information, see [README](./pyasmjit/CHANGELOG.md).
Expand Down
7 changes: 6 additions & 1 deletion barf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

## [0.2.1] - 2015-04-07
### Fixed
- Fix Python logging module setup issue.

## [0.2] - 2015-04-06
### Added
- BARFgadgets now find gadgets in ARM binaries.
Expand All @@ -28,5 +32,6 @@ All notable changes to this project will be documented in this file.
### Removed
- x86instruction and x86intructiontranslator modules were removed.

[unreleased]: https://github.com/programa-stic/barf-project/compare/v0.2...develop
[unreleased]: https://github.com/programa-stic/barf-project/compare/v0.2.1...develop
[0.2.1]: https://github.com/programa-stic/barf-project/compare/v0.2...v0.2.1
[0.2]: https://github.com/programa-stic/barf-project/compare/v0.1...v0.2

0 comments on commit 5e4adc4

Please sign in to comment.