# ChangeLog for splat
# Copyright 2003 Shaun Guth; Distributed under the GPL v2

* splat-0.08
	15 Dec 2003; Shaun Guth <l8nite@l8nite.net> splat.pl:
	Improved code readability slightly (added main() function), and I 
	added the --count option to support limiting the result set.  This
	allows you to see, for example, the last 5 packages you've emerged:
	splat --reverse --sort date --count 5 world

* splat-0.07
	08 Aug 2003; Shaun Guth <l8nite@l8nite.net> splat.pl:
	Thanks to some contributions and suggestions from Yoshiaka Hagihara 
	<hagi@pld.com>, I have updated splat to support sorting the output
	on the length of the emerge, the date of the emerge, or the package
	name by default (you can also reverse the sort); in addition, splat
	can now also output in list format (one package name per line).
	Splat also sorts package names correctly now (ie, it can sort the
	name 'galeon-1.2.9' before 'galeon-1.2.10a' properly now). Last but
	not least, the 'logfile' option's short version was changed from 'l'
	to 'f' in order to give the 'l' option to 'list'.

	05 Aug 2003; Shaun Guth <l8nite@l8nite.net> /dev/null:
	Just thought it would be fun to note that I went to LinuxWorld this
	week and installed splat on Seemant Kulleen <seemant@gentoo.org>'s
	machine ;) ** go splat! **

	28 Jul 2003; Shaun Guth <l8nite@l8nite.net> splat.pl:
	The PORT_LOGDIR support was never tested and it was found to be broken
	due to the way that gentoo writes the logfiles.  There is simply not
	enough information for splat to function if you use LOGDIR :(

* splat-0.06
	14 Jul 2003; Shaun Guth <l8nite@l8nite.net> splat.pl:
	Fixed a bug which caused the script to fail horribly if the user had
	a logfile that dated before portage output timestamps to the log.
	Credit to SpanKY <vapier@gentoo.org> for pointing it out.

* splat-0.05
	15 Jun 2003; Shaun Guth <l8nite@l8nite.net> splat.pl:
	Added support for getting the correct logfile from make.conf's
	PORT_LOGDIR variable, thanks to a great suggestion from hype on the
	gentoo forums.  Also added support to show the currently-installed
	packages in a different color thanks to a tip from port001 on the
	gentoo forums.  Minor stylistic cleanups.
	
	15 Jun 2003; Shaun Guth <l8nite@l8nite.net> ChangeLog:
	Incorrectly attributed the 'world' package suggestion to Giorgio.
	It is now properly attributed to gentoo forum user Genone.

* splat-0.04

	14 Jun 2003; Shaun Guth <l8nite@l8nite.net> splat.pl:
	Fixed a bug reported by hype on the gentoo forums whereby splat was 
	incorrectly skipping valid emerges in the logfile.  This was because
	an extra line was being removed from the log entries on accident.
	Really stupid bug, but a big thanks to hype for spotting it!

	Also added an 'average merge time' to the summary output thanks to a
	great suggestion from haceye.

* splat-0.03

	14 Jun 2003; Shaun Guth <l8nite@l8nite.net> splat.pl:
	Fixed a bug reported by haceye on the gentoo forums whereby splat would
	incorrectly report '0 seconds' as the build time on packages that had
	messed up logfile timestamps (ie, they ended before they started).
	Also added colored output and bundled options support (ie, splat -vsc)

* splat-0.02
                                                                                
	13 Jun 2003; Shaun Guth <l8nite@l8nite.net> splat.pl:
	At the suggestion of Genone, a gentoo forum user, added a feature to
	display total stats for every emerge by using 'world' as the package
	name to display.
                                                                                
* splat-0.01

	11 Jun 2003; Shaun Guth <l8nite@l8nite.net> splat.pl:
	Initial release

