diff options
| author | genone <genone@gentoo.org> | 2004-12-08 10:13:33 +0000 |
|---|---|---|
| committer | genone <genone@gentoo.org> | 2004-12-08 10:13:33 +0000 |
| commit | 2f296d8ba4086481933cdf88f12fd7a159f11499 (patch) | |
| tree | fafa5dd2bb371b088d93b01d9b39747c6dfd2f88 /trunk/ChangeLog | |
| parent | 0a60845755448c92c818a8a3c9d70b1c6c8f7ff3 (diff) | |
| download | gentoolkit-2f296d8ba4086481933cdf88f12fd7a159f11499.tar.gz | |
change the outfile parameter for Glsa.dump() from filename to filehandle
svn path=/; revision=178
Diffstat (limited to 'trunk/ChangeLog')
| -rw-r--r-- | trunk/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/trunk/ChangeLog b/trunk/ChangeLog index 644b4cc..253b743 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -1,7 +1,9 @@ 2004-12-08 Marius Mauch <genone@gentoo.org> * equery: implemented the --category option * glsa-check: fixed the bug where it wanted to unnecessary merge masked packages - + * glsa.py: changed the outfile parameter in Glsa.dump() to outstream so we don't + have to open/close a file which breaks pipes + 2004-11-29 Karl Trygve Kalleberg <karltk@gentoo.org> * branched v0-3-0: major rework in equery is in progess. the main branch is reserved for minor and incremental fixups. |
