]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 10 Sep 1998 15:04:50 +0000 (15:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 10 Sep 1998 15:04:50 +0000 (15:04 +0000)
ChangeLog
FAQ

index 44f9a3f31c0446dfad2b7854cd4973d9b90116b7..1daf7abcdc1f0b3010b02cf37fd31e2d6dfe7a29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+1998-09-10 11:53  Ulrich Drepper  <drepper@cygnus.com>
+
+       * time/tzfile.c (__tzfile_read): Handle case when there are no
+       transitions.
+       * time/tzset.c (tzset_internal): Set __timezone before returning.
+
+1998-09-10  Ulrich Drepper  <drepper@cygnus.com>
+
+       * resolv/res_init.c (res_init): Initialize _res.nscount and
+       _res.nsaddr.sin_port differently for the can when no loopback is
+       available to allow immediate timeout in non-networking environments.
+       Patch by Cristian Gafton <gafton@redhat.com>.
+
 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
 
        * elf/dl-close.c (_dl_close): Update _dl_loaded if the first
diff --git a/FAQ b/FAQ
index 588f09bd6f08b4f5f17d59a65b1e3e99510ac7ff..b508eb5c8827a8eb607d6080448fc2393151220c 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -76,7 +76,7 @@ please let me know.
 2.18.  I have killed ypbind to stop using NIS, but glibc
         continues using NIS.
 2.19.  Under Linux/Alpha, I always get "do_ypcall: clnt_call:
-       RPC: Unable to receive; errno = Connection refused" when using NIS.
+       RPC: Unable to receive; errno = Connection refused" when using NIS.
 
 3. Source and binary incompatibilities, and what to do about them
 
@@ -179,6 +179,10 @@ releases are known to have bugs that prevent a successful compilation.
 For alpha-linux you need at least GNU binutils 2.8.1.0.18 available from
 ftp://ftp.yggdrasil.com/private/hjl
 
+{AJ} Please don't use binutils 2.7.  That release contains some bugs which
+might make it neccessary that you've got to recompile all your glibc2
+binaries when upgrading the GNU C library.
+
 
 1.5.   Do I need some more things to compile GNU C Library?