File: Changelog

package info (click to toggle)
libapache2-mod-log-slow 1.0.8-3.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: ansic: 824; makefile: 33
file content (41 lines) | stat: -rw-r--r-- 1,245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
version 1.0.8 - May 20, 2013
* changes to support Apache2.4
 - fixup compile errors which are caused by the chnage of 'conn_rec' struct member
 - fixup GCC compile warnings 

version 1.0.7 - Dec 23, 2012
* fixup GCC compile warnings

version 1.0.6 - Jun 23, 2009
* modified slow_log format:
 - host info: hostname -> hostname:port
 - uri info: path -> reqinfo
  reqinfo = <METHOD> <PATH> <PROTOCOL>
 - time format: unixtime -> CLF or user defined format
* add LogSlowTimeFormat Directive to support
 - user defined time format of slow_log.
* add LogSlowBufferedLogs Directive to support
 - buffered log flush for better performance.
 (Only apache2 module supports this directive)

version 1.0.5 - Apr 4, 2009
* add Apache1.3 version of module: mod_log_slow13.c

version 1.0.4 - Feb 22, 2009
* add "EOF" (\n) on fprintf format of debug message

version 1.0.3 - Feb 22, 2009
* modified not to output error handling stderr by default
* fixup typo on README
* add .deps file which is necessary for compiling

version 1.0.2 - Jan 17, 2009
* add a bit more error handling
* add log_slow_merge_server_config

version 1.0.1 - Jan 12, 2009
* add LogSlowFileName Directive
* set logslow-time in apache note

version 1.0.0 - Dec 23, 2008
* Initial Release