aboutsummaryrefslogtreecommitdiff
blob: 8ba397c8cd7d136b5ff9dd0a44c8f6f0354d3f35 (plain)
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# ChangeLog for elogv

0.7.6.6
  * Fix crash for locale without explicit encoding,
      e.g. when running LC_ALL=C elogv (Gentoo bug #527240)
  * Check locale variable LC_ALL during startup, too.
  * Fix resuming from Ctrl-Z/SIGTSTP (Gentoo bug #348110)

0.7.6.5
  * Prevent crash with LC_TIME=en_DK (issue #3)

0.7.6.4
  * Fix crash when log files with bad names are found, only
  * Fix crash for PORT_LOGDIR containing ".log" (issue #4)

0.7.6.3
  * Prevent crash with LC_TIME=ja_JP.UTF-8 (Gentoo bug #464962)

0.7.6.2
  * Make log filename parsing more robust (Gentoo bug #503904)
  * Fix locations of make.conf(.example)
  * Add "make dist" support

0.7.6.1
  * Fix crash for "TERM=vt100 elogv" invokation (Sebastian Pipping <sebastian@pipping.org>

0.7.6
  * Add compression support, thanks to Julian Ospald <hasufell@gentoo.org>

0.7.5 2010-04-26 Luca Marturana <lucamarturana@gmail.com>
  * Added spanish translation

2009-07-13 Luca Marturana <lucamarturana@gmail.com>
	* elogv: fixed bug #262966 on Gentoo Bugzilla, thanks to Davide Pesavento <davidepesa@gmail.com> for reporting and Michael A. Smith <michael@smith-li.com> for the patch
	* setup.py: bump to version 0.7.4

2008-12-07 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* elogv: fixed bug #249536 on Gentoo Bugzilla, there was a problem when
	using the dd command, thanks to Arnaud Lech <arnaud@bdefracte.org> for the
	patch
    
2008-11-01 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* elogv: fixed bug #236056 on Gentoo Bugzilla, now elogv works fine even
	if the terminal has a black background
	* setup.py: Bump to version 0.7.3

2008-10-18 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* elogv: adding patch to display long lines (wrapped), thanks to Douglas
	Anderson <douglasjanderson@gmail.com>

2008-06-01 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* elogv: Little problem on show_log when the traslation of "Continue..."
	has more than 11 chars.

2008-05-23 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* elogv: Changed *.clear() with *.erase(), reducing flickering. Also
	added vim modeline, removed trailing spaces from empty lines and other
	minor changes. Thanks to Michał Kiedrowicz <esqualante@o2.pl> for the
	patch.

2008-05-20 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* elogv: Fixed bug when deleting files from start (ds), thanks to
	Michał Kiedrowicz <esqualante@o2.pl> for the patch

2008-05-16 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* elogv: Fixed various bugs and added new shortcuts, updated transalations
	and man pages

2008-03-31 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* elogv: Added localization support ( thanks to Michał Kiedrowicz
	<esqualante@o2.pl> and Christian Faulhammer <opfer@gentoo.org> for the
	German translation), other varius improvements on the code, now the
	list of files can be ordered by class warning level
	* setup.py: Added support to install *.po files and localized manpages

2008-03-21 Luca Marturana (luca89) <lucamarturana@gmail.com> 
	* elogv: Fixed bug #214063 on Gentoo Bugzilla, thanks to Michał Kiedrowicz 
	<esqualante@o2.pl> 

2008-03-05 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* elogv: Tagging files with the alarm level, thanks to
	Michał Kiedrowicz <esqualante@o2.pl> for the idea and implementation

2008-02-11 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* elogv: Fixed bug on reordering the list of files and fixed wrong j/k keys
	thanks to Michał Kiedrowicz <esqualante@o2.pl>

2008-02-05 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* Makefile: removed
	* setup.py: Now use distutils
	* elogv.py: Fixed bug #195429 on Gentoo Bugzilla and #1800105 on SF.net
	tracker, thanks to Christian Faulhammer <opfer@gentoo.org> and Michał
	Kiedrowicz <esqualante@o2.pl>
	* INSTALL: updated for distutils

2007-09-16 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* Makefile: Release 0.6.1
	* elogv.py: Fixed bug #187595 on Gentoo Bugzilla

2007-06-06 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* Makefile: Release 0.6

2007-05-13 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* elogv.py: don't display version on the in-line help
	* Makefile: applying version of the package to elogv.py isn't required
	anymore
	* INSTALL: added basic installation istructions

2007-05-13 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* elogv.1: Added REPORTING BUGS section
	* Makefile: Added a Makefile
	* makedist.sh: Removed, now we will use the Makefile

2007-05-12 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* elogv.1: Added manpage
	* elogv.py: little performance improvements

2007-05-09 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* elogv.py: new search support

2007-01-29 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* makedist.sh: generate md5 and sign the tarball with gpg

2007-01-02 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* elogv.py: better fix for previous bug

2006-12-14 Luca Marturana (luca89) <lucamarturana@gmail.com>
	* ChangeLog: new format
	* ChangeLog.old: old ChangeLog saved here
	* elogv.py: fixed bug when removing the last entry of the list, thanks Scen
	            for reporting