diff options
| author | Ulf Hermann <[email protected]> | 2018-07-13 18:32:53 +0200 |
|---|---|---|
| committer | Ulf Hermann <[email protected]> | 2018-07-13 18:32:53 +0200 |
| commit | 731aa2b1b0f73b443c8ed7538c134849935d0ba1 (patch) | |
| tree | 9179c5a58889c4725751856bf75d6a91810d5bf8 /lib/ChangeLog | |
| parent | d9483eb79086970df1dd875f6914bd0a442e8566 (diff) | |
| parent | aa36de0335e3ce12898954985a208f6336731289 (diff) | |
Merge tag 'elfutils-0.173'
elfutils 0.173 release
Change-Id: I83dc56dd15c26fe7acf4ce73c29df65b8b65e757
Diffstat (limited to 'lib/ChangeLog')
| -rw-r--r-- | lib/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 7cfa768a..5655b3c1 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -23,6 +23,26 @@ * eu-config.h: Define unlocked I/O functions to locked ones if they are unavailable. +2018-06-01 Mark Wielaard <[email protected]> + + * printversion.c (print_version): Update copyright year. + +2018-02-09 Joshua Watt <[email protected]> + + * eu-config.h (FALLTHROUGH): New macro. + +2017-10-16 Mark Wielaard <[email protected]> + + * md5.{c,h}: Removed. + * sha1.{c,h}: Likewise. + * Makefile.am (libeu_a_SOURCES): Remove md5.c and sha1.c. + (noinst_HEADERS): Remove md5.h and sha1.h. + +2017-08-18 Ulf Hermann <[email protected]> + + * eu-config.h: Define attribute_packed to either + __attribute__((packed)) or __attribute__((packed, gcc_struct)). + 2017-04-27 Ulf Hermann <[email protected]> * eu-config.h: Define attribute_hidden to be empty if the compiler |
