This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch, fedora/master, updated. fedora/glibc-2.10.90-1-8-g33e6302


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, fedora/master has been updated
       via  33e6302cd45061dc0e806eaa4a222dea648ce113 (commit)
       via  8c9533e18f842a79512d38b11662a1ed2355c6a8 (commit)
       via  2fd0cd8b5257e7ae0c0df0651ee62a6ef7c37cc2 (commit)
       via  5cd1f906c34256abdccc92052fbbde51fd70a565 (commit)
       via  29ba9812bb86bf6da9702f4fbff5cdbb25846401 (commit)
       via  e6bd12ddf72412918fe9002a3e27ecc07775bd64 (commit)
       via  b38a2e2e642c0a0884a2d77e38eecf3cbe7720fd (commit)
       via  0181291385671286db5eefc5eea9913c647f14d8 (commit)
      from  ffd515a6e7a265a63dd40037db66e80c1f243099 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=33e6302cd45061dc0e806eaa4a222dea648ce113

commit 33e6302cd45061dc0e806eaa4a222dea648ce113
Author: Andreas Schwab <aschwab@redhat.com>
Date:   Thu Jul 2 12:12:01 2009 +0200

    2.10.90-2

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 5b450d8..522bf71 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -21,7 +21,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 1
+Release: 2
 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
 # Things that are linked directly into dynamically linked programs
 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -1021,6 +1021,9 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Thu Jul  2 2009 Andreas Schwab <aschwab@redhat.com> 2.10.90-2
+- Update from master.
+
 * Thu Jun 26 2009 Andreas Schwab <aschwab@redhat.com> 2.10.90-1
 - Update from master.
 - Enable multi-arch support on x86/x86-64.

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=8c9533e18f842a79512d38b11662a1ed2355c6a8

commit 8c9533e18f842a79512d38b11662a1ed2355c6a8
Merge: ffd515a 2fd0cd8
Author: Andreas Schwab <aschwab@redhat.com>
Date:   Thu Jul 2 12:02:12 2009 +0200

    Merge commit 'origin/master' into fedora/master
    
    Conflicts:
    	ChangeLog

diff --cc ChangeLog
index 14fbf51,0c6c36f..69edfd2
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,13 -1,26 +1,36 @@@
+ 2009-07-01  Ulrich Drepper  <drepper@redhat.com>
+ 
+ 	* nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
+ 	inet_makeaddr.  This worked only with class-based networks.
+ 	* nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
+ 	Likewise.
+ 
+ 	* nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
+ 	recognize all types.
+ 	* nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
+ 	to getnetbyaddr.  Fix network parameter to getnetbyaddr.  It must
+ 	be in host byte order.
+ 
+ 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
+ 
+ 	* sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
+ 	(MODEL_OFFSET): Define.
+ 	* sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
+ 	family and model.
+ 	* sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
+ 	out common code into new function get_common_indeces. Determine
+ 	extended family and model for Intel processors.
+ 
 +2009-06-26  Andreas Schwab  <aschwab@redhat.com>
 +
 +	* timezone/zic.c (stringzone): Don't try to generate a POSIX TZ
 +	string when the timezone ends in DST.
 +
 +	* sysdeps/powerpc/powerpc32/____longjmp_chk.S (CHECK_SP): Save lr
 +	before call.
 +	* sysdeps/powerpc/powerpc64/____longjmp_chk.S (CHECK_SP):
 +	Likewise.
 +
  2009-06-26  Ulrich Drepper  <drepper@redhat.com>
  
  	* resolv/resolv.h: Define RES_SNGLKUPREOP.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                  |   23 ++++++++++++++
 fedora/glibc.spec.in                       |    5 ++-
 nis/nss_nis/nis-network.c                  |    2 +-
 nis/nss_nisplus/nisplus-network.c          |    2 +-
 nss/getent.c                               |    2 +-
 nss/nss_files/files-network.c              |    5 ++-
 sysdeps/x86_64/elf/configure               |   44 ++++++++++++++++++++++++----
 sysdeps/x86_64/multiarch/ifunc-defines.sym |    2 +
 sysdeps/x86_64/multiarch/init-arch.c       |   37 ++++++++++++++++++-----
 sysdeps/x86_64/multiarch/init-arch.h       |    2 +
 10 files changed, 104 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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