| 1 | ToDo for 2.x:
|
|---|
| 2 | - Major code refactoring (partly done)
|
|---|
| 3 | - Debug on/off option is badly implemented (rework required)
|
|---|
| 4 | - Create Icon. stem in order to ease maintenance of icons
|
|---|
| 5 | - Fix endless loop if neither EVFS nor Netdrive is installed
|
|---|
| 6 | under all conditions
|
|---|
| 7 | - Enable WPS integration code (partly done)
|
|---|
| 8 | - Enable and complete printer support code
|
|---|
| 9 | - Eventually support on-the-fly browsing of directories/files in EVFSGUI
|
|---|
| 10 | - Eventually support server based logon scripts (requires REXX rpc library,
|
|---|
| 11 | partly done)
|
|---|
| 12 | - Opening WPS folders should be done in a separate Thread (in order not to
|
|---|
| 13 | block EVFSGUI while waiting for a slow WPS folder...)
|
|---|
| 14 |
|
|---|
| 15 | Version 2.0.3 2010-02-20
|
|---|
| 16 | - Fixed: The NLV subroutine now properly falls back to the builtin (bracketed)
|
|---|
| 17 | message files in case NO (not even an english message file) can be
|
|---|
| 18 | found.
|
|---|
| 19 | - Fixed: Open mountpoint as WPS object fully workable
|
|---|
| 20 | - Fixed: Open mountpint now has a consistent behaviour with other actions
|
|---|
| 21 | - Changed: Open context menu item enabled for testing (experimental)
|
|---|
| 22 | - Changed: Show wait pointer while opening WPS folder
|
|---|
| 23 | - Changed: CltInit: Now scans wellknown locations for Samba binaries
|
|---|
| 24 | (faster at least in theory)
|
|---|
| 25 | - Changed: In the 1.5.0 GA version of the plugin the MEMLEN, LOGFILE and
|
|---|
| 26 | LOGLEVEL tokens are removed in order to address the problem with
|
|---|
| 27 | EVFSRxGetMount() return strings - several changes in EVFSGUI were
|
|---|
| 28 | required to address this change in the plugin.
|
|---|
| 29 | NOTE: This changes makes older profile files, both .ndc and .evp incompatible.
|
|---|
| 30 | EVFSGUI can read old profiles, but only saves new profiles. The Netdrive
|
|---|
| 31 | GUI does not have such a feature. Older profiles may easily be migrated
|
|---|
| 32 | by editing with a text editor and removing the MEMLEN, LOGLEVEL and
|
|---|
| 33 | LOGFILE tokens from the resource strings manually.
|
|---|
| 34 |
|
|---|
| 35 | Version 2.0.2 2010-01-25
|
|---|
| 36 | - Changed: Remove Win95/98/IBM Peer length limits from smbtree.vrs.
|
|---|
| 37 | - Added: EVFSRxGetMount() returns a maximum string length of 255 for
|
|---|
| 38 | resdata, if workgroup+server+share+username+password > 52 the
|
|---|
| 39 | resulting resdata string will be truncated. Several workarounds
|
|---|
| 40 | in ParseResourceData() added in order not completely fall over.
|
|---|
| 41 |
|
|---|
| 42 | Version 2.0.1 2010-01-12
|
|---|
| 43 | - Added: Alex T.: Use 'Combined' font on DBCS systems
|
|---|
| 44 | - Fixed: Alex T.: Default fonts are set correctly
|
|---|
| 45 | - Fixed: Alex T.: Section title colours now correctly default to system settings
|
|---|
| 46 | - Fixed: Alex T.: Various fixes and enhancements to window resize logic
|
|---|
| 47 | - Fixed: Alex T.: FWidth/margin got lost on the expose list
|
|---|
| 48 | - Fixed: Herwig B.: Another speed up in resize logic (use marginx2 instead of
|
|---|
| 49 | 42 times margin * 2)
|
|---|
| 50 |
|
|---|
| 51 | Version 2.0.0 (Refresh) 2009-12-29
|
|---|
| 52 | - Changed: Rewrite routines to find .msg and .hlp files
|
|---|
| 53 | - Fixed: Set size of throbber object according to screen dimensions
|
|---|
| 54 |
|
|---|
| 55 | Version 2.0 GA 2009-12-24
|
|---|
| 56 | - Added: Provide unexpected.tdb in the installer
|
|---|
| 57 | - Fixed: Detect trailing tabs and blanks in the temporary directory
|
|---|
| 58 | - Fixed: A manually added server's workgroup might be unknown in the moment
|
|---|
| 59 | the dialog is populated
|
|---|
| 60 |
|
|---|
| 61 | Version 2.0 beta6 2009-12-12
|
|---|
| 62 | + Added: WPI installer for Plugin, EVFSGUI and Samba Client Utilities
|
|---|
| 63 | (plus variant that includes EVFS for eCS distribution).
|
|---|
| 64 | + Added: New global option: Use broadcasts instead of local master browser
|
|---|
| 65 | + Added: New menu entry: Save default workgroup to smb.conf
|
|---|
| 66 | - Fixed: Also go through double (and passive) connection check
|
|---|
| 67 | if profile is loaded as a commandline parameter
|
|---|
| 68 | - Fixed: Migrate to enhanced NLV setup subroutines
|
|---|
| 69 | - Fixed: Autodetection of filesystem variant did not work properly
|
|---|
| 70 | - Fixed: Turn off debug console upon startup
|
|---|
| 71 | - Fixed: Don't crash when attempting to create the Autostart script
|
|---|
| 72 | - Fixed: Also create %ETC%\samba\lock directory for client
|
|---|
| 73 | - Fixed: Properly redraw network neighbourhood after refresh
|
|---|
| 74 |
|
|---|
| 75 | Version 2.0 beta5 2009-11-15
|
|---|
| 76 | + Added: Manually entered servers are automatically integrated into the
|
|---|
| 77 | network neighbourhood
|
|---|
| 78 | - Fixed: IP address servers (without a name) can be browsed properly now.
|
|---|
| 79 | - Fixed: Detect missing upcase tables (and don't fall over)
|
|---|
| 80 | - Fixed: If nothing is found, network neighbourhood should be empty (and
|
|---|
| 81 | not display an unnamed workgroup icon).
|
|---|
| 82 | - Fixed: When immediate authentification for browsing was enabled, the
|
|---|
| 83 | main window was not redrawn properly.
|
|---|
| 84 | - Fixed: Changed statusbar size (should look better)
|
|---|
| 85 |
|
|---|
| 86 | Version 2.0 beta4 2009-11-03:
|
|---|
| 87 | - Fixed: Do not crash on outdated temporary files
|
|---|
| 88 | - Fixed: Do not crash on unavailable machines
|
|---|
| 89 |
|
|---|
| 90 | Version 2.0 beta3 2009-10-29:
|
|---|
| 91 | - Fixed: The GUI was blocked every few seconds during network neighbourhood
|
|---|
| 92 | scan. Bonus: The new code is even faster than the previous one.
|
|---|
| 93 |
|
|---|
| 94 | Version 2.0 beta2 2009-10-25:
|
|---|
| 95 | + Added: English helpfile
|
|---|
| 96 | + Added: German helpfile
|
|---|
| 97 | + Added: French helpfile (partly done, requires completion by Guillaume)
|
|---|
| 98 | + Added: Information about server dialog
|
|---|
| 99 | + Added: Dialog also uses information from network neighbourhood
|
|---|
| 100 | + Added: Detection of "dead" (non accessible) servers (which are still in the
|
|---|
| 101 | browse list)
|
|---|
| 102 | - Changed: Dialog entry fields now use WarpSans Bold font (matches style of
|
|---|
| 103 | other dialogs)
|
|---|
| 104 | - Fixed: Network neighbourhood is filled much faster than before
|
|---|
| 105 | - Fixed: No more share type guessing
|
|---|
| 106 | - Fixed: Ticket #105: Temporary files not removed
|
|---|
| 107 | - Fixed: Ticket #106: Icon in global settings dialog not properly aligned
|
|---|
| 108 |
|
|---|
| 109 | Version 2.0 beta1 2009-09-15:
|
|---|
| 110 | + Added: Browsing code from smbmon
|
|---|
| 111 | + Added: D'n'd support for file shares
|
|---|
| 112 | + Added: Connection wizard dialogs
|
|---|
| 113 | + Added: main menu bar
|
|---|
| 114 | + Added: New advanced settings
|
|---|
| 115 | + Added: "Old" 1.x look and feel
|
|---|
| 116 | + Added: Main window is resizable
|
|---|
| 117 | + Added: Splitbar between panels
|
|---|
| 118 | + Added: Create rudimentary %ETC%\samba\smb.conf
|
|---|
| 119 | + Added: Connection details view (preliminary)
|
|---|
| 120 | + Added: Double connection detection using md5 hashes
|
|---|
| 121 | + Added: New profile saving code
|
|---|
| 122 | + Added: Remove menu option (preliminary for passive connections only)
|
|---|
| 123 | + Added: smbtree.vrs: Optionally do not show hidden shares
|
|---|
| 124 | + Added: smbtree.vrs: Enhanced guessicon()
|
|---|
| 125 | + Added: Preliminary context menus for Browse View and Connection details view
|
|---|
| 126 | + Added: "Retry" for passive connections (only manually for now)
|
|---|
| 127 | + Added: Drag and drop for passive connections
|
|---|
| 128 | + Added: Hide columns not useful for endusers
|
|---|
| 129 | + Added: NLV enable (parts of) connection details
|
|---|
| 130 | + Added: Disabled old profile saving code
|
|---|
| 131 | + Added: Sort smbtree view ascending
|
|---|
| 132 | + Added: Optionally turn on/off special ($) shares
|
|---|
| 133 | + Added: Optionally use big icons
|
|---|
| 134 | + Added: Profile files may be dropped onto the current connections container
|
|---|
| 135 | + Added: Login dialog behaviour matches the one from smbusers now
|
|---|
| 136 | + Added: Preliminary handling of smbtree error messages
|
|---|
| 137 | + Added: Optionally save passive connections across sessions
|
|---|
| 138 | + Added: French message file (thanks to Guillaume Gay)
|
|---|
| 139 | - Changed: Several changes in GUI style (as suggested by Alex Taylor)
|
|---|
| 140 | - Changed: Left align buttons in current connections panel (as suggested by
|
|---|
| 141 | MrFawlty and Alex Taylor)
|
|---|
| 142 | - Changed: Replaced status bar by a text control (as suggested by Alex Taylor)
|
|---|
| 143 | (only used for version display for now)
|
|---|
| 144 | - Changed: Main icon is now the one done by Alex Taylor
|
|---|
| 145 | - Changed: Use PM_Default_Colors for title sections (as suggested by Alex Taylor)
|
|---|
| 146 | - Changed: German translation of "Retry"
|
|---|
| 147 | - Changed: Profile behaviour: In 1.3 a new profile replaced older connections
|
|---|
| 148 | on the same volume only, in 2.x a new profile is merged with the
|
|---|
| 149 | old connections one.
|
|---|
| 150 | - Changed: Split advanced dialog should be split into connection options and
|
|---|
| 151 | global options
|
|---|
| 152 | - Changed: Redesigned mount dialog
|
|---|
| 153 | - Changed: Redesigned login dialog
|
|---|
| 154 | - Changed: Clarified message about multiple connections
|
|---|
| 155 | - Changed: Rebuild required Samba Client utilities 3.0.36 with libc063
|
|---|
| 156 | (instead of libc064x) (Changeset 331 level)
|
|---|
| 157 | - Fixed: Loading a profile presented the user a half drawn window
|
|---|
| 158 | - Fixed: Startup code was broken if no evfsgui.ini is present
|
|---|
| 159 | - Fixed: CltInit uses smbclient.exe instead of smbd.exe to find Samba binaries
|
|---|
| 160 | - Fixed: Message queue during resize isn't cleared (no flashing during resize)
|
|---|
| 161 | - Fixed: Missing NLV aware strings
|
|---|
| 162 | - Fixed: Don't let user edit network neighbourhood results
|
|---|
| 163 | - Fixed: Claiming a passive connection already exists is nonsense
|
|---|
| 164 | - Fixed: Disallow connecting to printers via context menu
|
|---|
| 165 | - Fixed: Edit and Selected menu easily got out of sync
|
|---|
| 166 | - Fixed: Edit and Selected menu still got out of sync, really fixed now
|
|---|
| 167 | - Fixed: Another missing record validation
|
|---|
| 168 | - Fixed: Password display broken on double connection warning
|
|---|
| 169 | - Fixed: Detect more printers
|
|---|
| 170 | - Fixed: Confirmation of removal of a single connection was missing
|
|---|
| 171 | - Fixed: Dropdown combobox in mount dialog was readonly
|
|---|
| 172 | - Fixed: Autostart mode was broken
|
|---|
| 173 |
|
|---|
| 174 | Version 1.3.7 - changes not relevant for 2.0
|
|---|
| 175 |
|
|---|
| 176 | Version 1.3.6
|
|---|
| 177 | !Fixed: When connecting to a complete server, the workgroup got lost during the
|
|---|
| 178 | connecting process.
|
|---|
| 179 | Version 1.3.5
|
|---|
| 180 | !Fixed: Error in profile file parsing logic could lead to double entries
|
|---|
| 181 | for LOGFILE and LOGLEVEL (possibly having side effects on EASUPPORT)
|
|---|
| 182 | Version 1.3.4
|
|---|
| 183 | !Fixed: Readonly connection option did not work (was not implemented)
|
|---|
| 184 | Version 1.3.3
|
|---|
| 185 | *Changed: Provide better message box for profile saving (to explain rather
|
|---|
| 186 | odd behavior
|
|---|
| 187 | Version 1.3.2
|
|---|
| 188 | !Fixed: No more double drive letters in the drive letters list after mounting
|
|---|
| 189 | *Changed: "Workgroup/ Domain:" back to "Workgroup:"
|
|---|
| 190 | Version 1.3.1
|
|---|
| 191 | +Added: Explanation for errors in case mount operation fails
|
|---|
| 192 | *Changed: "Workgroup:" to "Workgroup/ Domain:"
|
|---|
| 193 | Version 1.3
|
|---|
| 194 | +Added: Support for the (new) ndpsmb logging feature
|
|---|
| 195 | +Added: Support for the (old) ndpsmb logging feature (deactivated)
|
|---|
| 196 | +Added: Save "titlebar" color across sessions
|
|---|
| 197 | *Changed: Merge Alex Taylor's and Herwig B.'s latest changes
|
|---|
| 198 | *Changed: Also display status data in hintarea when mouse cursor is over
|
|---|
| 199 | the "current resources" pane
|
|---|
| 200 | !Fixed: Tab order in "new resource" pane
|
|---|
| 201 | !Fixed: Help did not work for advanced window in NLV versions
|
|---|
| 202 |
|
|---|
| 203 | Version 1.2.1 (2009-04, Herwig B.)
|
|---|
| 204 | +Added: Try to restart EVFSCTL.EXE once in case it is not running.
|
|---|
| 205 | +Added: Implemented support for error messages depending on return codes
|
|---|
| 206 | in case of failed operations as provided from ndpsmb.dll version
|
|---|
| 207 | 1.5alpha2 or better.
|
|---|
| 208 | *Changed: Move status data of current connection into container caption
|
|---|
| 209 | (Makes more sense there).
|
|---|
| 210 | *Changed: Show version notice in status area (at the bottom now)
|
|---|
| 211 | !Fixed: In case the connect operation fails on a newly created mount point,
|
|---|
| 212 | the mountpoint is removed again, instead of leaving it in a zombie
|
|---|
| 213 | status. That makes sense as EVFSGUI does not support the creation
|
|---|
| 214 | and maintenance of empty mountpoints (the underlying EVFS (including
|
|---|
| 215 | the REXX interface) supports this, but the GUI does not).
|
|---|
| 216 |
|
|---|
| 217 | Version 1.2.1 (2009-05, Alex Taylor)
|
|---|
| 218 | !Fixed: Main window wasn't set visible if INI file was missing.
|
|---|
| 219 | !Fixed: Corrected English, formatting h in helpfile.
|
|---|
| 220 | *Added: Better program icon.
|
|---|
| 221 |
|
|---|
| 222 | Version 1.2 (2008-10)
|
|---|
| 223 | *Updated: Finally all the help files are updated to reflect all changes
|
|---|
| 224 | (en, de and fr)
|
|---|
| 225 | !Workaround: It appears that for unknown reasons the SysDriveMap() function
|
|---|
| 226 | hangs if it is used with the "FREE" and "REMOTE" flags, after it is
|
|---|
| 227 | called for several times. I noticed that after I received Yuri's
|
|---|
| 228 | latest Samba plugin. The problem disappears if EVFS is not installed.
|
|---|
| 229 | This should be tested (and fixed) by Vitali in EVFS (probably).
|
|---|
| 230 |
|
|---|
| 231 | +Added: In debug mode the output in the console window has time stamps now
|
|---|
| 232 | +Added: Display name and version of the used IFS on "empty" mountpoints
|
|---|
| 233 | +Added: Button on the autoload window (the -nogui GUI) to abort reconnection
|
|---|
| 234 | +Added: Server entry field is now a drop down combo box holding all servers
|
|---|
| 235 | to which connections were made with)
|
|---|
| 236 | +Added: Alternatively support NetDrive for SMB shares instead of EVFS (using
|
|---|
| 237 | undocumented -ndfs switch)
|
|---|
| 238 | *Updated: All message files
|
|---|
| 239 | !Fixed: Bug in my autoload code
|
|---|
| 240 | !Fixed: Bug in my -ndfs code (spotted by Guillaume)
|
|---|
| 241 |
|
|---|
| 242 | +Added: Autostart EVFS connections feature via Startup folder object
|
|---|
| 243 | +Added: -nogui switch (only show a small message window)
|
|---|
| 244 | +Added: -autoclose switch (close eVFSGUI after 3 seconds)
|
|---|
| 245 | +Added: Load profile specified on the commandline
|
|---|
| 246 | +Added: Edit via context menu for mountpoints with exactly one resource
|
|---|
| 247 | +Added: Context menu equivalents to the Detach and Unmount pushbuttons
|
|---|
| 248 | +Added: The content of the EF_NETWORK field (aka workgroup) is saved to the
|
|---|
| 249 | eVFSGUI.INI as this changes only on rare occasions (saved me a lot of
|
|---|
| 250 | typing during testing)
|
|---|
| 251 | +Added: Do not attach drive if has already been attached (from TODO list A.T.)
|
|---|
| 252 | !Fixed: Profiles supported plain passwords whereas EVFS provided encrypted
|
|---|
| 253 | passwords in profile files
|
|---|
| 254 | !Fixed: eVFSGUI initializes itself properly now
|
|---|
| 255 | !Fixed: eVFSGUI would hang after displaying the message "no control program
|
|---|
| 256 | found"
|
|---|
| 257 | !Fixed: Cleanup signal stuff ("return" after a signal is a bad thing to do!)
|
|---|
| 258 | !Fixed: INI file was not closed after leaving eVFSGUI
|
|---|
| 259 | !Fixed: When several mount points exist and the first one is removed the click
|
|---|
| 260 | event routine was executed after the corresponded record was already
|
|---|
| 261 | removed -> eVFSGUI crashed. As a fix the record is validated before an
|
|---|
| 262 | attempt to access its data is done. If it does not exist anymore the
|
|---|
| 263 | event routine is terminated without further action.
|
|---|