From b72a1ccb8db9628bb4812e61a66c5393062a42ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Mon, 5 Dec 2005 20:45:51 +0100
Subject: [PATCH] Updated for 1.14.

Rev: src/nettle/ChangeLog:1.386
Rev: src/nettle/NEWS:1.24
---
 ChangeLog |  7 +++++++
 NEWS      | 17 ++++++++++++++---
 2 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6fbba4d4..094113c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-12-05  Niels M�ller  <nisse@lysator.liu.se>
+
+	* NEWS: Updated for 1.14.
+
+	* configure.ac (SHLIBMINOR): Increased minor number. Library
+	version is now libnettle.so.2.5, soname still libnettle.so.2.
+
 2005-11-28  Niels M�ller  <nisse@lysator.liu.se>
 
 	* config.make.in (INSTALL): Don't substitute INSTALL, INSTALL_DATA
diff --git a/NEWS b/NEWS
index 93eb8b01..587ef5c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,12 @@
 NEWS for the 1.14 release
 
-	Fixed support for sparc64.
-
+	Experimental support for reading keys in PKCS#1 ASN1/DER
+	format, and a new command line tool pkcs1-conv.
+	
 	Improved MD5 performance on x86.
 
+	Fixed support for sparc64.
+
 	Reorganized AES code. Better performance for all three
 	implementations (C, x86 assembler, sparc assembler).
 
@@ -13,7 +16,15 @@ NEWS for the 1.14 release
 
 	Replaced the internal function nettle_mpz_from_octets with a
 	call to mpz_import, if available in the installed GMP library.
-	
+
+	More Makefile fixes; it now seems to work to build with
+	the the make programs on Solaris and FreeBSD (although
+	--disable-dependency-tracking is required for the latter).
+
+	The library is intended to be binary compatible with earlier
+	versions. The library name is libnettle.so.2.5, soname is
+	still libnettle.so.2.
+
 NEWS for the 1.13 release
 
 	Fixed problem with broken m4 on bsd, which resulted in
-- 
GitLab