-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refs: #5328 Change-Id: Idcde005541499f0fae3df0c4548c634b005410e8
- Loading branch information
Showing
5 changed files
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Release Notes | ||
============= | ||
|
||
.. include:: release-notes/release-notes-0.4.0.rst | ||
.. include:: release-notes/release-notes-0.5.0.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
PSync version 0.5.0 | ||
------------------- | ||
|
||
*Release date: July XX, 2024* | ||
|
||
Important changes and new features | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
- The build dependencies have been increased as follows: | ||
- GCC >= 9.3 or Clang >= 7.0 are strongly *recommended* on Linux; GCC 8.x is also known | ||
to work but is not officially supported | ||
- Xcode 13 or later is *recommended* on macOS; older versions may still work but are not | ||
officially supported | ||
- Boost >= 1.71.0 is *required* on all platforms | ||
- We have officially moved to a modified FullSync algorithim originally designed by Ashlesh | ||
Gawande as part of `his thesis work | ||
<https://digitalcommons.memphis.edu/cgi/viewcontent.cgi?article=3162&context=etd>`__. | ||
These changes are intended to lower delay and overhead when using FullSync | ||
|
||
Improvements and bug fixes | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
- Constructor options are now passed in as single ``Options`` object (:issue:`5069`) | ||
- :psync:`FullProducer` no longer appends the hash of the IBF to the data name; this had no functional | ||
purpose (:issue:`5066`) | ||
- Refactoring of IBLT implementation (:issue:`4825`) | ||
- Various adjustments to match ndn-cxx namespace changes | ||
- Update waf build system to version 2.0.27 | ||
- Fix building the documentation with Python 3.12 (:issue:`5298`) | ||
- Miscellanous CI and build improvements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters