Skip to content

Eggdrop v1.8.4 Release Candidate 2

Pre-release
Pre-release

Choose a tag to compare

@vanosg vanosg released this 15 Dec 15:57
· 65 commits to release/1.8.4 since this release

Thanks to jack3 for identifying a situation where our new random number generation runs into issues on systems running Linux older than 3.17 and using glibc 2.25 or newer. The getrandom() function exists in the system header but the system call does not exist, so a check was added to accommodate this.