Changelog for
smb4k-2.1.1-2.3.x86_64.rpm :
* Thu Aug 16 2018 wbauerAATTtmo.at- Update to 2.1.1:
* Fixed auto mounting of shares (kde#396342).
* Fixed missing rsync arguments in the synchronizer.
* Fixed resetting of changes made to the bookmarks list. For this, clear the list of bookmarks in the read function.
* Tue Apr 03 2018 wbauerAATTtmo.at- Update to 2.1.0:
* Plasmoid is ported to Plasma 5
* Several bugfixes- Update build requirements
* Fri Aug 25 2017 wbauerAATTtmo.at- Update to 2.0.2:
* cmake: set the policy CMP0063 only if existing
* cmake: lower required version to 3.2.
* Add a remark regarding denied privilege escalation to the handbook.
* Fixed removal of remounts in Smb4KMounter::slotStatResult().
* Mon May 29 2017 wbauerAATTtmo.at- Update to 2.0.1:
* Fix a logic flaw in the mount helper (CVE-2017-8849).
* Fix build system.- Update to 2.0.0:
* Ported Smb4K to Qt5 and KF5.
* Removed the plasmoid from this release, because it has not been ported yet.
* Added migration of config and XML files.
* Bumped required CMake version to 3.3. Set policies for CMP0037 and CMP0063 to NEW.
* Implemented new org.kde.appname format for desktop and xml files.
* Added support for high DPI screens.
* Removed the IP scan job and setting, since that method did not to work properly.
* Got rid of all dependencies to other shell programs except the Samba ones.
* Revised the shares view: + The old list view was removed and replaced by a new one based on the default icon widget. + A new \'Shares View\' action menu to was added to the shares view and the dynamic main tool bar. + The mount point is not shown anymore in the shares view. + Make sure no drops can be performed if either the computer is offline or the share is inaccessible.
* Revised the mounter and the mount helper: + Rely on Solid to nofify the application that a share was added or removed. + Under Linux, the /proc/mounts file for imports is not needed anymore, because all the needed information is present in the KMountPoint::mountOptions() string list. + However, under FreeBSD/NetBSD a workaround for detecting mounts and unmounts had to be implemented for now, since on my FreeBSD system Solid was not able to detect mounts and unmounts of Samba shares.
* Replaced the choice of the view mode of the shares view by a combo box in the configuration dialog.
* Removed the setting for showing the mount point instead of the UNC.
* Removed the protocol hint, since it is not needed anymore. Adjust the code accordingly. As a consequence, we are now using the RPC protocol when listing the shares of a server.
* Removed obsolete configuration option that was used to determine an interval between checks for mounted shares.
* The smbclient program of Samba 4.x does not report the server and operating system anymore. The support of this extra information has now been removed.
* Suppress error messages and warnings when a browse/hosts/shares list could be retrieved.
* Do not report those shares that were initially imported as being mounted.
* Close all notifications on timeout.
* Changed some status bar texts.
* Fixed several issues in the preview dialog.
* Improved hardware support.
* Changed overlay for the icon of a foreign share.
* Added a donator to the about dialog.
* Remove \"for KDE\" in the description of SmbK as suggested by Burkhard Lück.
* Updated handbook.
* Removed CPack support.
* And many other changes- Drop fix_plugin_path.diff, no longer necessary- Drop remove-mounthelper.patch, the security flaws should be fixed- Add smb4k-rpmlintrc to make it build until the mounthelper service is whitelisted- Adjust package summary and description
* Wed May 17 2017 wbauerAATTtmo.at- Add remove-mounthelper.patch as some security flaws were discovered (boo#1033300)
* Sun Feb 05 2017 wbauerAATTtmo.at- Update to 1.2.3:
* Fix Smb4KSharesMenu::refreshMenu() function. Backported from master.
* Fix Smb4KBookmarkMenu::refreshMenu() and simplify Smb4KBookmarkMenu::setupMenu() functions. Backported from master.
* Introduce workaround to search code so that network search is also working with option \'client max protocol = SMB3\' defined in smb.conf. Backported fix from master.
* Mon Dec 26 2016 wbauerAATTtmo.at- Update to 1.2.2:
* Improved error message handling in the scanner. Mostly backported changes from master.
* Accept the drop events (QEvent::accept()) in the shares views.
* Added remarks regarding the regression introduced by the security fixes released on April 12, 2016 to the handbook. Changed URL of the bug tracker to the KDE Bugtracking System. Bumped version number (and modification date) of the handbook.
* Now that Smb4K is on bugs.kde.org, remove the custom bug report address.
* Thu Oct 08 2015 wbauerAATTtmo.at- Update to 1.2.1:
* Fixed the \"authentication dialog is missing the host name\" error (closes SF ticket #37).
* Fixed scanning of broadcast areas (added missing pipe).
* Updated license text to the current version of GPL v2 (closes SF ticket #40).
* Make Smb4K also useful with operating systems that are not supported. You can now do anything with it except mounting.
* Fixed code under FreeBSD/NetBSD.
* Split the mount options off the other options. Adjusted the code accordingly. The reason for this is that we want to support more operating systems and that is is now easier to deal with different mount options.
* Use KIO::convertSize() instead self written code.
* Refactored and improved code responsible for mounting.
* Fix out-of-source builds when po is present. When building out-of-source, ALLOW_DUPLICATE_CUSTOM_TARGETS never gets turned on because the po directory doesn\'t exist in the build directory, causing a build failure. This ensures that the correct source directory is always checked.
* Wed Apr 01 2015 tittiatcokeAATTgmail.com- Update to 1.2.0:
* Added support for NetBSD.
* Added support for profiles.
* Added appdata file. Closes SF ticket #35.
* Updated handbook.
* Fix the Smb4KMounter::cleanup() function.
* Added share name to the homes user dialog.
* Implemented profiles page in the plasmoid.
* Removed old CTRL+R shortcut for rescanning the network neighborhood.
* Implemented use of Kerberos with net command.
* Improved handling of sleep states. Smb4K now reacts on changes of the network connection instead of on button press events.
* Implemented more CIFS mount options under Linux as well as a whitelist of mount.cifs options that are save to be entered via the \"Additional options\" line edit in the configuration dialog.
* Remove setting for temporal storage of the login information. Now, the user either stores the passwords in the wallet or needs to enter the login information each time it is needed.
* Sat Jan 31 2015 asterios.dramisAATTgmail.com- Update to 1.1.4:
* Hopefully fixed a crash reported by Ingo Ratsdorf that happened when the user used the \"Master browsers need authentication\" setting and an authentication error occurred.
* Fix a potential crash in Smb4KMainWindow. Thanks go to Mounty One for reporting this issue.
* When the user cancels the homes user dialog, don\'t show the custom options dialog. From 1.1.3:
* Make mounting of a password protected share work under FreeBSD, if no password has been defined yet.
* Fixed compilation errors under FreeBSD.