[Pkg-owncloud-commits] [owncloud-client] annotated tag v1.6.1 created (now b77ee3f)

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Jul 1 10:22:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a change to annotated tag v1.6.1
in repository owncloud-client.

        at  b77ee3f   (tag)
   tagging  40d765c73aa64de2fcf8503886f27c8da7b7d3d9 (commit)
  replaces  v1.6.0-beta2
 tagged by  Klaas Freitag
        on  Thu Jun 26 16:39:09 2014 +0200

- Log -----------------------------------------------------------------
stable version 1.6.1

Daniel Molkentin (61):
      CookieJar refactoring required to overcome issues in Shibboleth support
      Merge pull request #1765 from owncloud/shibcookies
      Add missing header to fix Qt5 compilation
      Merge pull request #1726 from owncloud/debian_bsd
      Fix memleak
      Fix wizard flow with shibboleth
      Fix crash: if the credentials cannot be cast, don't deref, assume change
      Decrease debug noise
      Folder: Correctly reflect paused state after restart
      1.6.0rc1
      1.6.0rc2
      autostart unix impl: use mkpath instead of mkdir
      AccountSettings: Handle button states more correctly
      Update QtSingleApplication and QtLockedFile
      Set an "active" role for the menubar icon on Mac
      Fix connection following the update of the QtSingleApplication classes
      Revert "Set an "active" role for the menubar icon on Mac"
      Remove useless check. QFile::exists() is CI on CI filesystems
      Fix/cleanup PropagateLocalMkDir::start()
      Fix on-top/below-others window problem
      Merge pull request #1805 from wakeup/master
      Fix Pref window for good
      Make sure the settings window is brought up when minimized
      Shib: Wizard: Return to IdP selection when returning to creds page
      Export CookieJar
      Find export macro
      ShibCredentials: Ensure that _stillValid is not reset while the browser window is open
      CookieJar: Reduce debug noise
      Shib: Show a notification whenever the shib session times out
      Allow to set a smaller timeout value in the config file
      Update ChangeLog
      Do not trim serial numbers
      1.6.0 final
      [Shib] Ensure only one fetch job can open the browser
      Remove debug layout
      [Janitor] Bump version to 1.6.1pre
      Add version and product information to installer properties
      Fix a possible crash caused by a dangling pointer
      Shib: Ensure browser view gets closed before QNAM
      Shib: remove slotLoadFinished() from webview dtor
      Fix regression over 1.5: Fix non-fba auth for Shib IdPs
      Fix use-after-free in QNAM propagator
      c_time: Fix resource leak in error case
      Fix potential memory leak
      httpbf.c: Fix resource leak
      statedb.c: fix potential memory leak on win32
      owncloudwizard: properly initialize _account memember
      wizard setuppage: Clean up and properly initialize members
      Cleanup member initialization in Theme
      syncengine: properly initialize all members in ctor
      Legacy Propagator: Properly initialize members
      Folderwizard: Properly initialize all members
      Remove previously unused member
      Folder: Removed unused member _pathWatcher
      FancyLineEdit: initialize all members
      NSIS: add libwinpthread dependency
      NSIS: Bump required libpng version to 16
      NSIS: Remove duplicated entry
      Disable minimize button for Preferences on Mac
      Mac: Make <ESC> close the settings dialog again
      Documentation update from Mark.

Jenkins for ownCloud (31):
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex

