diff options
| author | Mark Wielaard <[email protected]> | 2016-12-24 22:31:41 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2016-12-24 22:51:32 +0100 |
| commit | 1700fd25e6caf26663af2bd994d1d99fab9df59f (patch) | |
| tree | 9a0bb382900e622e39e876b85c07e485d2b5c86b /src/ChangeLog | |
| parent | 0d0f8450ffc6135c0938308254f378ac79612e75 (diff) | |
http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/
fedorahosted used to be our home, but we are now hosted at sourceware.
Change the elfutils project home to http://elfutils.org/
Point hosted services (email, release, git, bug tracker and web pages)
to https://sourceware.org/elfutils/
Move design notes from README to NOTES.
Add URLs for home, releases, bugs, git and mailinglist to README.
Make the --version output of all tools the same by using a common
print_version function and update the publicly shown copyright holder
to the elfutils developers.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fe95ecb1..2a6d93ef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,24 @@ +2016-12-24 Mark Wielaard <[email protected]> + + * Makefile.am (findtextrel_LDADD): Add $(libeu). + (addr2line_LDADD): Likewise. + (elfcmp_LDADD): Likewise. + * addr2line.c (print_version): Removed. + * ar.c (print_version): Likewise. + * elfcmp.c (print_version): Likewise. + * elfcompress.c (print_version): Likewise. + * elflint.c (print_version): Likewise. + * findtextrel.c (print_version): Likewise. + * nm.c (print_version): Likewise. + * objdump.c: Likewise. + * ranlib.c: Likewise. + * readelf.c: Likewise. + * size.c: Likewise. + * stack.c: Likewise. + * strings.c: Likewise. + * strip.c: Likewise. + * unstrip.c: Likewise. + 2016-11-17 Mark Wielaard <[email protected]> * readelf.c (options): Add optional arg SECTION for symbols. |
