"Fossies" - the Fresh Open Source Software Archive

Member "smbnetfs-0.6.3/ChangeLog" (31 Jan 2021, 9156 Bytes) of package /linux/misc/smbnetfs-0.6.3.tar.bz2:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "ChangeLog": 0.6.2_vs_0.6.3.

    1 New in 0.0.1
    2 ------------
    3  - initial release
    4 
    5 New in 0.0.2
    6 ------------
    7  - now the "mountpoint/workgroup/computer" is the symlink to 
    8    "mountpoint/computer". This make the internal achitecture much simple.
    9 
   10 New in 0.0.3
   11 ------------
   12  - general redesign and cleanup
   13 
   14 New in 0.0.4
   15 ------------
   16  - rewrite a scanning of network tree, this fix various bug with refresh
   17    of workgroup/computer lists.
   18  - improve program behavior on network with buggy master browser.
   19  - improve error handling
   20  - some memory leak fixed
   21 
   22 New in 0.0.9a
   23 -------------
   24  - more bug fix
   25  - switch to context based work with samba (this fix a problem with
   26    simultaneous access to share)
   27  - added maximum samba context parameter
   28 
   29 New in 0.0.9b
   30 -------------
   31  - improove copy files speed
   32  - the work with smbc_context is optimized
   33  - rewrited workgroup update
   34 
   35 New in 0.1.0-pre1
   36 -----------------
   37  - project name was changed to SMBNetFs
   38  - first public release
   39  - rename project to avoid conflict with smbfs kernel module
   40  - config file added
   41  - max_read mount option can be avoid now
   42 
   43 New in 0.1.0-pre2
   44 -----------------
   45  - remove QUERY_TYPE parameter to conform with smbclient-3.0.13
   46  - fix stupid bug in charset conversion function
   47 
   48 New in 0.1.0-pre3
   49 -----------------
   50  - some bug fixed
   51  - use fuse-2.3-pre4
   52 
   53 New in 0.2.0-pre1
   54 -----------------
   55  - added static group/host/link
   56  - some bug fixed
   57  - internal data storage rewrited
   58 
   59 New in 0.2.0-pre2
   60 -----------------
   61  - fixed readdir bug (shares after IPC$ was not shown)
   62 
   63 New in 0.2.0-pre3
   64 -----------------
   65  - Samba host/link/group storage redesigned
   66  - Config file rereaded only if config file changed
   67 
   68 New in 0.2.0-pre4
   69 -----------------
   70  - fixed bug in in samba host/link/group storage
   71  - remember the contents of not auto-scanned group work again
   72  - the long pause bug in films is partly fixed.
   73 
   74 New in 0.2.0-pre5
   75 -----------------
   76  - fixed bug with user defined link
   77 
   78 New in 0.2.0-pre6
   79 -----------------
   80  - fixed bug caused by dirent with empty name  
   81 
   82 New in 0.2.0-rc1
   83 -----------------
   84  - use automake/autoconf for project building
   85  - redesign samba context storage.
   86  - fix a bug with network shares that have one user limit
   87  - improove the starting of AutoRefresh and ConfigUpdate threads
   88  - added new thread to preserve samba connection alive
   89  - config file now readed before AutoRefresh thread starting.
   90  - memory allocation/deallocation tuning
   91 
   92 New in 0.2.0-rc2
   93 -----------------
   94  - truncate function was slightly improoved
   95 
   96 New in 0.2.0
   97 -----------------
   98  - log file option now work properly
   99  - range for memory allocation parameter changed
  100 
  101 New in 0.2.1
  102 -----------------
  103  - large internal redesign to reduce the number of malloc/free calls
  104  - new config paramaters: auth(replace username/password), netbios_name,
  105    smb_open_files_max, buf_count_max
  106  - samba-3.0.20 support
  107  - better support of windows domains
  108 
  109 New in 0.2.2
  110 -----------------
  111  - reimplement arrays throw the list of buffers
  112  - remove annoying message in create/destroy buffer functions.
  113  - new config paramaters: array_slice_max
  114  - store information about original filename if conversion error occur
  115  - improve samba context storage.
  116 
  117 New in 0.3.0
  118 -----------------
  119  - amd64 fixes
  120  - removed memory tuning from program and config file
  121  - configuration file was renamed to "smbnetfs.conf" and moved to "~/.smb" dir
  122  - configutation files can be included one to other
  123  - configuration files rereaded every 5 min or by SIGHUP signal
  124  - full support of "auth" directive in configuration file. now you can
  125    specify different user/password to access different computer/share.
  126  - possibility to hide/display shares with $ at end added.
  127 
  128 New in 0.3.1
  129 -----------------
  130  - code optimization
  131  - some minor bugs was fixed
  132  - konqueror performance improved (see the kde_workaround config option)
  133  - debug information levels was implemented
  134  - documentation updated
  135 
  136 New in 0.3.2
  137 -----------------
  138  - better iconv support
  139  - better character conversion code
  140  - fuse-2.5 compatible
  141  - FreeBSD 6.0 compatible
  142  - New config option: unsafe_truncate (see the description in the default
  143    config file)
  144 
  145 New in 0.3.3
  146 -----------------
  147  - rewind() problem fixed (reported by Andre Jonsson)
  148  - fix stupid error in auth module
  149  - some other error was fixed
  150 
  151 New in 0.3.4
  152 -----------------
  153  - critical bug in context refresh related code was fixed
  154  - bug in context refresh code was fixed
  155  - tiny code improvements
  156 
  157 New in 0.3.5
  158 -----------------
  159  - seious bug in auth module was fixed
  160 
  161 New in 0.3.6
  162 -----------------
  163  - Kerberos support
  164  - logging backtrace on crash (linux only)
  165 
  166 New in 0.3.7
  167 -----------------
  168  - better LIST and SmbCtx implementation
  169  - improve samba/locale conversion
  170  - bugfixes
  171 
  172 New in 0.3.8
  173 -----------------
  174  - better signal support
  175  - remove "$" from function and variables name (should fix ARM compilation)
  176  - use the same context for computer and its shares
  177  - fix for bug 1629651 (Bad mtime in created files)
  178  - fix for critical bug in auth module (affect SMBNetFS-0.3.7 only)
  179  - umount filesystem properly on unrecoverable error
  180  - new config option: free_space_blocks (should fix nautilus free space problem)
  181  - small improvement & bugfixes
  182 
  183 New in 0.3.9
  184 -----------------
  185   - new config option: fast_shutdown (smbnetfs should die without delay on umount)
  186 
  187 New in 0.3.10
  188 -----------------
  189   - fix bug in samba/locale conversion appeared in smbnetfs-0.3.7
  190 
  191 New in 0.3.11
  192 -----------------
  193   - minor memory leak was fixed
  194   - recovering after read/write error was improved
  195   - preparing to utf-8 migration
  196 
  197 New in 0.3.12
  198 -----------------
  199   - drop old libfuse support (libfuse >= 2.5 is required)
  200   - drop old libsmbclient support (libsmbclient >= 3.0.20 is required)
  201   - update documentation
  202   - added setxattr(), getxattr(), listxattr(), removexattr()
  203   - fix difference in behavior between unix/libsmbclient implementation of
  204     rename() and unlink() syscalls
  205   - workaround for '@', '%', '/' and '\' symbols in filenames
  206   - fix a linked list coruption on read/write error
  207   - much small bugfixes
  208 
  209 New in 0.3.13
  210 -----------------
  211   - samba 3.2.0 support
  212   - safe truncate() support (samba >= 3.2.0 is required)
  213   - 'array_slice_max', 'buf_count_max' and  'netbios_name' config parameters
  214     were removed
  215   - small refactoring
  216   - bug fixes
  217 
  218 New in 0.5.0 (babushka)
  219 -----------------
  220   - almost all code was revised
  221   - samba >= 3.2 does not crash SMBNetFS anymore
  222   - isolation of libsmbclient from the rest of SMBNetFS code (increase stability)
  223   - rewrite of samba tree storage and authorization code (becomes faster)
  224   - default password for the all hosts from some workgroup is supported now
  225   - safe truncate() support (samba >= 3.2.0 is required)
  226   - it's now possible to pass options in command line
  227   - it's now possible to use alternate config file location
  228   - bug fixes
  229 
  230 New in 0.5.1 (babushka)
  231 -----------------
  232   - support of FreeBSD >= 6.0 (tested on FreeBSD-7.1)
  233   - support of Linux-2.4 (not tested)
  234   - libsmbclient >= 3.2 is strongly recommended
  235   - more correct and verbose libsmbclient version check
  236   - fix bug in libsmbclient-3.0 initialization
  237   - fix overriding of command line options with the options from config file
  238 
  239 New in 0.5.2 (babushka)
  240 -----------------
  241   - fixed SIGSEGV on nondefault log tagret
  242   - check sigtimedwaid() return code before checking signal status.
  243   - add SMBNetFS version to the standard doc directory name
  244   - add printf alike attribute to some functions and minor code reorganization
  245 
  246 New in 0.5.3 (babushka)
  247 -----------------
  248   - generalize stat() workaround
  249   - allow passwords reading from gnome-keyring
  250 
  251 New in 0.5.3а (babushka)
  252 -----------------
  253   - configure.in: allow user to explicitly enable/disable gnome-keyring support
  254   - make printing of "gnome-keyring is not available" depending on verbosity level
  255 
  256 New in 0.5.3b (babushka)
  257 -----------------
  258   - fix compilation with samba >= 4.0
  259   - fix compilation warning
  260 
  261 New in 0.6.0 (Abkhazia)
  262 -----------------
  263   - stop printing warning for samba-4.x.
  264   - fix long staning bug with visible flags for hosts
  265   - add negative cache to speedup works with inaccessible hosts
  266     (thanks to Aleksey Midenkov for the idea)
  267   - allow setting of event_config_update_period to zero to disable periodic
  268     configuration update (thanks to Aleksey Midenkov)
  269   - allow settings of max_retry_count to zero, also remove unneeded 2 sec
  270     delay after last failure (thanks to Aleksey Midenkov)
  271   - add smb_timeout option (thanks to Soci/Singular for the idea)
  272   - switch to atomic integer operations where it was possible
  273   - improve error reporting and add timestamp to debug messages
  274     (thanks to Aleksey Midenkov for the idea)
  275 
  276 New in 0.6.1 (Abkhazia)
  277 -----------------
  278   - drop old libsmbclient support, libsmbclient >= 3.5 is required
  279   - use libsecret instead of deprecated libgnome-keyring
  280   - use dprintf()/vdprintf() to print debug messages
  281 
  282 New in 0.6.2 (Abkhazia)
  283 -----------------
  284   - fix opening a file with O_CREAT
  285   - fix wrong subsecond value in times
  286   - add noexec option support
  287   - it's now possible to disable libsecret
  288   - minor cleanup
  289 
  290 New in 0.6.3 (Abkhazia)
  291 -----------------
  292   - add files for debian packaging