This file is the part of WineSetupTk distribution and reflects the major changes which have been done in the single releases. 0.6.0b ------ * Tcl/Tk/Itcl stuff is no longer needed to run WineSetupTk. Instead, WineSetupTk is linked against static Tcl/Tk/Itcl libraries. 0.5.5b ------ * Improved detection of windows partitions. There's an easy way (text based description file) to add support for new type of windows partition (i.e. WinXP). However, WineSetupTk doesn't support a detection of windows partition where windows was installed in non-standart directory (i.e. xx_winnt or xx_windows). If you're missing this feature, let us know. 0.5.2b ------ * Drives in fstab are not automounted anymore. * Support for "auto" fs type (look for windows). * Application specific profile support. * Application profile for Internet Explorer and Lotus Notes R5. * Fixed bug when no fstab file is found (it used to just crash). * Preserve drive order like it's known under Windows. * Test for DISPLAY variable. 0.5.1b ------ * Added some simple checks for existence of obsolete ~/.winerc file and conversion to the new format. * Added check for running wineserver. * Support for "supermount" filesystem in fstab file. This is used by Mandrake 7.2. * Fixed bug which occurs with WinNT - set "system" variable in "wine" section to "c:\winnt\system32" instead of "c:\winnt\system", similar for "path" variable. * Get rid of "NO USER" option when WinNT installation is detected - Wine wants to have some user in that case. 0.4.1b ------ * Create the leading directory (~/.wine) if it doesn't exist rather than print an error message. * Reduced RPM size. 0.4.0b ------ * Support for the new config file format and location. * Fixed autodetection bug This bug caused that Windows installation in non-standard directory (i.e. c:\xx_winnt or c:\xx_windows) wasn't found. Now it works. * Autodetection of Windows users The Windows users are now detected, so you can tell to Wine to load some of their personal settings. * Updated configuration file templates. The generated configuration file was updated in order to follow changes in Wine. * Removed EXTRA_LD_LIBRARY_PATH key in [DllDefaults] section. This key is no longer used by Wine and was replaced by WINEDLLPATH environment variable. * New version numbering system Now it's like in kernel releases - major.minor.patch. Even minor numbers indicate the stable version, odd numbers development one. Stable versions with equal major and minor numbers but different patch number always contain the same functionality, only some bugs are fixed. Different development versions with equal major and minor numbers might contain both bug fixes and added functionality. Easy rule: if you want to have lea of all troubles, look for stable release with largest patch number. * Added LICENSE.TXT file 0.35b ----- * Improved autodetection. Multiple Windows installation are now supported (for example, if you have 98 and NT on your machine installed, you can choose which installation Wine will use), new letter assignment (based on models introduced by Marcus Meissner and David Elliott). * Reorganized screen order. Screen "Windows installation location" moved to same category as screen "File location". There were some problems with this screen in "edit" mode. I think it's more logic as it's now. * Improved DLL configuration when "Wine with Windows" is used. * Reenabled registry install when fake Windows installation is generated. * Improved default registry settings in fake Windows installation. Some new registry entries important for windows installers has been added. * Added more user friendly runtime check for Itcl extension. * Removed obsolete "elfdll" DLL load order entry. * Corrected chaotic focus when dialog window disappears. * Temporary removed "super user" configuration mode. "Super user" mode (file /etc/wine/wine.conf is writable) is dedicated for multiuser Wine configuration. However, due to some minor problems this mode isn't fully supported yet. We're working on it. * Removed the test button. Well, I think this button doesn't make too much sense. There were also some problems to integrate this button in CodeWeavers Wine rpm package. 0.34b ----- * Removed dependecies on Tcl 8.4 stuff. Tcl/Tk 8.0 and Itcl 3.0 is now enough. * Removed dependenies on Img extension. * Added about dialog box (find it! :-) * Improved fake windows installation directory tree. * Winecfg renamed to WineSetupTk in order to respect names of files in the Wine CVS tree. * Fixed bug when editing drive and the drive letter changes. * Temporaly disabled registry installation :-( * Fixed a lot of other bugs I don't remember now. 0.33b ----- * When global configuration is edited and "wine without windows" option is choosed, links to registry files in ~/.wine directory (usually /root/.wine) are created (similar behaviour like wineinstall). The result is that root registry are accessible to all users. * Solved problem when left menu isn't working on some machines becouse of requested font isn't provided by the system. Now it *should* work anyway. 0.32b ----- * RPM distribution * Regapi tool is not needed anymore. * Fixed a lot of bugs.