diff options
Diffstat (limited to 'src/etcat/ChangeLog')
-rw-r--r-- | src/etcat/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/etcat/ChangeLog b/src/etcat/ChangeLog new file mode 100644 index 0000000..bdadcb6 --- /dev/null +++ b/src/etcat/ChangeLog @@ -0,0 +1,36 @@ +2004-04-20 Marius Mauch <genone@gentoo.org> + - fixing -u behavior so it matches equery (bug #47690) + +2004-03-13 Marius Mauch <genone@gentoo.org> + - grouping version in --version output + +2004-01-23 Marius Mauch <genone@gentoo.org> + - now catches exceptions thrown by portage + - minor bugfixes + +2004-01-07 Karl Trygve Kalleberg <karltk@gentoo.org> + * Added man page from app-portage/gentoolkit + * Added Makefile + * Added sys.path workaround for Portage >=2.0.50 + +* etcat-0.2.0 (06 May 2003) + 06 May 2003; Alastair Tse <liquidx@gentoo.org> + Trying to add a dependency graph feature. kind of works with + some weird hacks parsing the depenency string. probably needs + to use functions in portage to parse it properly. + +* etcat-0.1.4 (27 Apr 2003) + + 27 Apr 2003; Alastair Tse <liquidx@gentoo.org> + Added "files", "belongs", "depends" functions. + +*etcat-0.1.3 (24 Apr 2003) + + 24 Apr 2003; Alastair Tse <liquidx@gentoo.org> + Fixed bug if ebuild doesn't exist. Added manpage. + +*etcat-0.1.2 (29 Mar 2003) + + 29 Mar 2003; Alastair Tse <liquidx@gentoo.org> + Initial commit to gentoolkit. Check source for previous changes + |