diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-06-09 07:06:21 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-06-09 07:06:21 -0400 |
commit | 11988f8f9656042c3dfd9002ac85dff33173b9bd (patch) | |
tree | 2ff270ab6198e49a658120831832f08e4c2e34bf /NEWS | |
parent | 8621fc3b996a7bf5d60a0fb86cb15a078dcbf542 (diff) | |
download | glibc-11988f8f9656042c3dfd9002ac85dff33173b9bd.tar.gz glibc-11988f8f9656042c3dfd9002ac85dff33173b9bd.tar.xz glibc-11988f8f9656042c3dfd9002ac85dff33173b9bd.zip |
Add pldd program
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 602e05076b..ceadd1806d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-6-7 +GNU C Library NEWS -- history of user-visible changes. 2011-6-9 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -6,6 +6,9 @@ Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/> using `glibc' in the "product" field. Version 2.15 + +* New program pldd to list loaded object of a process + Implemented by Ulrich Drepper. Version 2.14 |