From 6f4aafd4bcd2eb6cd7525f163301f0e60a9cf4f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Colomb?= Date: Fri, 14 Aug 2015 07:49:45 +0200 Subject: [PATCH 1/2] Update to newer libcintelhex pre-release. Pulls in critical bug fix for a segmentation fault at the EOF record. --- libcintelhex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcintelhex b/libcintelhex index 29c6d21..53a028b 160000 --- a/libcintelhex +++ b/libcintelhex @@ -1 +1 @@ -Subproject commit 29c6d21f7f4a2f06b2ed78e504c6661377c9a473 +Subproject commit 53a028bf91b16267c7878806ef6bc541eef73716 From 99350842220295e85d94ec966ccda5fab92c86d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Colomb?= Date: Fri, 14 Aug 2015 07:54:33 +0200 Subject: [PATCH 2/2] Bump version to 0.4.2. Add ChangeLog entry and document the new version number in autoconf input. --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ab42798..73fb18c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-08-14 André Colomb + + * 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 * Fix README.md syntax compatibility for GitHub and include it in diff --git a/configure.ac b/configure.ac index b44fcb1..1ccc347 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # . -AC_INIT([elf-mangle], [0.4.1], [src@andre.colomb.de]) +AC_INIT([elf-mangle], [0.4.2], [src@andre.colomb.de]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/elf-mangle.c]) AC_CONFIG_AUX_DIR([.])