Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
2000-11-01  Ulrich Drepper  <drepper@redhat.com>

	* configure.in (with_cvs): Test for pserver access.
  • Loading branch information
Ulrich Drepper committed Nov 1, 2000
1 parent a69a8d9 commit 4442d7e
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 111 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2000-11-01 Ulrich Drepper <drepper@redhat.com>

* configure.in (with_cvs): Test for pserver access.

2000-10-31 Ulrich Drepper <drepper@redhat.com>

* elf/Versions [ld] (GLIBC_2.2): Export _dl_clktck and _dl_pagesize.
Expand Down
9 changes: 9 additions & 0 deletions FAQ
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ Removed. Does not apply anymore.
2.31. What happened to the Berkeley DB libraries? Can I still use db
in /etc/nsswitch.conf?
2.32. What has do be done when upgrading to glibc 2.2?
2.33. The makefiles want to do a CVS commit.

3. Source and binary incompatibilities, and what to do about them

Expand Down Expand Up @@ -1252,6 +1253,14 @@ be needed after upgrading:
Please read also the NEWS file which is the authoritative source for this
and gives more details for some topics.


2.33. The makefiles want to do a CVS commit.

{UD} Only if you are not specifying the --without-cvs flag at configure
time. This is what you always have to use if you are checking sources
directly out of the public CVS repository or you have your own private
repository.


. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Expand Down
8 changes: 8 additions & 0 deletions FAQ.in
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,14 @@ Please read also the NEWS file which is the authoritative source for this
and gives more details for some topics.


?? The makefiles want to do a CVS commit.

{UD} Only if you are not specifying the --without-cvs flag at configure
time. This is what you always have to use if you are checking sources
directly out of the public CVS repository or you have your own private
repository.


? Source and binary incompatibilities, and what to do about them

?? I expect GNU libc to be 100% source code compatible with
Expand Down
Loading

0 comments on commit 4442d7e

Please sign in to comment.