From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 1 Jul 2025 13:12:31 +0000 (-0400) Subject: spelling: big-endian X-Git-Tag: rec-5.3.0-alpha2~16^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72945a8fead1601ae6006341a6e69b9ab563a1d3;p=thirdparty%2Fpdns.git spelling: big-endian Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/docs/changelog/pre-4.0.rst b/docs/changelog/pre-4.0.rst index 3192aac62f..3f72e7783d 100644 --- a/docs/changelog/pre-4.0.rst +++ b/docs/changelog/pre-4.0.rst @@ -2649,7 +2649,7 @@ Bugs fixed cases (ticket `223 `__). Discovered by Andreas Jakum, fixed in `commit b72687a19f328115a6b90bcecc10b16ce2c022c2 `__. - Shane Kerr discovered we would corrupt DNS transaction IDs from the - packet cache on big endian systems. Fix in `commit bb0bbdc2454749da526f72a3c393eecf7e43fe8d `__, + packet cache on big-endian systems. Fix in `commit bb0bbdc2454749da526f72a3c393eecf7e43fe8d `__, closing `ticket 222 `__. - PowerDNS did not use RFC 1982 serial arithmetic, leading to a SOA serial number of 1 to be regarded as older than 4400000000, when in @@ -3833,7 +3833,7 @@ Bugfixes Straus) - PowerDNS left its controlsocket around after exit and reported confusing errors if a socket was already in use. -- The recursor proxy did not work on big endian systems like SPARC and +- The recursor proxy did not work on big-endian systems like SPARC and some MIPS processors (Remco Post) - We no longer dump core on processing LOC records on UltraSPARC (Andrew Mulholland supplied a testing machine)