summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNecoro <>2007-09-30 21:10:52 +0000
committerNecoro <>2007-09-30 21:10:52 +0000
commitacf288dcc9c0b6ecfe18784ddadfdbdd5a255e7b (patch)
treeaeb6929260446ea2559f86708b33d5f3f9ecf885 /doc
parent1566b3f4ff730c7e3c261751202ea5593e0705d9 (diff)
downloadportato-acf288dcc9c0b6ecfe18784ddadfdbdd5a255e7b.tar.gz
portato-acf288dcc9c0b6ecfe18784ddadfdbdd5a255e7b.tar.bz2
portato-acf288dcc9c0b6ecfe18784ddadfdbdd5a255e7b.zip
add support for "--with-bdeps"
Diffstat (limited to 'doc')
-rw-r--r--doc/Changelog4
-rw-r--r--doc/TODO3
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
diff --git a/doc/TODO b/doc/TODO
index a890cee..c0967a2 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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):
---