diff options
author | Necoro <> | 2007-09-30 21:10:52 +0000 |
---|---|---|
committer | Necoro <> | 2007-09-30 21:10:52 +0000 |
commit | acf288dcc9c0b6ecfe18784ddadfdbdd5a255e7b (patch) | |
tree | aeb6929260446ea2559f86708b33d5f3f9ecf885 /doc | |
parent | 1566b3f4ff730c7e3c261751202ea5593e0705d9 (diff) | |
download | portato-acf288dcc9c0b6ecfe18784ddadfdbdd5a255e7b.tar.gz portato-acf288dcc9c0b6ecfe18784ddadfdbdd5a255e7b.tar.bz2 portato-acf288dcc9c0b6ecfe18784ddadfdbdd5a255e7b.zip |
add support for "--with-bdeps"
Diffstat (limited to '')
-rw-r--r-- | doc/Changelog | 4 | ||||
-rw-r--r-- | doc/TODO | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/Changelog b/doc/Changelog index 2a79415..56ef968 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,7 @@ +next: +- "porting" to python-2.5 +- adding support for the "--with-bdeps=y" option in EMERGE_DEFAULT_OPTS + 0.8.5: - added an uncaught exception dialog - i18n @@ -19,6 +19,7 @@ Backend: - make sure, a package being removed from the queue is not needed as a dependency by another package - "nach hause telefonieren" :) +- downgrades do not work in update world GUI: ==== @@ -37,6 +38,8 @@ GTK: - make oneshot better - show installed files - show dependencies +- new names for the Emerge and Unmerge button in the package table +- reload package table when emerge is finished Qt (stopped): --- |