diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-03-03 15:30:42 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-03-03 15:30:42 -0800 |
commit | 116f4d1ad64a061488b29ef89f1a60f5e8c5963b (patch) | |
tree | 8f984c3e34cb94fa6bbc658a9f8286878278bca0 | |
parent | 532a60357ef4c5852cc1bf836cfd9d6f093ef204 (diff) | |
download | glibc-116f4d1ad64a061488b29ef89f1a60f5e8c5963b.tar glibc-116f4d1ad64a061488b29ef89f1a60f5e8c5963b.tar.gz glibc-116f4d1ad64a061488b29ef89f1a60f5e8c5963b.tar.bz2 glibc-116f4d1ad64a061488b29ef89f1a60f5e8c5963b.zip |
Retire the separate ChangeLog files in nptl/ and nptl_db/ subdirs.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | nptl/ChangeLog.old (renamed from nptl/ChangeLog) | 5 | ||||
-rw-r--r-- | nptl_db/ChangeLog.old (renamed from nptl_db/ChangeLog) | 5 |
3 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2014-03-03 Roland McGrath <roland@hack.frob.com> + + * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used. + * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used. + 2014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com> [BZ #16639] diff --git a/nptl/ChangeLog b/nptl/ChangeLog.old index c01177ed83..e022a1927a 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog.old @@ -1,3 +1,8 @@ +This file describes changes to the nptl/ subdirectory prior to 2014-03-03. +Later nptl/ changes go into the top-level ChangeLog file, not here. + + + 2014-02-28 Roland McGrath <roland@hack.frob.com> * Makefile (generated-dirs): Use += rather than =. diff --git a/nptl_db/ChangeLog b/nptl_db/ChangeLog.old index 85cf2ba7a1..6e74f3ecbb 100644 --- a/nptl_db/ChangeLog +++ b/nptl_db/ChangeLog.old @@ -1,3 +1,8 @@ +This file describes changes to the nptl_db/ subdirectory prior to 2014-03-03. +Later nptl_db/ changes go into the top-level ChangeLog file, not here. + + + 2014-02-26 Joseph Myers <joseph@codesourcery.com> * Makefile: Include Makeconfig immediately after defining subdir. |