From a2a7eaf89cd68acdb16177bb05701107ceab52b9 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Sat, 6 Jan 2001 00:01:38 +0000 Subject: [PATCH] 659. [performance] Rewrite the name compression code to be much faster. 658. [cleanup] Remove all vestiges of 16 bit global compression. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index e9345630e1..de10a1c609 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ + + 659. [performance] Rewrite the name compression code to be much faster. + + 658. [cleanup] Remove all vestiges of 16 bit global compression. + 657. [bug] When a listen-on statement in an lwres block does not specifiy a port, use 921, not 53. Also update the listen-on documentation. [RT #616]