Bug #9664, was updated on 2006-Dec-08 08:55
Here is a current snapshot of the bug.

Project: libsecondlife
Category: None
Status: Open
Resolution: None
Bug Group: Incomplete Code
Priority: 6
Submitted by: jhurliman
Assigned to : none
Summary: Automatic updater system is unfinished

Details: We need the automatic updater system in place sooner rather than 
later, since it needs to have real-world testing that could take a few weeks 
before it goes in to production. The skeleton of the code is in svn, the basic 
idea is that it connects to a script on the libsecondlife.org web server that 
returns the latest version number and a download link for the latest version, 
and if the client version number (retrieved through reflection using the 
property in AssemblyInfo.cs) is older, signal to the calling program to quit, 
download the updated version and install it, launch the calling program again 
and close itself.

The other two parts of this are the web server script that identifies what the 
latest published build is (these will be published manually for now) and 
provides a direct download link to libsecondlife.dll, and updates to the ccnet 
build process to automatically increment the build number in AssemblyInfo.cs 
(major / minor / patch numbers will be updated by hand when it's desired).

For detailed info, follow this link:
http://developer.berlios.de/bugs/?func=detailbug&bug_id=9664&group_id=7710
_______________________________________________
Libsecondlife-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/libsecondlife-dev

Reply via email to