# ChangeLog for elogv

0.8.4
  * Better handling for QA logs (#22)

0.8.3
  * Support variable PORTAGE_LOGDIR (#21)
  * Correct/clarify code license to be "GPL v2 or later" in packaging (#19)
  * Start using GitHub Actions and pre-commit for CI (#18)
  * Start using QA tools black, isort, ruff (#16)

0.8.2
  * Fix decompression and port to standard library lzma (#15)

0.8.1
  * Port to setuptools and PEP517 (#14, Gentoo bug #841134)

0.8.0
  * Set "packages=[]" in setup.py to fix the build

0.7.9
  * Address deprecation warnings for Python >=3.8 (Gentoo bug #756019)

0.7.8
  * Fix start-up for >32767 log files (issue #10)

0.7.7.1
  * Fix some Python 3 issues (issue #8, pull request #9)

0.7.7
  * Move towards Python 3 (issue #5, pull request #7)

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
