mirror of git://sourceware.org/git/glibc.git
Revert "Remove references to non-existent content items in install.texi"
This reverts commit 583c76a7ce which
breaks building info pages during "make install".
Conflicts:
ChangeLog
This commit is contained in:
parent
c04d498c12
commit
3d2abe798d
|
|
@ -1,8 +1,3 @@
|
||||||
2013-09-27 Allan McRae <allan@archlinux.org>
|
|
||||||
|
|
||||||
[BZ #15941]
|
|
||||||
* manual/install.texi (Installation) Fix node cross references.
|
|
||||||
|
|
||||||
2013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
2013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||||
|
|
||||||
* sysdeps/sh/stackguard-macros.h: New file.
|
* sysdeps/sh/stackguard-macros.h: New file.
|
||||||
|
|
|
||||||
4
NEWS
4
NEWS
|
|
@ -12,8 +12,8 @@ Version 2.19
|
||||||
13985, 14155, 14547, 14699, 15400, 15427, 15522, 15531, 15532, 15608,
|
13985, 14155, 14547, 14699, 15400, 15427, 15522, 15531, 15532, 15608,
|
||||||
15609, 15610, 15640, 15681, 15736, 15748, 15749, 15754, 15797, 15844,
|
15609, 15610, 15640, 15681, 15736, 15748, 15749, 15754, 15797, 15844,
|
||||||
15849, 15855, 15856, 15857, 15859, 15867, 15886, 15887, 15890, 15892,
|
15849, 15855, 15856, 15857, 15859, 15867, 15886, 15887, 15890, 15892,
|
||||||
15893, 15895, 15897, 15905, 15909, 15919, 15921, 15923, 15939, 15941,
|
15893, 15895, 15897, 15905, 15909, 15919, 15921, 15923, 15939, 15963,
|
||||||
15963, 15966.
|
15966.
|
||||||
|
|
||||||
* CVE-2012-4412 The strcoll implementation caches indices and rules for
|
* CVE-2012-4412 The strcoll implementation caches indices and rules for
|
||||||
large collation sequences to optimize multiple passes. This cache
|
large collation sequences to optimize multiple passes. This cache
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
@include macros.texi
|
@include macros.texi
|
||||||
@include pkgvers.texi
|
@include pkgvers.texi
|
||||||
|
|
||||||
@node Installation
|
@node Installation, Maintenance, Library Summary, Top
|
||||||
@c %MENU% How to install the GNU C Library
|
@c %MENU% How to install the GNU C Library
|
||||||
@appendix Installing @theglibc{}
|
@appendix Installing @theglibc{}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue