$OpenBSD: patch-README,v 1.1 2008/03/25 23:23:15 simon Exp $
--- README.orig	Mon Sep 10 16:11:37 2001
+++ README	Thu Feb 14 13:32:37 2008
@@ -193,3 +193,41 @@ Author
 ------
 
 Email:  J. R. Westmoreland <jr@jrw.org>
+
+
+
+===================================================================
+Additional feature
+------------------
+I added next feature to mod_auth_mysql-2.20:
+
+1. socket/port specify
+2. where clauses
+3. MD5
+4. to write error log
+5. little change Makefile.in
+
+Email: takeshi@softagency.co.jp
+URL: http://www.softagency.co.jp/mysql/modauth.html
+
+
+Change log of this patch
+
+2001-10-23
+  change: select count(*) -> select count(id)
+  add: write to apache error log file.
+  takeshi@softagency.co.jp
+
+2001-10-03
+  change: note_basic_auth_failure() -> ap_note_basic_auth_failure()
+  add: MD5 auth
+  takeshi@softagency.co.jp
+
+2001-04-20
+  add: WHERE clause
+  takeshi@softagency.co.jp
+
+2000-04
+  add: port/socket
+  takeshi@softagency.co.jp
+
