summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 1 insertions, 13 deletions
diff --git a/TODO b/TODO
index eb62ab82f1d..9ab458e05aa 100644
--- a/TODO
+++ b/TODO
@@ -25,19 +25,7 @@ not complain on the tlpsrc-set (installer only option) not complain
patch available
* allow on the fly update of options in the tlpdb
- IDEA: we already have the list of old options in TLConfig::TLPDBOptions
- when updating texlive.infra successfully, we have in some way load the
- *NEW* TLConfig.pm and read out the NEW TLConfig::TLPDBOptions. Then
- we can compare the old and the new set and add the old and new options,
- adding the new options with the default values.
- Implementation idea: At the end of the update loop so right before the
- program terminates do the following:
- # save old %TLConfig
- my %oldTLPDBOptions = %TeXLive::TLConfig::TLPDBOptions;
- delete $INC{'TeXLive/TLConfig.pm'};
- require 'TeXLive/TLConfig.pm';
- # now compare the old and new
-
+ patch available, small todo remains
0. Things that have to hang fire until 2011
===========================================