diff --git a/ChangeLog b/ChangeLog
index 936097d1d29fda352bf529894b09db36d9f88250..3c87daa867d8f4ea82c6627cd1e2a43023435b43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2005-10-13  Niels Möller  <niels@s3.kth.se>
+
+	* sparc64/aes.asm: New file. Copy of sparc/aes.asm, with minor
+	changes to the stack frame layout. Patch contributed by Henrik
+	Grubbström. Not yet tested.
+
+	* x86/md5-compress.asm: Skip copying of input to the stack, and
+	don't allocate space for it.
+	(F1): Fixed bug.
+
+	* testsuite/md5-test.c: Document intermediate values for first
+	test case.
+
+	* configure.ac (asm_path): Check for sparc64, and use sparc64
+	subdirectory. Link in md5-compress.asm, if it exists.
+
 2005-10-13  Niels Möller  <nisse@lysator.liu.se>
 
 	* x86/md5-compress.asm (REF): Fixed calculation of offset.