From a user perspective the GNUmakefile improvements matter even less than the code...
authorFabian Keil <fk@fabiankeil.de>
Mon, 1 Nov 2010 12:48:19 +0000 (12:48 +0000)
committerFabian Keil <fk@fabiankeil.de>
Mon, 1 Nov 2010 12:48:19 +0000 (12:48 +0000)
ChangeLog

index 9df4dcf..0cc961f 100644 (file)
--- 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