summaryrefslogtreecommitdiff
path: root/ChangeLog.md
Commit message (Collapse)AuthorAgeFilesLines
* libnet_raw: don't change the TX buffer size for raw socketsBeniamin Sandu2022-09-261-0/+3
| | | | | | | | Instead of trying to set the max TX buffer size for every raw socket, export this to a separate interface that can be used when needed, called libnet_setfd_max_sndbuf(). Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
* Prepare for v1.3Joachim Wiberg2022-09-261-0/+8
| | | | Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
* Update ChangeLog and bump version for v1.2 releasev1.2Joachim Nilsson2019-10-161-3/+3
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Update ChangeLog for v1.2 releaseJoachim Nilsson2019-10-091-73/+55
| | | | | | | | | | | | | This is a *major* cleanup. All fixes and changes made to build system; warnings/errors, cosmetic doc fixes, and other changes not relevant to end users have been removed and/or rephrased. I've also removed the names os people doing the changes, as this also does not really provide any value to an end user but is more of a mix with a CONTRIB/AUTHORS file, we have GIT if attribution/blame is needed check there. Otherwise the curator(s) are to blame. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Add simplified Markdown style ChangeLog based on doc/CHANGELOGJoachim Nilsson2019-10-051-0/+446
Initial import is pretty much a verbatim import of doc/CHANGELOG, only the v1.2 section has been slightly pruned in content. This section will likely see more changes/simplification before the v1.2 GA release. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>