|
|
4fe85b |
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
|
4fe85b |
From: Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
4fe85b |
Date: Fri, 27 Dec 2013 11:20:37 +0100
|
|
|
4fe85b |
Subject: [PATCH] Merge branch 'master' of git.sv.gnu.org:/srv/git/grub
|
|
|
4fe85b |
|
|
|
4fe85b |
Conflicts:
|
|
|
4fe85b |
ChangeLog
|
|
|
4fe85b |
---
|
|
|
4fe85b |
ChangeLog | 20 ++++++++++----------
|
|
|
4fe85b |
1 file changed, 10 insertions(+), 10 deletions(-)
|
|
|
4fe85b |
|
|
|
4fe85b |
diff --git a/ChangeLog b/ChangeLog
|
|
|
4fe85b |
index 82dc61d24c9..da3c2dfdf0a 100644
|
|
|
4fe85b |
--- a/ChangeLog
|
|
|
4fe85b |
+++ b/ChangeLog
|
|
|
4fe85b |
@@ -1,19 +1,19 @@
|
|
|
4fe85b |
-2013-12-27 Colin Watson <cjwatson@ubuntu.com>
|
|
|
4fe85b |
-
|
|
|
4fe85b |
- * NEWS: First draft of 2.02 entry.
|
|
|
4fe85b |
-
|
|
|
4fe85b |
-2013-12-27 Colin Watson <cjwatson@ubuntu.com>
|
|
|
4fe85b |
-
|
|
|
4fe85b |
- * INSTALL (Cross-compiling the GRUB): Fix some spelling mistakes.
|
|
|
4fe85b |
- * docs/grub.texi (Getting the source code): Likewise.
|
|
|
4fe85b |
-
|
|
|
4fe85b |
-2013-12-25 Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
4fe85b |
+2013-12-27 Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
4fe85b |
|
|
|
4fe85b |
* grub-core/kern/arm/cache_armv6.S: Remove .arch directive.
|
|
|
4fe85b |
|
|
|
4fe85b |
As these functions are used on pre-ARMv6 CPUs as well we don't want
|
|
|
4fe85b |
to make assembler assume that architecture is higher than default one.
|
|
|
4fe85b |
|
|
|
4fe85b |
+2013-12-27 Colin Watson <cjwatson@ubuntu.com>
|
|
|
4fe85b |
+
|
|
|
4fe85b |
+ * NEWS: First draft of 2.02 entry.
|
|
|
4fe85b |
+
|
|
|
4fe85b |
+2013-12-27 Colin Watson <cjwatson@ubuntu.com>
|
|
|
4fe85b |
+
|
|
|
4fe85b |
+ * INSTALL (Cross-compiling the GRUB): Fix some spelling mistakes.
|
|
|
4fe85b |
+ * docs/grub.texi (Getting the source code): Likewise.
|
|
|
4fe85b |
+
|
|
|
4fe85b |
2013-12-25 Andrey Borzenkov <arvidjaar@gmail.com>
|
|
|
4fe85b |
|
|
|
4fe85b |
* grub-core/osdep/windows/platform.c (get_platform): Fix EFI
|