[SCM] ktp-filetransfer-handler packaging branch, master, updated. debian/15.12.1-2-226-g825cd93

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:13:31 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-filetransfer-handler.git;a=commitdiff;h=825cd93

The following commit has been merged in the master branch:
commit 825cd939b018a2ff5e3ed7f5a43659163510e09e
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sat May 28 02:09:26 2016 +0200

    Update changelog for 16.04.1-1 release
---
 debian/changelog | 213 +------------------------------------------------------
 1 file changed, 2 insertions(+), 211 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3dd9bfe..fdbb0e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,221 +1,12 @@
-ktp-filetransfer-handler (16.04.1-1~1.gbpfe0a4d) UNRELEASED; urgency=medium
-
-  ** SNAPSHOT build @fe0a4d4c9012e6ca35cd509670885655c2989050 **
+ktp-filetransfer-handler (16.04.1-1) experimental; urgency=medium
 
   [ Automatic packaging ]
-  ** SNAPSHOT build @6e50517147093046f8f769a73708fd4a06977e0a **
-
   * Bump Standards-Version to 3.9.8
   * Update build-deps and deps with the info from cmake
   * upstream branch
   * Add a .gitattributes file to use dpkg-mergechangelogs
-  * UNRELEASED
-
-  [ Daniele E. Domenichelli ]
-  * Initial empty commit
-  * Added .gitignore
-  * First real commit
-  * Add documentation, license and other stuff
-  * Remove i18n for kDebug() and kWarning()
-  * Move Tp::ClientRegistrar in main
-  * Use KUniqueApplication instead of KApplication
-  * Add --debug option in command line
-  * Exit on error
-  * Update README and TODO
-  * Exit after 2 seconds if no channels are received
-  * Delay debug output in order to increment m_jobCount as soon as possible
-  * Clean unused headers
-  * Add some debug information
-  * Show an overwrite/rename dialog on incoming file transfers if the file already exists
-  * Update docs
-  * Update FindTelepathyQt4.cmake and search for Tp-Qt4 >= 0.7.1
-  * Add Messages.sh file
-  * Better error handling
-  * Don't exit when the last window is closed
-  * Cleaning
-  * Use KUrl::isLocalFile() instead of comparing scheme
-  * Add some debug
-  * Add missing return for default case
-  * Make ft-handler a KApplication instead of a KUniqueApplication
-  * Update NEWS
-  * Add missing break
-  * Replace Url with Uri
-  * Do not exit if setUri fails
-  * Fix comment
-  * Fix indentation
-  * Partial revert of "Fix comment"
-  * Remove useless semi-colon
-  * Make FileTransferHandler parent of QApplication
-  * Make constructors explicit to fix Krazy warnings
-  * Use QPointer to fix code considered crashy by krazy
-  * Use QWeakPointer instead of QPointer
-  * Increment initial timeout time to one minute
-  * Exit File Transfer Handler if DBus name is already taken
-  * Install DBus activated binary in libexec.
-  * Use Q_FOREACH instead of foreach
-  * Compile using -DQT_NO_KEYWORDS
-  * Add class Telepathy::TelepathyHandlerApplication
-  * Use KTelepathy::TelepathyHandlerApplication instead of KApplication
-  * Fix header guards
-  * Enable KDebug DBus interface for TelepathyHandlerApplication if debug is enabled
-  * Handle initialTimeout and timeout only if >= 0
-  * Make FileTransferJobs killable
-  * Print debug at the right moment
-  * Show a progressbar for the file transferred
-  * Return when emitting result
-  * Let the jobs register by themselves
-  * Add a description for the KJob
-  * Connect signals earlier
-  * Handle other states in incoming file transfer
-  * Don't use event loop for methods that don't need it
-  * Move initialization in a private init method
-  * Cleanup
-  * Handle kill in a private method
-  * Fix setting description for the file transfer
-  * Fix notification on file transfer cancelled
-  * Initialize initialTimeout with the correct value
-  * Remove unused include
-  * Redirect Telepathy-Qt4 output to KDebug
-  * Bump TelepathyQt4 min version to 0.7.3
-  * Enable TpQt4 debug output redirection in KDebug
-  * Assume that the number of received channels is always 1
-  * Assume that telepathy is working and is dispatching the right channels
-  * Remove call to not existing slot
-  * Use common submodule
-  * Rename DBus services, fix .client and .service files
-  * Update README
-  * Update TODO
-  * update NEWS
-  * Unregister jobs when killed
-  * Do not set error when user kills the jobs, set it on file transfer cancelled instead
-  * Handle initialOffsetDefined signal
-  * Save url in private class
-  * Use .part file while downloading and rename the file at the end
-  * Make rename dialog modeless and show a dialog to resume file transfer
-  * Fix processed amount
-  * Do some cleanup when ft is cancelled
-  * Unregister jobs later
-  * Register incoming file transfer job only after it is accepted
-  * start() and kill() methods no longer need to be asynchronous
-  * kill() does not need to be asyncronous
-  * Show a message if file transfer cannot be resumed
-  * Overwrite .part file if user hits cancel on resume file dialog
-  * Normalize signal signature
-  * Fix curly brackets style
-  * Update NEWS
-  * Update AUTHORS
-  * Update TODO
-  * Update NEWS and AUTHORS files
-  * Fix style
-  * Do not set fixed size on incoming file transfer dialogs
-  * Add release date to NEWS file
-  * Update .reviewboardrc
-  * Bump version to 0.3.60
-  * Update FindKTp.cmake
-  * Bump TelepathyQt4 required version to 0.9.0
-  * Set version in using CMake instead of hardcoding in main.cpp
-  * Update NEWS and TODO
-  * Fix error name
-  * Bump TelepathyQt4 version to 0.9.1
-  * Update Update NEWS and AUTHORS
-  * Add credits and more info in aboutData
-  * Do not assert that channels.size() == 1
-  * Return after context finishes with error
-  * use Tp::SharedPtr::qObjectCast instead of dynamicCast
-  * Do not set context error if URI is not set for outgoing ft channels
-  * Do not translate string for MC
-  * Cleanup cmake stuff
-  * Update homepage
-  * Add ascarpino as contributor
-  * Update NEWS
-  * Add dvratil as contributor (AUTHORS file)
-  * Update NEWS
-  * Add dvratil as contributor (aboutData credits)
-  * Fix missing comma
-
-  [ George Kiagiadakis ]
-  * Don't stop the jobs before the file transfer has actually finished.
-  * Add cmake scripts license.
-  * Fix spelling error reported by lintian.
-
-  [ Pino Toscano ]
-  * i18n: style changes
-  * i18n fix: CamelCase Telepathy
-
-  [ David Edmundson ]
-  * Update KAboutData to use the same pot file as Messages.sh
-  * Update submodule
-  * Remove traces of git submodule
-  * bump version to 0.4.1
-  * Bump version to 0.5.2
-  * Bump version to 0.5.3
-  * Bump version to 0.5.80
-  * update cmake policy
-  * Bump version to 0.6.0
-  * Bump to 0.6.2
-  * bump version to 0.6.3
-  * Bump Version to 0.6.80
-  * Bump version to 0.7.1
-  * Bump version to 0.8.1
-  * Bump version to 0.8.80
-  * Initial port to KF5
-
-  [ Martin Klapetek ]
-  * Bump version to 0.2.60
-  * Use proper i18n arguments
-  * Bump version to 0.3
-  * Normalize signal/slot signatures
-  * Bump version to 0.4
-  * Bump version to 0.5
-  * Bump version to 0.5.1
-  * Bump version to 0.6.1
-  * Bump version to 0.7.80
-  * Bump the version to 0.8.0
-  * Finish the frameworks port
-  * Remove export macro from TelepathyBaseJob
-  * Switch to categorized debug messages
-  * Bump version to 0.9.80
-  * Bump the version to 15.03.95
-  * Set versioning to be handled by the release script
-
-  [ Dario Freddi ]
-  * Port to new KTelepathy internal library
-  * Port to new KTelepathy internal library. Also, move KTelepathy to KTp for consistency
-  * Fix include paths
-  * port-to-0.9: Remove deprecated Find file
-  * port-to-0.9: Rename relevant include paths and variables
-  * port-to-0.9: Bump tp-qt requirement
-
-  [ Alin M Elena ]
-  * changed names according to the new scheme
-  * changed names according to the new scheme
-  * updated the names according to Daniele's comments
-  * update catalog name
-
-  [ Andrea Scarpino ]
-  * Fix call to non-existent signal
-  * Be sure the part file exists
-  * Do not delete the old file when the sender cancel the transfer and you are in the rename dialog
-  * Fix compile error introduced in the previous commits
-
-  [ Dan Vrátil ]
-  * Add 'Always Ask' option for filetransfer destination directory
-
-  [ Àlex Fiestas ]
-  * Implement speed calculation for incoming/out-going transfers
-
-  [ Hrvoje Senjan ]
-  * Use CMAKE_INSTALL_FULL_LIBEXECDIR for the filetransfer service
-
-  [ Albert Astals Cid ]
-  * GIT_SILENT Upgrade KDE Applications version to 15.11.80.
-  * GIT_SILENT Upgrade KDE Applications version to 15.11.90.
-  * GIT_SILENT Upgrade KDE Applications version to 15.12.0.
-  * GIT_SILENT Upgrade KDE Applications version to 15.12.1.
-  * GIT_SILENT Upgrade KDE Applications version to 15.12.2.
-  * GIT_SILENT Upgrade KDE Applications version to 15.12.3.
 
- -- Automatic packaging <jenkins at amadeus.gnuservers.com.ar>  Wed, 11 May 2016 00:41:14 +0200
+ -- Maximiliano Curia <maxy at debian.org>  Sat, 28 May 2016 02:09:03 +0200
 
 ktp-filetransfer-handler (15.12.1-2) experimental; urgency=medium
 

-- 
ktp-filetransfer-handler packaging



More information about the pkg-kde-commits mailing list