summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO6
-rwxr-xr-xsetup.pl3
2 files changed, 6 insertions, 3 deletions
diff --git a/TODO b/TODO
index dce60ed6..9b994b2d 100644
--- a/TODO
+++ b/TODO
@@ -13,15 +13,15 @@ Near immediate items (release-delaying?). * indicates completed.
add authentication abstraction, this problem can be permanently
solved in a modular fashion.
- * finish removing references to sql-ledger
-- write upgrade/crossgrade script from SL -> LedgerSMB (mostly done)
+- *write upgrade/crossgrade script from SL -> LedgerSMB (mostly done)
Database script is done. Just untar over the top?
If so, then this is done.
- *write press release
- *write SL List announcement
- *CONTRIBUTORS/AUTHORS file.
- *Delete setup.pl file for released versions. (not in SVN). (via the SL2LS.pl)
-- Run final tests on applications
- - crossgrade script-- missing SL directory unlink logic.
+- *Run final tests on applications
+ - *crossgrade script-- missing SL directory unlink logic.
- *templates
- *db upgrade
- *Fix printing bug with LaTeX templates. Error:
diff --git a/setup.pl b/setup.pl
index 1c15e2f9..2f8cb207 100755
--- a/setup.pl
+++ b/setup.pl
@@ -8,6 +8,9 @@
#
#######################################################################
+print "This script should not be used with LedgerSMB in this release.\n\n";
+exit;
+
$| = 1;
if ($ENV{HTTP_USER_AGENT}) {