wamulti (C) Christoph Langguth 2004-2006. The NSIS-based installer (C) Christoph Langguth, Nanaki 2005-2006. Changes in version 0.9.1 (21 Jan 2006) ====================================== - enhancement: support runas for administrative runs - privacy: pretend registration is done Changes in version 0.9.0 (12 Sep 2005) ====================================== - bugfix: file ownership check should now work on Win2000 - full-fledged installation and uninstallation scripts (big thx to Nanaki!) - included the debug version the installation package Changes in version 0.8.1 ======================== - bugfix: bookmark copier now works again on shutdown - bugfix: settings were not being saved on logoff Changes in version 0.8.0 ======================== - added command-line switch ("/muadmin:X" with X=0 or 1) to quickly enable/disable administrative mode - again modified the behavior when logging off. wamulti now handles logoff requests before they're passed to the main program, so the annoying "you must close winamp before logging off" is now gone. - modified the actual ACM functionality. Forwarding calls to the real msacm32.dll did not work correctly in prior versions, now it does ;-) Changes in version 0.7.1 ======================== - Modified the behavior when attempting to log off or shut down. The program now simply refuses shutdowns until it is closed. This addresses issues with a race condition on shutdown that could cause loss of user-related files. - removed wabmcopy.exe. Its functionality is now included in msacm32.dll - added a more "intelligent" file comparison. The program doesn't unconditionally delete/replace files anymore, but checks for file ownership. This should make it easier, for example, to install plugins. - added upgrade.txt with information for upgrading. - changed readme.txt a bit (new questions, etc.) Changes in version 0.6.2 ======================== - fixed a problem when running in administrative mode (noticed on Win2000 systems: the user would not be asked whether to commit changes) Changes in version 0.6.1 ======================== - bugfix for the issue that the InstanceCount was not correctly updated when Winamp was restarted through the preferences dialog (e.g. plugin removal) Changes in version 0.6.0 ======================== - added support for multiple instances. This resolves the problem of "uncoordinated" actions on user settings (with the effect that settings might get lost when a second instance starts up, e.g. when Winamp is opened a second time through a file or mediatype association) Changes in version 0.5.3 ======================== - bugfix in msacm32.dll: fixes the issue that files from the profile would never be deleted Changes in version 0.5.2 ======================== - minimal change to wabmcopy.exe, now deletes any left over bookmarks file if the user has none. Changes in version 0.5.1 ======================== - improved "administrative runs" interface. Now asks if reference directory should be restored at startup / commited at shutdown - removed obsolete stuff - changed the way exported acm functions are organized; this also removed some potential possibilities for crashes Changes in version 0.5 ====================== - added bookmark support for Winamp agent (wabmcopy.exe) - modified install.reg and readme.txt to reflect the changes Changes in version 0.4 ====================== - added support for "Administrative Runs", that is working with the reference copy for administrative purposes - modified install.reg and readme.txt to reflect the changes Changes in version 0.3.3 ======================== - Added checking for the existence of the InstallationDir and ReferenceDir Settings - when an error occurs, the program now exits instead of continuing with unpredictable results - changed the registry settings to reside in HKLM\Software\Winamp MultiUser instead of HKLM\Software\Winamp\MultiUser; modified install.reg accordingly. - some changes to the Q&A section of the readme.txt - added this file to the distribution :-) Version 0.3.2 ============= first public release