Skip to content

Commit

Permalink
docs/relnotes: Separate fixes and new in the relnotes.
Browse files Browse the repository at this point in the history
Signed-off-by: Ariston Lorenzo <[email protected]>
  • Loading branch information
aristonl committed May 29, 2023
1 parent c9aee65 commit a772923
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions docs/relnotes/relnotes-2.0
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
Link v2.0 Release Notes
=======================
=======================
Link v2.0 Release Notes
=======================

Changes since v1.0.1
--------------------

All changes listed are in chronological order.
-----------------------------
What's new in Link v2.0 ?
-----------------------------

* macOS build support.

* Fixed chunk encoding.

* Added compression support via zlib (new dependency).

* COPYRIGHT file is added, using BSD 3-Clause.
Expand All @@ -26,15 +24,23 @@ All changes listed are in chronological order.

* New security policy.

* Server debugging is added.

* Added man pages.

-------------------------------
What's fixed in Link v2.0 ?
-------------------------------

* Fixed chunk encoding

* Multithreading is fixed.

* HTTPS support is fixed. macOS usually uses either LibreSSL or OpenSSL
version 1.1. This caused some issues when testing so make sure to use the
latest version of OpenSSL (i.e. 3 and above).

* Server debugging is added.
version 1.1. This caused some issues when testing so make sure to use
the latest version of OpenSSL (i.e. 3 and above).

* Fixed GCC <= 8.0 support. <filesystem> was still in experimental so call
<experimental/filesystem> instead for GCC 8.0 and below. (-DFS_EXPERIMENTAL)
<experimental/filesystem> instead for GCC 8.0 and below.
(-DFS_EXPERIMENTAL)

* Added man pages.

0 comments on commit a772923

Please sign in to comment.