]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Move last changelog entry from ChangeLog to ChangeLog.cacheinfo.
authorSzymon Janc <szymon@janc.net.pl>
Wed, 6 Oct 2010 20:09:07 +0000 (22:09 +0200)
committerSzymon Janc <szymon@janc.net.pl>
Wed, 6 Oct 2010 20:09:07 +0000 (22:09 +0200)
ChangeLog
ChangeLog.cacheinfo [new file with mode: 0644]

index 6d54b6301aaacc7d6e330264fcc264acb9683b70..cc3c87445e351f4ffebd6f35b87208bd9056e9da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,18 +1,3 @@
-2010-10-05  Szymon Janc <szymon@janc.net.pl>
-
-       Make enable of disk cache statistics code configurable.
-
-       * configure.ac: --enable-cache-stats added.
-       * config.h.in (DISK_CACHE_STATS): New define.
-       * grub-core/Makefile.core.def (cacheinfo): New command.
-       * include/grub/disk.h(grub_disk_cache_get_performance): New function.
-       * grub-core/commands/cacheinfo.c: New file.
-       * grub-core/commands/minicmd.c (grub_rescue_cmd_info): Updated and
-       moved to cacheinfo.c.
-       * grub-core/kern/disk.c: Use DISK_CACHE_STATS to disable disk cache
-       debug code.
-       * include/grub/disk.h: Likewise.
-
 2010-10-02  Aleš Nesrsta <starous@volny.cz>
 
        * include/grub/scsi.h:
diff --git a/ChangeLog.cacheinfo b/ChangeLog.cacheinfo
new file mode 100644 (file)
index 0000000..a26271c
--- /dev/null
@@ -0,0 +1,14 @@
+2010-10-05  Szymon Janc <szymon@janc.net.pl>
+
+       Make enable of disk cache statistics code configurable.
+
+       * configure.ac: --enable-cache-stats added.
+       * config.h.in (DISK_CACHE_STATS): New define.
+       * grub-core/Makefile.core.def (cacheinfo): New command.
+       * include/grub/disk.h(grub_disk_cache_get_performance): New function.
+       * grub-core/commands/cacheinfo.c: New file.
+       * grub-core/commands/minicmd.c (grub_rescue_cmd_info): Updated and
+       moved to cacheinfo.c.
+       * grub-core/kern/disk.c: Use DISK_CACHE_STATS to disable disk cache
+       debug code.
+       * include/grub/disk.h: Likewise.