summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-12 19:37:10 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-12 19:37:10 +0000
commit0174a06214ff42127d57bece3062f2c30633ec55 (patch)
treea96b16da24d3b26bc0148c89b8ce28d2ff92cdaa
parent222bd8934b0a658592bec2bbb34a5f318536c5c7 (diff)
downloadcoreutils-0174a06214ff42127d57bece3062f2c30633ec55.tar.xz
Move "Version" to top.
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 336287d81..fb6522edb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-11-12 Paul Eggert <eggert@cs.ucla.edu>
+ * Version 5.3.0.
+
* NEWS: Document the following change.
* src/pr.c (strtoumax): Declare if not declared.
(skip_to_page, first_page_number, last_page_number, page_number,
@@ -19,8 +21,6 @@
2004-11-07 Jim Meyering <jim@meyering.net>
- * Version 5.3.0.
-
* src/uname.c [__APPLE__]: Include <mach/machine.h> and <mach-o/arch.h>.
(main) [__APPLE__]: Get the processor type via syscall rather than
hard-coding "powerpc". From Toby Peterson.