summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2010-09-12 20:59:12 +0000
committerNorbert Preining <preining@logic.at>2010-09-12 20:59:12 +0000
commit1aa0c3a9a577d0cc5d78fc42e4f640e8279d6d80 (patch)
treee3d6c790f6682592050c75821deef1fe617b3e2b /TODO
parent1d519a5b9d1afdbb5776aa67528ce4cc6b82ac40 (diff)
update todo
git-svn-id: svn://tug.org/texlive/trunk@19679 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 09b54885eaa..eb62ab82f1d 100644
--- a/TODO
+++ b/TODO
@@ -30,6 +30,13 @@ not complain on the tlpsrc-set (installer only option) not complain
*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
0. Things that have to hang fire until 2011