-
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
36 changed files
with
894 additions
and
529 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
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,25 @@ | ||
2015-04-09 André Colomb <[email protected]> | ||
|
||
* Rework the build system, fixing several usage and portability | ||
problems. Integrate GNU libtool for building libraries. | ||
* Fix a problem with iterating through symbol lists caused by an | ||
uninitialized local variable. | ||
* Rename the option --byte-size to --field-size and add another | ||
option --section-size. | ||
* Fix offset output for the --strings option to point at the | ||
length prefix byte. | ||
* Abuse the --symbols option to generate more machine-readable | ||
(non-localized) output for --strings and --section-size. | ||
* Adjust help output to exclude unavailable options and reflect | ||
the actually used default values. | ||
* Fix error handling when an expected ELF section could not be | ||
found. | ||
* Handle unprintable characters in custom_known_fields.c example. | ||
* Validate argument in custom_options.c example for --set-serial. | ||
* Revised README document for new features and minor corrections. | ||
|
||
* Release version 0.4. | ||
|
||
2014-08-08 André Colomb <[email protected]> | ||
|
||
* Clean up build system for more stability and better user | ||
|
Oops, something went wrong.