Skip to content

Commit

Permalink
Merge branch 'release-0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
acolomb committed Apr 9, 2015
2 parents 12cde86 + 2be13ab commit 864d64f
Show file tree
Hide file tree
Showing 36 changed files with 894 additions and 529 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/install-sh
/depcomp
/ar-lib
/ltmain.sh
ABOUT-NLS

# autotools generated files
Expand All @@ -20,6 +21,7 @@ ABOUT-NLS
/*.cache
Makefile
Doxyfile
/libtool

# Compilation output
*.o
Expand Down
22 changes: 22 additions & 0 deletions ChangeLog
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
Expand Down
Loading

0 comments on commit 864d64f

Please sign in to comment.