diff options
Diffstat (limited to 'changes/bug23106')
-rw-r--r-- | changes/bug23106 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/changes/bug23106 b/changes/bug23106 deleted file mode 100644 index d4ced15f82..0000000000 --- a/changes/bug23106 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes (code correctness): - - Call htons() in extend_cell_format() for encoding a 16-bit - value. Previously we used ntohs(), which happens to behave the - same on all the platforms we support, but which isn't really - correct. Fixes bug 23106; bugfix on 0.2.4.8-alpha. |