diff --git a/ChangeLog b/ChangeLog
index 5322e4f374cd9b49e920e7b827263970bc4113a1..5e7971b9f62fb9ccb1297453139fe9f79b7a2360 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-10-26  Niels M�ller  <nisse@lysator.liu.se>
+
+	* x86/arcfour-crypt.asm: Use movzbl when extending %cl to 32 bits.
+
+2004-10-24  Niels M�ller  <nisse@lysator.liu.se>
+
+	* x86/arcfour-crypt.asm: Reverted the latest two changes; update
+	bost src and dst pointers in the loop, and use plain addb when
+	updating j. These two previous changes slowed the code down on AMD
+	Duron. 
+
 2004-10-21  Niels M�ller  <nisse@lysator.liu.se>
 
 	* Makefile.in (install-shared): Use $(INSTALL_PROGRAM).
diff --git a/NEWS b/NEWS
index 1967e85c0e246e0c0f070c8b5bd19e45af8fc8ae..5acd029718eacc6ab5d58168465b97cb70c4e38c 100644
--- a/NEWS
+++ b/NEWS
@@ -24,12 +24,13 @@ NEWS for the 1.11 release
 	Stricter constness typing for the sexp_iterator_assoc and
 	sexp_iterator_check_types arguments.
 
-	Speedup of arcfour on older x86 cpu:s, in particular PII and
-	PPro.
+	Minor tweaks of arcfour on x86 cpu:s, to speed it up on older
+	x86 variants such as PII and PPro.
 
 	The shared library is intended to be binary compatible with
 	nettle-1.8 - nettle-1.10. Only the minor version number of the
-	shared library is increased.
+	shared library is increased. The soname is still
+	libnettle.so.2.
 
 NEWS for the 1.10 release