From c71cc7243372008c85971afca0b49ec2bb1f7a06 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 27 Apr 2015 10:27:04 +0200
Subject: [PATCH] RELEASE-NOTES: synced with a6e0270e

---
 RELEASE-NOTES | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 0836a5734..0d781487e 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -12,6 +12,10 @@ This release includes the following bugfixes:
  o connectionexists: fix build without NTLM [2]
  o docs: distribute the CURLOPT_PINNEDPUBLICKEY(3) man page, too
  o curl -z: do not write empty file on unmet condition [3]
+ o openssl: fix serial number output [4]
+ o curl_easy_getinfo.3: document 'internals' in CURLINFO_TLS_SESSION
+ o sws: init http2 state properly
+ o curl.1: fix typo
 
 This release includes the following known bugs:
 
@@ -20,8 +24,9 @@ This release includes the following known bugs:
 This release would not have looked like this without help, code, reports and
 advice from friends like these:
 
-  Alexander Elgert, Daniel Stenberg, Kamil Dudka, Patrick Rapin,
-  (4 contributors)
+  Alessandro Ghedini, Alexander Elgert, Daniel Stenberg, Kamil Dudka,
+  Patrick Rapin, Viktor Szakáts,
+  (6 contributors)
 
         Thanks! (and sorry if I forgot to mention someone)
 
@@ -30,4 +35,4 @@ References to bug reports and discussions on issues:
  [1] = http://curl.haxx.se/mail/archive-2015-04/0046.html
  [2] = http://curl.haxx.se/bug/?i=231
  [3] = https://github.com/bagder/curl/issues/237
- 
\ No newline at end of file
+ [4] = https://github.com/bagder/curl/issues/235