diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-02-24 12:53:25 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-02-24 12:53:25 -0800 |
commit | 74981cc52d3699f2cc2818af604f9101711ceb80 (patch) | |
tree | 47c80befc96c4f27f9d3230cadddb324df127208 /ChangeLog | |
parent | 7bb764bcb177f580e9f676680423ed3ddb13d8e7 (diff) | |
download | glibc-74981cc52d3699f2cc2818af604f9101711ceb80.tar.gz glibc-74981cc52d3699f2cc2818af604f9101711ceb80.tar.xz glibc-74981cc52d3699f2cc2818af604f9101711ceb80.zip |
BZ#13738: Parameterize and fix mention of FDL version in manual.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1ade4f1aee..8af4604bcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-02-24 Roland McGrath <roland@hack.frob.com> + + [BZ #13738] + * manual/libc.texinfo (FDL_VERSION): New @set. + Use it for mention of FDL in cover text. + (Documentation License): Use it in @include file name. + 2012-02-22 Joseph Myers <joseph@codesourcery.com> Roland McGrath <roland@hack.frob.com> |