summaryrefslogtreecommitdiffstats
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2008-02-01 18:05:21 +0000
committerUlrich Drepper <[email protected]>2008-02-01 18:05:21 +0000
commitc54785af87adcac067f90b1dbc238c29062cf683 (patch)
tree70b62365a10a1fae228fae5fe96073586eca97b1 /lib/ChangeLog
parent16303e82287f350d63672b3c898dc1d31a90c5d4 (diff)
Implement SHA1 build-id handling in ld.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 1697d00e..c3cd0acf 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,7 +1,16 @@
+2008-02-01 Ulrich Drepper <[email protected]>
+
+ * Makefile.am (libeu_a_SOURCES): Add sha1.c.
+ (noinst_HEADERS): Add sha1.h.
+ * sha1.c: New file.
+ * sha1.h: New file.
+
2008-01-31 Ulrich Drepper <[email protected]>
* Makefile.am (libeu_a_SOURCES): Add md5.c.
(noinst_HEADERS): Add md5.h.
+ * md5.c: New file.
+ * md5.h: New file.
2006-04-04 Ulrich Drepper <[email protected]>