Changelog for
smb4k-2.1.1-lp150.1.5.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.
* Tue May 06 2014 tittiatcokeAATTgmail.com- Update to 1.1.2
* Fixed a crash that could happen during the loading of bookmarks into the bookmark editor\'s tree widget.
* Fixed the enabling and disabling of the \"Up\" action in the preview dialog.
* Fixed two crashes in the previewer: The first occurred when authentication data was requested and the password dialog was just closed and the other one occurred when a recurring authentication error happened.
* Improved \'Command Reference\' section in the handbook.
* Mon Mar 24 2014 tittiatcokeAATTgmail.com- Add patch fix_plugin_path.diff to ensure that the qml plugin is installed in the correct directory
* Mon Mar 24 2014 tittiatcokeAATTgmail.com- Update to 1.1.1
* Fixed a string in the handbook.
* Set date when documentation was updated to 2014-03-16.
* Fixed potential security issue reported by Heiner Markert. Do not allow the cruid option to be entered via the \"Additional options\" line edit. (bnc#869828)
* Fix crash that might happen due to a (misconfigured) smb.conf file that does not contain a global section.
* Wed Jan 29 2014 cgiboudeauxAATTgmx.com- Update to 1.1.0:
* Fixed many issues reported by krazy2.
* Made Smb4K a kdeinit executable.
* Introduced a new dynamic main tool bar.
* Added Wake-On-LAN (WOL) feature. See the Changelog file for the complete changelog.
* Mon Nov 04 2013 wbauerAATTtmo.at- Update to version 1.0.9:
* With non-English languages the change introduced in version 1.0.8 might not work correctly, because e.g. umlauts are not recognized and the shell output is truncated. Setting the language to \"en_US.UTF-8\" fixes this problem.
* Mon Oct 28 2013 wbauerAATTtmo.at- Update to version 1.0.8:
* Explicity set language to \"C\" in Smb4KProcess, because Samba might be localized (closes SF ticket #34).
* Fri May 17 2013 hrvoje.senjanAATTgmail.com- Update to version 1.0.7:
* Fixed remounting of shares.
* Fixed Smb4KCustomOptionsManager::hasCustomOptions(). The default options defined via the configuration dialog are honored now.
* Fixed \"Ignoring unknown parameter\" error messages
* Fixed command line argument when a master browser is queried for the browse list.
* Fri Mar 15 2013 hrvoje.senjanAATTgmail.com- Update to version 1.0.6:
* Fixed crash in Smb4KMounter::slotAuthError() due to signals being emitted from Smb4KMountJob::slotActionFinished() too often
* Fixed unmounting of selected shares
* Removed faulty and useless clean-up code from read function of Smb4KCustomOptionsManager.
* Sat Dec 29 2012 asterios.dramisAATTgmail.com- Update to version 1.0.5:
* Fixed hanging of Smb4K if a custom mount prefix without a trailing slash was entered (closes SF ticket #28).
* Sun Sep 16 2012 asterios.dramisAATTgmail.com- Update to version 1.0.4:
* Fixed erroneously shown error notifications when searching.
* Make sure that \"tdb_log\" messages are not shown as error notifications to the user.
* Wait until unmounting all shares on exit finished before closing down.
* Make sure that the mount prefix and all its subdirectories correctly inherit their permissions.
* Fri Aug 31 2012 dmuellerAATTsuse.com- avoid rpmlint fatal reporting on old distros
* Mon Jun 25 2012 asterios.dramisAATTgmail.com- Update to version 1.0.3:
* Make sure that output from the mount and unmount process is trimmed, so that there are no false error messages.
* Fixed error notifications being shown although mounting and unmounting shares was successful.
* Fri Jun 08 2012 asterios.dramisAATTgmail.com- Update to version 1.0.2:
* Fixed two potential crashes in class Smb4KHomesSharesHandler.
* Fixed a wrong comparision between QString and QByteArray in Smb4KMountJob::slotActionFinished().
* Fixed a wrong comparision between QString and QByteArray and a double declaration in Smb4KUnmountJob::slotActionFinished().
* Fixed wrong assumption that qreal equals double in Smb4KShare class. Patch by Rex Dieter from the Fedora Project.
* Fixed missing assignments of the IP address in Smb4KAuthInfo::setHost() and Smb4KAuthInfo::setShare().
* When prompting for a password for a \'homes\' share, use the UNC of the user\'s home directory and not //SERVER/homes.
* When mounting a \'homes\' share, show the UNC of the user\'s home directory in the mainwindow\'s status bar instead of //SERVER/homes.
* Fixed a crash in Smb4KMountJob::slotActionFinished() reported by Peter Trenholme.
* Fixed unmounting on exit. Many thanks go to Peter Trenholme for reporting this issue.- Keep only the english documentation in the smb4k-doc subpackage. Move other languages in the smb4k-lang subpackage.
* Sun Mar 25 2012 asterios.dramisAATTgmail.com- Update to version 1.0.1:
* Fixed potential crash in Smb4KWalletManager::init().
* Fixed KDEInit complaining when Smb4K is started from a desktop icon (closes SF ticket #23).
* Fixed periodic scanning.- Removed enscript and texlive from recommended programs (not needed anymore).
* Mon Feb 27 2012 dmuellerAATTsuse.de- update to 1.0.0: - KDE SC 4.4.0 and Qt 4.7.0 or later are required. - We now use Utf8 throughout the whole application (closes #14674 and [#17535]). - Removed utility programs in favor of the new KAuth implementation. - Updated handbook.
* Sun Dec 04 2011 asterios.dramisAATTgmail.com- Spec file updates:
* Changed License: to GPL-2.0+ (SPDX style).
* Recommend instead of Suggest doc and lang subpackages.
* Removed Provides:/Obsoletes: entries for kde4-smb4k (not needed anymore).
* Sun Dec 04 2011 tittiatcokeAATTgmail.com- Update to version 0.10.12:
* Fixed wrong QString to char conversion in the mounter.
* Adjusted author\'s e-mail address and the project\'s home page and bug report mailing list addresses due to the relocation of Smb4K to Sourceforge.net.
* The application is using UTF8 now. This should fix the incompatibility with non-Latin1 languages.
* Smb4KAuthInfo::login() and Smb4KAuthInfo::password() return a QString.
* Smb4KShare::path() and Smb4KShare::canonicalPath() return a QString.
* Connect configuration dialog with system tray widget, so that changes can directly be applied.
* Fixed KLibrary warnings during runtime. Tue Sep 13 12:41:10 UTC 2011 - toddrme2178AATTgmail.com- Split translation package (fix for RPMLINT warning)- Split documentation package (fix for RPMLINT warning)- Fixed provides (fix for RPMLINT warning)- Cleaned up spec file formatting
* Thu Mar 10 2011 asterios.dramisAATTgmail.com- Update to version 0.10.10:
* Fixed \"Invalid command: net rap share list\" error.
* Improved smb4k_sudowriter utility program. Version has been bumped to 0.4.- Spec file updates:
* Changes based on rpmdevtools templates and spec-cleaner run.
* Removed smb4k-devel subpackage and merged it in the main package since the package doesn\'t actually provides any shared libraries. Also fixed rpmlint warning \"devel-file-in-non-devel-package\".
* Removed smb4k-doc subpackage and merged it in the main package since it contained the package\'s english main help files.
* Updates in Summary: and %description.
* Updates in Buildrequires:, Requires:. Added packages in Recommends: section.
* Moved smb4k-lang package to Recommends: section (from Requires:).
* Updates in %install and %files sections.
* Minor other updates.
* Fri Jan 14 2011 wstephensonAATTnovell.com- update to version 0.10.9
* fix a serious problem with smb4k_sudowriter and Qt 4.7 where /etc/sudoers was left with wrong file permissions after writing to it, breaking sudo system wide.
* Sat Aug 21 2010 tittiatcokeAATTgmail.com- update to version 0.10.8
* Cope with trailing slashes in the UNC. Needed for cifs-utils package under Linux.
* Fixed crashes in Smb4KSystemTray::slotSetupSharesMenu().
* Fixed crashes in Smb4KScanner::scanForWorkgroupMembers().
* Sun Apr 11 2010 beineriAATTopensuse.org- update to version 0.10.7: several bugfixes
* Mon Oct 05 2009 tittiatcokeAATTgmail.com- Update to version 0.10.4
* Fixed crash in the main window that made Smb4K unusable when no bookmarks were defined.
* Thu Oct 01 2009 tittiatcokeAATTgmail.com- Update to version 0.10.3
* Fixed failing of error recognition when mounting shares with Samba >= 3.3.
* Backported Smb4KAuthInfo class from CVS HEAD. This should close the crash in Smb4KAuthInfo::unc() under KDE 4.3.
* Fixed network search code so that no comment shows up in the UNC with longer share names.
* Silenced enscript, so that no erroneous error messages are shown when printing.
* Bumped soname of core library to version 3.2.0.
* Fixed crash in system tray and a potential one in the main window.
* Fixed saving and restoring of main window layout.
* Excluded KIO_SLAVE
* Tue Aug 11 2009 beineriAATTopensuse.org- require -lang package like every other KDE package
* Tue May 19 2009 dmuellerAATTsuse.de- fix devel package requires
* Sat May 02 2009 dmuellerAATTsuse.de- rename -docs to -doc
* Sun Apr 26 2009 tittiatworkAATThotmail.com- Updated to version 0.10.2
* Revised Smb4KMounter class:
* Bumped version of core library to 3.1.0.
* Reintroduced editing of the IP address in the bookmark editor.
* Prevent the mounter from trying to do something before the application has completely started up.
* Modified the Samba configuration page:
* Fixed a crash in the \"Custom Options\" tab.
* Removed the file system port entry under FreeBSD.- Updated to version 0.10.1
* Fixed compilation errors due to missing #include statements.
* Fixed a wrong test string in Smb4KMounter::processMount().
* Fixed a crash and a bug in the smb4k_sudowriter utility program. Bumped version to 0.2.
* Fixed an infinite loop in Smb4KSambaOptionsHandler::readCustomOptions().- Update to KDE4 release (version 0.10.0)
* Ported to KDE4 only
* Moved the Build System to cmake
* Fixed many GCC 4.3 related warnings
* Sat Apr 04 2009 cooloAATTsuse.de- refresh all patches to fix build