From b5aa79863f22d370481961bb5af76049330e7564 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 1 Nov 2010 12:48:19 +0000
Subject: [PATCH] From a user perspective the GNUmakefile improvements matter
 even less than the code cleanups, so move them to the end

---
 ChangeLog | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9df4dcff..0cc961f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -110,15 +110,6 @@ ChangeLog for Privoxy
     Loading actions file: /usr/local/etc/privoxy/default.action
     Loading filter file: /usr/local/etc/privoxy/default.filter
 
-- GNUmakefile improvements:
-  - Use $(SSH) instead of ssh, so one only needs to specify a username once.
-  - Removed references to the action feedback thingy that hasn't been
-    working for years.
-  - Consistently use shell.sourceforge.net instead of shell.sf.net so
-    one doesn't need to check server fingerprints twice.
-  - Removed GNUisms in the webserver and webactions targets so they
-    work with standard tar.
-
 - Code cleanups:
   - Remove the next member from the client_state struct.
     Only the main thread needs access to all client
@@ -148,6 +139,15 @@ ChangeLog for Privoxy
   - Clean up white-space in http_response definition and move the crunch_reason to the beginning.
   - Turn http_response.reason into an enum and rename it to http_response.crunch_reason.
 
+- GNUmakefile improvements:
+  - Use $(SSH) instead of ssh, so one only needs to specify a username once.
+  - Removed references to the action feedback thingy that hasn't been
+    working for years.
+  - Consistently use shell.sourceforge.net instead of shell.sf.net so
+    one doesn't need to check server fingerprints twice.
+  - Removed GNUisms in the webserver and webactions targets so they
+    work with standard tar.
+
 *** Version 3.0.16 Stable ***
 
 - Added the config file option handle-as-empty-doc-returns-ok to
-- 
2.49.0