From 012813fa1338fcc3f373ae5c269cdf16768699b4 Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Sun, 21 Aug 2011 23:54:34 +0100 Subject: [PATCH] Add TODO file listing remaining tasks to do before the standalone updater can be used to replace the existing system. --- TODO | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..b0c04a7 --- /dev/null +++ b/TODO @@ -0,0 +1,25 @@ +Updater Tasks: + + * Basic functionality for Windows + * Basic functionality for Mac + * Elevation for Linux + * Elevation for Windows + * Elevation for Mac + * Win32 UI for Windows + * Cocoa UI for Mac + * Gtk or Qt UI for Linux + * Unit test working under Windows + * Unit test working under Mac + +Mendeley Desktop <= 1.0 auto-update system compatibility: + + * Support for MD <= 1.0 updater command-line syntax + * Backwards compatible structure for XML file + +Auto-update preparation tools: + + * Tool to create .zip packages for a release and + upload them to S3 + * Tool to generate backwards-compatible structure for XML file + * Tool to generate new structure for XML file +