-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2015-08-14 André Colomb <[email protected]> | ||
|
||
* Fix segmentation fault when using Intel Hex files, caused by an | ||
error in libcintelhex. A newer pre-release of libcintelhex is now | ||
referenced for the submodule. | ||
|
||
* Release version 0.4.2 | ||
|
||
2015-07-22 André Colomb <[email protected]> | ||
|
||
* Fix README.md syntax compatibility for GitHub and include it in | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
# <http://www.gnu.org/licenses/>. | ||
|
||
|
||
AC_INIT([elf-mangle], [0.4.1], [[email protected]]) | ||
AC_INIT([elf-mangle], [0.4.2], [[email protected]]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
AC_CONFIG_SRCDIR([src/elf-mangle.c]) | ||
AC_CONFIG_AUX_DIR([.]) | ||
|
Submodule libcintelhex
updated
5 files
+0 −3 | .travis.yml | |
+1 −1 | README.md | |
+14 −7 | src/ihex_copy.c | |
+9 −2 | src/ihex_parse.c | |
+51 −13 | src/ihex_record.c |