RELEASE-NOTES: synced
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 139e6af..824bd51 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,4 +1,4 @@
-Curl and libcurl 7.63.0
+curl and libcurl 7.63.0
 
  Public curl releases:         178
  Command line options:         219
@@ -14,10 +14,12 @@
 
 This release includes the following bugfixes:
 
+ o (lib)curl.rc: fixup for minor bugs [63]
  o CURLOPT_HEADERFUNCTION.3: match 'nitems' name in synopsis and description [45]
  o CURLOPT_WRITEFUNCTION.3: spell out that it gets called many times
  o Curl_follow: accept non-supported schemes for "fake" redirects [9]
  o KNOWN_BUGS: add --proxy-any connection issue [28]
+ o NTLM: force the connection to HTTP/1.1 [67]
  o OS400: add URL API ccsid wrappers and sync ILE/RPG bindings
  o SECURITY-PROCESS: bountygraph shuts down again [50]
  o TODO: Have the URL API offer IDN decoding [22]
@@ -29,11 +31,13 @@
  o configure: show CFLAGS, LDFLAGS etc in summary [7]
  o connect: fix building for recent versions of Minix [52]
  o cookies: create the cookiejar even if no cookies to save [48]
+ o cookies: expire "Max-Age=0" immediately [64]
  o curl: --local-port range was not "including" [29]
  o curl: fix --local-port integer overflow [25]
  o curl: fix memory leak reading --writeout from file [51]
  o curl: fixed UTF-8 in current console code page (Windows) [16]
  o curl_easy_perform: fix timeout handling [49]
+ o curl_global_sslset(): id == -1 is not necessarily an error [68]
  o curl_multibyte: fix a malloc overcalculation [18]
  o curle: move deprecated error code to ifndef block [40]
  o docs: escape "\n" codes [26]
@@ -42,6 +46,7 @@
  o examples/ephiperfifo: report error when epoll_ctl fails
  o ftp: avoid two unsigned int overflows in FTP listing parser [30]
  o host names: allow trailing dot in name resolve, then strip it [46]
+ o http2: Upon HTTP_1_1_REQUIRED, retry the request with HTTP/1.1 [65]
  o http_negotiate: do not close connection until negotiation is completed [36]
  o impacket: add LICENSE [39]
  o infof: clearly indicate truncation [14]
@@ -57,6 +62,7 @@
  o openssl: Remove SSLEAY leftovers [37]
  o openssl: do not log excess "TLS app data" lines for TLS 1.3 [34]
  o openssl: do not use file BIOs if not requested [59]
+ o openssl: fix unused variable compiler warning with old openssl [66]
  o openssl: support session resume with TLS 1.3 [44]
  o openvms: fix example name [8]
  o os400: Add curl_easy_conn_upkeep() to ILE/RPG binding
@@ -90,17 +96,18 @@
 This release would not have looked like this without help, code, reports and
 advice from friends like these:
 
-  Alessandro Ghedini, Alexey Melnichuk, Antoni Villalonga,
+  Alessandro Ghedini, Alexey Melnichuk, Antoni Villalonga, Ben Greear,
   bobmitchell1956 on github, Brad King, Brian Carpenter, daboul on github,
   Daniel Gustafsson, Daniel Stenberg, David Benjamin, Dheeraj Sangamkar,
   dtmsecurity on github, Elia Tufarolo, Frank Gevaerts, Gergely Nagy,
   Gisle Vanem, Hagai Auro, Han Han, infinnovation-dev on github, James Knight,
-  Jérémy Rocher, Jim Fuller, Kamil Dudka, Konstantin Kushnir, Marcel Raad,
-  Marc Hörsken, Marcos Diazr, Michael Kaufmann, NTMan on Github,
-  Patrick Monnerat, Paul Howarth, Peter Wu, Ray Satiro, Romain Fliedel,
-  Sevan Janiyan, Sven Blumenstein, Tim Rühsen, Tobias Hintze, Tomas Hoger,
-  tpaukrt on github, Viktor Szakats, Yasuhiro Matsumoto,
-  (42 contributors)
+  Jérémy Rocher, Jeroen Ooms, Jim Fuller, Johannes Schindelin, Kamil Dudka,
+  Konstantin Kushnir, Marcel Raad, Marc Hörsken, Marcos Diazr,
+  Michael Kaufmann, NTMan on Github, Patrick Monnerat, Paul Howarth, Peter Wu,
+  Ray Satiro, Rod Widdowson, Romain Fliedel, Sevan Janiyan, Stefan Kanthak,
+  Sven Blumenstein, Tim Rühsen, Tobias Hintze, Tomas Hoger, tpaukrt on github,
+  Viktor Szakats, Yasuhiro Matsumoto,
+  (47 contributors)
 
         Thanks! (and sorry if I forgot to mention someone)
 
@@ -168,3 +175,9 @@
  [60] = https://curl.haxx.se/bug/?i=3261
  [61] = https://curl.haxx.se/bug/?i=3337
  [62] = https://curl.haxx.se/bug/?i=3303
+ [63] = https://curl.haxx.se/bug/?i=3348
+ [64] = https://curl.haxx.se/bug/?i=3351
+ [65] = https://curl.haxx.se/bug/?i=3349
+ [66] = https://curl.haxx.se/bug/?i=3337
+ [67] = https://curl.haxx.se/bug/?i=3345
+ [68] = https://curl.haxx.se/bug/?i=3346