summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-05-27 00:51:29 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-05-27 00:51:29 +0000
commit4ba42369b93673921d9976bee4c22dadccb1421b (patch)
tree1ee28b44641b7cae8d3f09dce67a77e30839da47 /ChangeLog
parentdf3d88ed4e3a15389e07c2bb695f610d8e5cda6e (diff)
downloadtinyproxy-4ba42369b93673921d9976bee4c22dadccb1421b.tar.gz
tinyproxy-4ba42369b93673921d9976bee4c22dadccb1421b.zip
Changes to tinyproxy relating to signals and the copyright dates.
Diffstat (limited to '')
-rw-r--r--ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 297ffcb..3b3ded1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,9 +24,12 @@
The stats structure has been moved into a shared memory block since it
needs to be shared by all the children.
- * src/tinyproxy.c:
- Removed all the code relating to the DNS API (dnsclient.h) as it's no
- longer needed with the new pre-forked model.
+ * src/tinyproxy.c: Removed all the code relating to the DNS API as
+ it's no longer needed with the new pre-forked model.
+ Updated the copyright dates.
+ (main): Moved the signals around so that they are assigned to the
+ appropriate process level: either the parent only, or all
+ processes.
* src/sock.c:
Removed the DNS API calls and replaced them with the standard