-
Notifications
You must be signed in to change notification settings - Fork 8.4k
doc: release-notes: Add 4.0.0 release notes for networking #81135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: release-notes: Add 4.0.0 release notes for networking #81135
Conversation
doc/releases/release-notes-4.0.rst
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a frame instead of frame?
51b9758 to
ae7f021
Compare
kartben
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some typos or spelling mistakes but looking great!
I would also recommend putting the "Added" and "Implemented" items first in each bullet list, as one often wants to quickly skim through the release notes to spot what's new before potentially looking at bug fixes. As it stands, many of the sections start with what is possibly the least interesting change, like e.g. an assertion being fixed :)
doc/releases/release-notes-4.0.rst
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Fixed handling of DNS responses encoded with captial letters. | |
| * Fixed handling of DNS responses encoded with capital letters. |
doc/releases/release-notes-4.0.rst
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Fixed checksum offloading cheks for VLAN interfaces. | |
| * Fixed checksum offloading checks for VLAN interfaces. |
doc/releases/release-notes-4.0.rst
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Fixed deprecated/preffered IPv6 address state transitions. | |
| * Fixed deprecated/prefered IPv6 address state transitions. |
doc/releases/release-notes-4.0.rst
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Separated native INET sockets implemnetation from socket syscalls so that | |
| * Separated native INET sockets implementation from socket syscalls so that |
Add 4.0.0 release notes for networking. Signed-off-by: Robert Lubos <[email protected]>
ae7f021 to
72977fd
Compare
|
Thanks @kartben, I've fixed the typos and reordered changelog entries as requested. |
Need to blame contributors here they did not fix issues earlier, the original order was simply based on the commit order in git log :) |
Add 4.0.0 release notes for networking.
Ethernet && Wi-Fi TBD separately.