Update TODO file

This commit is contained in:
Robert Knight 2011-08-29 21:45:02 +01:00
parent cb1e1c612a
commit b7d999b2c8
1 changed files with 3 additions and 1 deletions

4
TODO
View File

@ -19,7 +19,7 @@ General Updater Tasks:
* Fix package dir cleanup failing on Win32 due to executable being in use [done] * Fix package dir cleanup failing on Win32 due to executable being in use [done]
* Test installing update if Microsoft Word with Mendeley plugin is active * Test installing update if Microsoft Word with Mendeley plugin is active
* Write log file entries to an actual log file [partially done - needs to write to correct location] * Write log file entries to an actual log file [Linux: done, Windows/Mac: TODO]
* Test updater on an old Windows system without Visual Studio installed and statically * Test updater on an old Windows system without Visual Studio installed and statically
link C++ runtime libraries if necessary link C++ runtime libraries if necessary
@ -34,6 +34,8 @@ Mendeley-specific Updater Tasks:
* Exclude Uninstall.exe from updates on Windows - see comments in utilities/autoupdate-setup/main.cpp in * Exclude Uninstall.exe from updates on Windows - see comments in utilities/autoupdate-setup/main.cpp in
the desktop source tree. the desktop source tree.
* Updater binary needs to be signed under Windows
Mendeley Desktop <= 1.0 auto-update system compatibility: Mendeley Desktop <= 1.0 auto-update system compatibility:
* Support for MD <= 1.0 updater command-line syntax [done] * Support for MD <= 1.0 updater command-line syntax [done]