head	1.16;
access;
symbols
	BASE_SPELLING:1.1.0.2;
locks; strict;
comment	@# @;


1.16
date	2016.02.02.17.33.38;	author oops;	state Exp;
branches;
next	1.15;

1.15
date	2016.02.02.17.32.38;	author oops;	state Exp;
branches;
next	1.14;

1.14
date	2014.03.24.18.28.29;	author oops;	state Exp;
branches;
next	1.13;

1.13
date	2014.03.24.16.13.19;	author oops;	state Exp;
branches;
next	1.12;

1.12
date	2014.03.24.09.49.20;	author oops;	state Exp;
branches;
next	1.11;

1.11
date	2012.12.20.15.53.07;	author oops;	state Exp;
branches;
next	1.10;

1.10
date	2012.01.24.18.32.20;	author oops;	state Exp;
branches;
next	1.9;

1.9
date	2012.01.24.17.19.11;	author oops;	state Exp;
branches;
next	1.8;

1.8
date	2008.10.21.11.18.54;	author oops;	state Exp;
branches;
next	1.7;

1.7
date	2008.10.21.09.54.21;	author oops;	state Exp;
branches;
next	1.6;

1.6
date	2007.12.24.08.28.29;	author oops;	state Exp;
branches;
next	1.5;

1.5
date	2007.11.20.17.24.19;	author oops;	state Exp;
branches;
next	1.4;

1.4
date	2007.11.09.18.25.58;	author oops;	state Exp;
branches;
next	1.3;

1.3
date	2007.11.08.18.45.57;	author oops;	state Exp;
branches;
next	1.2;

1.2
date	2007.06.11.08.02.14;	author oops;	state Exp;
branches;
next	1.1;

1.1
date	2007.06.05.19.50.35;	author oops;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2007.06.06.11.39.03;	author oops;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	2007.06.06.11.40.44;	author oops;	state Exp;
branches;
next	1.1.2.3;

1.1.2.3
date	2008.03.15.08.58.14;	author oops;	state Exp;
branches;
next	1.1.2.4;

1.1.2.4
date	2008.10.21.09.50.31;	author oops;	state Exp;
branches;
next	1.1.2.5;

1.1.2.5
date	2008.10.21.11.10.42;	author oops;	state Exp;
branches;
next	1.1.2.6;

1.1.2.6
date	2012.01.24.17.31.11;	author oops;	state Exp;
branches;
next	;


desc
@@


1.16
log
@fixed missing module name on debug message title on httpd 2.4
@
text
@mod_url Apache 2 module Changelog
# $Id: Changelog,v 1.15 2016/02/02 17:32:38 oops Exp $

http://modurl.kldp.net

