forked from acaudwell/Logstalgia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
78 lines (61 loc) · 2.42 KB
/
ChangeLog
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
1.0.4:
* Changed type of log entry timestamp to time_t.
* Stopped directly linking PNG/JPG libraries.
1.0.3:
* Added automatic skipping of empty periods (--disable-auto-skip to turn off).
* Updated docs to reflect support for NCSA log formats, not just 'Apache'.
* Support log entry dates with a valid numeric month in place of MMM.
1.0.2:
* Performance improvements.
* Stopped frame-rate being a bottle neck for the number of requests shown.
* Improved STDIN input reliability on windows.
* Handle log entry timezone offsets.
* Added --paddle-position option (to allow more space for URLs).
* Added --font-size option.
1.0.1:
* Made STDIN non-blocking on Windows using PeekNamedPipe (thanks Rui Lopes).
* Added --hide-url-prefix option to remove protocol and hostname from requests.
* Removed arbitrary 1024 maximum length limit for log entries.
* Fixed custom log format not working when optional fields are omitted.
1.0.0:
* Every 60 minutes fade static text out and back in over a period of a minute.
0.9.9:
* Support for more common Apache access log formats.
* Added --paddle-mode (vhost,pid,single) which spawns separate paddles.
* Fixed PPM exporter producing blank images on some video cards.
0.9.8:
* Added --background option to control the background colour.
* Filter hostnames from URLs before displaying them.
* Fixed command line option documentation.
0.9.7:
* Added --sync option (start from the next entry received on STDIN).
0.9.6:
* Defer to homepage for video recording instructions.
0.9.5:
* Adjust time scale with <> keys.
0.9.4:
* Fixed STDIN stopping working after the first lot of records.
0.9.3:
* Added seekbar for log files (not available from STDIN).
* Added glow on impact with paddle (turn off using --disable-glow).
* PPM output for videos using --output-ppm-stream option.
* Custom log file format support.
* Changed font library to FTGL.
* --stop-position and --start-position options.
* Open a file selector if no log file supplied (on Windows).
0.9.2:
* Fixed issue with resource.h.
* Makefile patch for OPTFLAGS from terjeros.
* Fixed apache.log hostname parsing issue.
0.9.1:
* Added example.log.
0.9.0c:
* Changed Makefile to use configure libs.
0.9.0b:
* Incorporated manual page fixes from Francois Marier.
* Fixed bug in URL summarizer that caused it to leave out some URLs
when pressed for space.
0.9.0a:
* Fixed manual description of -x flag.
0.9.0:
* First release.