From 33989fbdba480f481fcb159749dbd7438e6f94c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Mon, 14 Jan 2013 21:22:49 +0100
Subject: [PATCH] Minor tweaks to NEWS file.

---
 NEWS | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index 49a4c0d1..bbd1266c 100644
--- a/NEWS
+++ b/NEWS
@@ -11,16 +11,17 @@ NEWS for the 2.6 release
 
 	New features:
 
-	* Support for PKCS #5 PBKDF2. Contributed by Simon Josefsson.
+	* Support for PKCS #5 PBKDF2, to generate a key from a
+          password or passphrase. Contributed by Simon Josefsson.
           Specification in RFC 2898 and test vectors in RFC 6070.
 
-	* Support for GOST R 34.11-94 hash algorithm. Ported from librhash 
-	  by Nikos Mavrogiannopoulos. Written by Aleksey Kravchenko.
-	  More information in RFC4357. Test vectors taken from the GOST
-	  hash wikipedia page.
-
 	* Support for SHA3.
 	  
+	* Support for the GOST R 34.11-94 hash algorithm. Ported from
+	  librhash by Nikos Mavrogiannopoulos. Written by Aleksey
+	  Kravchenko. More information in RFC4357. Test vectors taken
+	  from the GOST hash wikipedia page.
+
 	Miscellaneous:
 
 	* The include file <nettle/sha.h> has been split into
-- 
GitLab