* 2016/02/03 JoungKyun.Kim <http://oops.org>
- refix bug [#318479]: fixed APLOG_MARK changes on httpd 2.4
- fixed missing module name on debug message title on httpd 2.4

* 2014/03/25 JoungKyun.Kim <http://oops.org>
- bug [#318740] support regardleess of mod_userdir module
- bug [#318741] fixed wrong magic cookie on 32bit build

* 2014/03/24 JoungKyun.Kim <http://oops.org>
- fixed warning architecture problems

* 2012/12/21 JoungKyun.Kim <http://oops.org>
- bug [#318479]: fixed APLOG_MARK changes on httpd 2.4

* 2012/01/25 JoungKyun.Kim <http://oops.org>
- bug [#315267]: fixed compile warnging with libiconv

* 2008/10/21 JoungKyun.Kim <http://oops.org>
- bug #350907: wrong declear return variable of iconv return
- bug #305132: fixed memory leak

* 2007/12/24 JoungKyun.Kim <http://oops.org>
- patch #304683: support Windows NT system

* 2007/11/21 JoungKyun.Kim <http://oops.org>
- bug #304642: under over glibc 2.3, miss checking iconv result status

* 2007/11/10 JoungKyun.Kim <http://oops.org>
- bug #304629: fixed content-type ploblems on internal replace path mode

* 2007/11/09 JoungKyun.Kim <http://oops.org>
- fixed memory leak

* 2007/06/11 JoungKyun.Kim <http://oops.org>
- fixed gabage character of iconv return value

* 2007/06/01 JoungKyun.Kim <http://oops.org>
- rewrite check_redurl_encode with pointer
- fixed segfault when fail memory allocation

* 2007/05/30 JoungKyun.Kim <http://oops.org>
- changed redurl design
- add new check_redurl_encode function for IE7 with Apache License :-)

* 2004/11/21 JoungKyun.Kim <http://oops.org>
- added default value of ServerEncoding and ClientEncoding option
  ServerEncoding: EUC-KR
  ClientEncoding: UTF-8

* 2004/08/03 Won-kyu Park <wkpark@@kldp.net>
- add 'ServerEncoding' 'ClientEncoding' options
- add per-dir support

* 2002/07/09 JoungKyun.Kim <http://oops.org>
- porting Apache 2 module

* 2000/10/11 Won-kyu Park <wkpark@@kldp.net>
- fixed for glibc-2.1.x glibc-2.2

* 2000/03/29 Won-kyu Park <wkpark@@kldp.net>
- Initial release

@


1.15
log
@refix bug [#318479]: fixed APLOG_MARK changes on httpd 2.4
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.14 2014/03/24 18:28:29 oops Exp $
d8 1
@


1.14
log
@bug [#318741] fixed wrong magic cookie on 32bit build
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.13 2014/03/24 16:13:19 oops Exp $
d6 3
@


1.13
log
@bug [#318740] support regardleess of mod_userdir module
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.12 2014/03/24 09:49:20 oops Exp $
d8 1
@


1.12
log
@fixed warning architecture problems
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.11 2012/12/20 15:53:07 oops Exp $
d6 3
@


1.11
log
@bug [#318479]: fixed APLOG_MARK changes on httpd 2.4
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.10 2012/01/24 18:32:20 oops Exp $
d6 3
@


1.10
log
@[#315267]: fixed compile warnging with libiconv
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.9 2012/01/24 17:19:11 oops Exp $
d6 3
@


1.9
log
@bug #315267: fixed compile warnging with libiconv
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.8 2008/10/21 11:18:54 oops Exp $
d7 1
a7 1
- bug #315267: fixed compile warnging with libiconv
@


1.8
log
@bug #305132: fixed memory leak
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.7 2008/10/21 09:54:21 oops Exp $
d6 3
@


1.7
log
@bug #305141: wrong declear return variable of iconv return
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.6 2007/12/24 08:28:29 oops Exp $
d7 2
a8 1
- bug #305141: wrong declear return variable of iconv return
@


1.6
log
@patch #304683: support Windows NT system
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.5 2007/11/20 17:24:19 oops Exp $
d6 3
@


1.5
log
@bug #304642: under over glibc 2.3, miss checking iconv result status
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.4 2007/11/09 18:25:58 oops Exp $
d6 3
@


1.4
log
@bug #304629: fixed content-type ploblems on internal replace path mode
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.3 2007/11/08 18:45:57 oops Exp $
d6 3
@


1.3
log
@fixed memory leak
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.2 2007/06/11 08:02:14 oops Exp $
d6 3
@


1.2
log
@fixed gabage character of iconv return value
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.1 2007/06/05 19:50:35 oops Exp $
d6 3
@


1.1
log
@support IE7 and redesign check_redurl
@
text
@d2 1
a2 1
# $Id: $
d6 3
@


1.1.2.1
log
@added new
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.1 2007/06/05 19:50:35 oops Exp $
d6 8
@


1.1.2.2
log
@support IE7
@
text
@d1 2
a2 2
mod_url Apache 2 module Changelog based on mod_spelling
# $Id: Changelog,v 1.1.2.1 2007/06/06 11:39:03 oops Exp $
a5 4
* 2007/06/06 JoungKyun.Kim <http://oops.org>
- support IE7
- added check_redurl_encode function

@


1.1.2.3
log
@bug #304642: under over glibc 2.3, miss checking iconv result status
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.1.2.2 2007/06/06 11:40:44 oops Exp $
a5 3
* 2008/03/15 JoungKyun.Kim <http://oops.org>
- bug #304642: under over glibc 2.3, miss checking iconv result status

@


1.1.2.4
log
@bug #305141: wrong declear return variable of iconv return
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.1.2.3 2008/03/15 08:58:14 oops Exp $
a5 3
* 2008/10/21 JoungKyun.Kim <http://oops.org>
- bug #305141: wrong declear return variable of iconv return

@


1.1.2.5
log
@bug #305132: fixed memory leak
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.1.2.4 2008/10/21 09:50:31 oops Exp $
a7 1
- bug #305132: fixed memory leak
@


1.1.2.6
log
@bug #315267: fixed compile warnging with libiconv
@
text
@d2 1
a2 1
# $Id: Changelog,v 1.1.2.5 2008/10/21 11:10:42 oops Exp $
a5 3
* 2012/01/25 JoungKyun.Kim <http://oops.org>
- bug #315267: fixed compile warnging with libiconv

@


