summaryrefslogtreecommitdiffstatsabout
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG14
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 674fbec..9f2295b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,12 +1,24 @@
1$Id: CHANGELOG,v 1.1 2001/11/28 05:26:54 helios Exp $ 1$Id: CHANGELOG,v 1.2 2001/11/30 08:29:04 helios Stab $
2 2
3 3
4TODO: 4TODO:
5* Full commenting of the code. 5* Full commenting of the code.
6* Bounds checking on all data prior to INSERT
6 7
7 8
8CHANGES: 9CHANGES:
9 10
111.10:
12
13* New capability: log mod_usertrack cookies.
14* Some code cleanup and commenting.
15* Referer and User-Agent now set to want_orig=1 ( a very minor detail )
16* Corrected mysql_escape_log to properly check for and escape strings
17 with `dangerous' characters. It appears that it was doing this
18 incorrectly before.
19* Deleted log_mysql_child(), a function that was never called.
20
21
101.09: 221.09:
11 23
12* If the MySQL INSERT causes an error, we re-try that INSERT after 24* If the MySQL INSERT causes an error, we re-try that INSERT after