about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-08-13 16:46:13 +0000
committerJoseph Myers <joseph@codesourcery.com>2018-08-13 16:46:13 +0000
commitf3cd0904a452f6a831cd15564077d0f883031659 (patch)
treee6a6a830ef2e47acb7239788270c04f58780fe53 /ChangeLog
parentb7b52b9dec337a08a89bc67638773be652eba332 (diff)
downloadglibc-f3cd0904a452f6a831cd15564077d0f883031659.tar.gz
glibc-f3cd0904a452f6a831cd15564077d0f883031659.tar.xz
glibc-f3cd0904a452f6a831cd15564077d0f883031659.zip
Use Linux 4.18 in build-many-glibcs.py.
	* scripts/build-many-glibcs.py (Context.checkout): Default Linux
	version to 4.18.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c838441e7..87e467c8a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-08-13  Joseph Myers  <joseph@codesourcery.com>
+
+	* scripts/build-many-glibcs.py (Context.checkout): Default Linux
+	version to 4.18.
+
 2018-08-13  Florian Weimer  <fweimer@redhat.com>
 
 	* misc/error.c (error): Add missing va_end call.