From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 1 Nov 2010 12:48:19 +0000 (+0000)
Subject: From a user perspective the GNUmakefile improvements matter even less than the code... 
X-Git-Tag: v_3_0_17~61
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/@default-cgi@send-stylesheet?a=commitdiff_plain;h=b5aa79863f22d370481961bb5af76049330e7564;p=privoxy.git

From a user perspective the GNUmakefile improvements matter even less than the code cleanups, so move them to the end
---

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