This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GNU C Library master sources branch, master, updated.glibc-2.10-80-gbfdb73e


On Mon, Sep 14, 2009 at 09:50:12AM -0700, Roland McGrath wrote:
> >   Shouldn't this be mentioned in NEWS among new interfaces?
> 
> Sure.  It's usual practice to scour ChangeLog for anything that should be
> in NEWS when it gets toward release time.  Adding NEWS items piecemeal as
> the work goes in is good to do, but we don't always get to it.  NEWS
> patches are of course welcome.

I was thinking it would be easier for anyone to add it themselves rather
than apply a patch... ;-)

--8<--

2009-09-18  Petr Baudis  <pasky@suse.cz>

	* NEWS: Mention pthread_sigqueue as new 2.11 interface.

diff --git a/NEWS b/NEWS
index ca52e93..3c46883 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ using `glibc' in the "product" field.
 
 Version 2.11
 
-* New interfaces: execvpe
+* New interfaces: execvpe, pthread_sigqueue.
   Implemented by Ulrich Drepper.
 
 * checking version of longjmp added that fails if an uninitialized stack


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]