about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-05-13 21:08:45 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-13 21:08:45 -0400
commitfcabc0f8b185f9e0a9289720be5ede6c39b3bf21 (patch)
treecaaf6f36c3e13a77ab677c5049dfa0f5922bf021 /NEWS
parent320a5dc07b907b1e640fd11ce49a04aa2b367711 (diff)
downloadglibc-fcabc0f8b185f9e0a9289720be5ede6c39b3bf21.tar.gz
glibc-fcabc0f8b185f9e0a9289720be5ede6c39b3bf21.tar.xz
glibc-fcabc0f8b185f9e0a9289720be5ede6c39b3bf21.zip
Fix file descriptor position after fclose
fclose should leave the file descriptor position after the last read
or written byte.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b8afa6e699..2fc193cf23 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU C Library NEWS -- history of user-visible changes.  2011-5-11
+GNU C Library NEWS -- history of user-visible changes.  2011-5-13
 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
 See the end for copying conditions.
 
@@ -13,7 +13,8 @@ Version 2.14
   12052, 12158, 12178, 12200, 12346, 12393, 12420, 12445, 12449, 12454,
   12460, 12469, 12489, 12509, 12510, 12511, 12518, 12527, 12541, 12545,
   12551, 12583, 12587, 12597, 12611, 12625, 12631, 12650, 12653, 12655,
-  12660, 12681, 12685, 12711, 12713, 12714, 12717, 12723, 12734, 12738
+  12660, 12681, 12685, 12711, 12713, 12714, 12717, 12723, 12724, 12734,
+  12738
 
 * The RPC implementation in libc is obsoleted.  Old programs keep working
   but new programs cannot be linked with the routines in libc anymore.