Klaas Freitag (53):
      Removed unused Q_OBJECT
      Add a header file for owncloudcmd.cpp to avoid (auto)moc problems.
      Auto generate the Export header.
      Super useful source comment.
      Maintain the original inode value for renamed files.
      Merge pull request #1747 from owncloud/doc_optional
      Remove misleading error message of "unknown error" for custom errnos.
      Merge pull request #1179 from tomswartz07/master
      Removed block parameter from terminateSync.
      Do not dispatch invalid progress information to avoid "unknown" messages
      Fix testcase.
      Commented verbose logging.
      Better debugability.
      Enable core dumping if the env variable OWNCLOUD_CORE_DUMP is defined
      Documented core dump catching
      Detect directory case sensitivity clash on windows
      Show the sync icon in case the status is not yet defined.
      Clear the authentication callbacks set before.
      remove auth callback setting in the csync module.
      Remove useless global varialbe for auth callback.
      More progress on the CI problem detection.
      Add a utility function fsCasePreserving.
      Read the blacklist entries case insensitive in case the file
      Added method localFileNameClash
      Check for case clash on downloads.
      Use the moved implementation of the name clash detection method.
      Check for local file name clash before local renaming.
      Check for case preserving file system in localCaseClash
      Add check for case clash for legacy propagator download.
      Case clash check for local remove plus native separators.
      No need to check for case preserving filesystem here.
      Emit the sync finished signal a bit delayed.
      Pushed version suffix to rc3
      Theme: Show the stringified app version rather than the major version.
      FolderWizard: Get folder map from FolderMan rather than store locally.
      Add missing cmakedefine for HAVE_ASPRINTF and minor cleanup.
      Propagator: Give a more specific error message on file remove.
      Propagator: Handle file open error properly and log error message.
      SyncEngine: Use QSet for the seenFiles rather than QHash.
      Fix resource leak in win32 code path, added free of locale filename.
      Updater: Free tmp variable that might point to temp malloced memory
      StateDB: Free locale string also if attribs are invalid.
      stateDB: Close the file descriptor even if stat failed.
      csync_exclude: Add a missing free of path components.
      csync file util: Remove compare file function, not needed anymore.
      owncloudcmd: Fix structurally dead code.
      SyncJournalDB: Initialize size member properly with 0
      SyncFileItem: Some more proper member initializations.
      csync core: Remove logically dead code: Can never be reached.
      Exclude: Add a missing free in case of empty lines.
      Version: Bumped to rc1
      Update changelog for 1.6.1
      Remove version suffix, final release 1.6.1

Markus Goetz (5):
      Propagator: Dont show silly string for non-error
      Set network timeout to 300 sec
      Revert "remove auth callback setting in the csync module."
      Propagator: Implement localFileNameClash for OS X
      OS X: Fix localFileNameClash

Olivier Goffart (57):
      Initialize the size properly on windows
      Don't include the directory size in the overall progress
      Add one byte per files in the computation of the progress bar
      Add a timeout when using the QNAM propagation
      delete dead code
      Have only one place where we read the timeout
      Fix reporting the right error in a GET
      Fix not blacklisting error 5xx
      only increment the progressbar for files when the file has been fully transfered
      Silent warning:
      Revert "Do not dereference the _engine member variable without check."
      Fix crash when _engine is not available
      Use a different key than "user" to store the shib user
      We need to call csync_commit in every error cases
      fix warning
      Re-sync immediatly after "Keep files" when all files were removed
      Revert "Re-sync immediatly after "Keep files" when all files were removed"
      Another way to force a sync when choosing 'Keep files'
      Always wait on the thread before emiting finished
      Fix crash when the account config is gone and there are still folder
      leak fix
      Fix crash when aborting
      do not blacklist fatal error
      Fix crash at exit when there is a log after the Logger has been destroyed
      Make FolderMan a member of the application
      Properly report errors when renaming a file
      ammend previous change
      Only set should_update_etag for directories in the update case
      Do not runs the check connection timer when there is no configured account
      Fix the sib window re-appearing.
      Clear all cookies when loging out
      Only remove session cookies
      remove broken connection
      Fix another crash at exit
      remove the _syncMutex and replace it by a simple bool
      Make sure that OwncloudPropgator::finished is only emit once
      Fix some possible "Precondition Failed" bug
      Fix syncing a folder with '#' in the name
      Propagator: Recover from 'precondition failed' error
      csync_statedb: Fix wrong % code in debug output
      propagator:  do not update perent directory etag before sub directories are removed
      propagator: Ignore new directory inside removed directory.
      csync_vio_local: fix memory leak on windows
      Syncengine:  Wait for the neon thead to be finished before destroying the Propagator and calling csync_commit
      Legacy propagator jobs: Do not limit bandwidth when aborting
      csync_owncloud_recursive_propfind: "fix" possible memory leak
      owncloudgui: use QUrl::fromLocalFile
      owncloudgui: Fix compilation
      accountsettings: remove unused function
      folderwizard:  fix possible use of null pointer
      httpbf: silent coverity issue 12905
      accountsettings: silent coverity warning 12884
      csync_owncloud: silent CID 12883
      reconcile:  use the proper enum type
      Revert "csync file util: Remove compare file function, not needed anymore."
      Shibboleth: Always ask for the password if we are going to open the log window
      Shibboleth: keep the cookie from the wizard to the ShibolethCredentials

Tom Swartz (2):
      Add exclusion for OSX ._<filename> files
      Merge pull request #1 from owncloud/master

Volkan Gezer (2):
      fix spacing
      fix typo

hefee (3):
      install doc targets in any case.
      RemoveADir test should realy test, if it is notified
      make Debian GNU/kFreeBSD compile

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list