-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathChangeLog
40 lines (26 loc) · 1.21 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
For more recent changes see: https://github.com/joakim666/colortail/commits/master
2012-08-01 Joakim Ek <[email protected]>
* Bumped version number to 0.3.4
* Merged feature to reopen a disappeared file, i.e. due to log rotation,
made by Ben Kibbey <[email protected]>.
* Merged patch to accept "-" as filename to read from STDIN made
by Michal Maruska [email protected]
* Merged patch to check for configuration file in
~/.colortail/conf.colortail and if that doesn't exist check in
/etc/colortail/conf.colortail if no -k argument was passed on the command
line. Feature made by Jess Portnoy [email protected]
2010-06-02 Joakim Ek <[email protected]>
* Released version 0.3.3
* Fixed stupid off by one error in TailFile.cc that caused a segfault
if a line in the tailed file was longer that 1024 characters.
Reported by: Bill Pollifrone and Tom Dickson
2009-11-20 Joakim Ek <[email protected]>
* Released version 0.3.2
* Fixed a few places where a faulty string pointer could be returned.
2009-11-19 Joakim Ek <[email protected]>
* Released version 0.3.1
* Corrected errors on 64-bit platforms
* Merged gcc3 patch
<erased old ChangeLog then the rewrite started>
1999-03-12 Joakim Ek <[email protected]>
*