[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=080758e

The following commit has been merged in the master branch:
commit 080758e37b1b9783477f70f65c7a1e28990c8958
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sat May 28 01:57:42 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index c5d4fdb..cf76ecb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,283 +1,12 @@
-ktp-auth-handler (16.04.1-1~1.gbp91da28) UNRELEASED; urgency=medium
-
-  ** SNAPSHOT build @91da28b75b7c4f489a482d68dbe264a7b13896d1 **
+ktp-auth-handler (16.04.1-1) experimental; urgency=medium
 
   [ Automatic packaging ]
-  ** SNAPSHOT build @a913648df7c45a7146eebcc1c07b7b46fa2ca780 **
-
   * 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
-
-  [ David Edmundson ]
-  * Initial start of an SASL channel client
-  * Install to libexec
-  * Bump Required TpQt4 Version
-  * Add messages.sh file
-  * Update KAboutData to use the same name as Messages.sh
-  * Update submodule
-  * Remove traces of submodule
-  * Fix bug in which passwords would only be used if save password was checked
-  * Updated to new wallet interface
-  * bump version to 0.4.1
-  * Updated to new WalletInterface
-  * Move channel filters out of main and with the relevant handler
-  * Bump version to 0.5.2
-  * Bump version to 0.5.3
-  * Update FindQJSON to match one found from KDEPIM
-  * Bump version to 0.5.80
-  * update cmake policy
-  * Bump version to 0.6.0
-  * Initial start of SSO SASL handling
-  * Fix SSO Operation
-  * Bump to 0.6.2
-  * Bump to 0.6.2
-  * Fix cmake build: only add includes to accounts sso if they exist
-  * Correctly search to see if we support the certificate type
-  * bump version to 0.6.3
-  * Verify entire certificate chain at once using inbuilt QCA method
-  * Bump Version to 0.6.80
-  * Bump version to 0.7.0
-  * close auth channel if QCA not installed
-  * Add message about qca-ossl
-  * Bump version to 0.7.1
-  * Verify DBusResponse in ConferenceAuthOp before using args
-  * Bump version to 0.8.1
-  * Bump version to 0.8.80
-
-  [ Martin Klapetek ]
-  * Add missing FindTelepathyQt4.cmake
-  * Unify i18n catalog names of all KDE-Telepathy components to use dashes
-  * Bump version to 0.3
-  * 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.6.1
-  * Bump version to 0.7.80
-  * Bump the version to 0.8.0
-  * Port KDebug to QDebug
-  * Port the CMakeLists to Qt5/KF5 stuff
-  * Port KUrl to QUrl
-  * Port KLineEdit to QLineEdit
-  * Use KSSL from KIO
-  * Fix i18n
-  * QSsl::TlsV1 is deprecated, needs to be QSsl::TlsV1_0
-  * Remove unused include
-  * Port QWeakPointer to QPointer
-  * Port KIcon to QIcon
-  * Port KDialog to QDialog
-  * Port QJson to Qt5's QJson
-  * Fix include headers
-  * Fix the password prompt dialog
-  * Fix install dirs of the dbus activation files
-  * Fix the AccountsQt5 conditional block
-  * Port auth handler to the new TelepathyHandlerApplication
-  * Port auth handler SASL operation from KWallet to Accounts SSO
-  * KDELibs4Support is not needed
-  * Import the Tp account into KAccounts if it does not exist yet
-  * QJson is not needed anymore
-  * Fix the KAccounts cmake module
-  * Remove duplicated customwidget entry
-  * MSN Messenger has died, RIP
-  * Simplify the password saving
-  * Fix the warning
-  * Remove unneeded moc includes
-  * Bump version to 0.9.80
-  * Use the installed cmake file for KAccounts
-  * Add runtime-only dependency to ktp-auth-handler
-  * Bump the version to 15.03.95
-  * Bring back the AccountStorageInterface support
-  * Remove support for X-FACEBOOK-PLATFORM auth
-  * Remove facebook includes
-  * Pass the KAccounts ID to XTelepathyPasswordAuthOperation directly
-  * Request credentials for password auth type from password auth operation
-  * Remove the special ktp-kaccounts config sync
-  * Request credentials for oauth2 auth type from google auth operation
-  * Handle Tp::SASLStatusServerFailed in Google auth operation
-  * Set versioning to be handled by the release script
-  * If one auth method fails, try another
-
-  [ Daniele E. Domenichelli ]
-  * Add FindTelepathyQt4.cmake
-  * Use kDebug instead of qDebug
-  * Add .gitignore file
-  * Use KApplication instead of QApplication and add --debug option
-  * Fix program name and DBus interface name
-  * Add service and client files
-  * Install files
-  * Change KWallet folder name to telepathy-kde to get a nice icon in the wallet manager
-  * Use shared pointers to create handlers
-  * Try to register both handlers before exiting
-  * Use common submodule
-  * Use TelepathyHandlerApplication to allow exiting
-  * Add a couple of assertions
-  * Fix "No such signal" errors
-  * Close TLS channel on error
-  * Remove unused Q_SIGNALS from TlsCertVerifierOp
-  * Do not install the TLS service file
-  * Rename DBus services, fix and add missing .client and .service files
-  * Finish with error if authentication failed
-  * Add .reviewboardrc file
-  * Add a warning on authentication failure if canTryAgain is false
-  * Update common repository and use WalletInterface instead of KWallet directly
-  * Set the password in the dialog if it was saved before
-  * Disable save password checkbox if wallet cannot be opened
-  * Save lastLoginFailed entry in KWallet
-  * Request again to connect if canTryAgain is false
-  * Do not pass connection to SaslAuthOp (unused)
-  * Refactor SaslAuthOp to support different authentication methods
-  * Add missing .moc include
-  * Rename class PasswordPrompt to XTelepathyPasswordPrompt
-  * Cleanup
-  * Support X-MESSENGER-OAUTH2 authentication mechanism
-  * Make onSASLStatusChanged private
-  * Make dialogs modeless
-  * Use KWebView instead of QWebView
-  * Use KWebPage instead of QWebPage
-  * Fix X-MESSENGER-OAUTH2 authentication with QtWebkit >= 2.2
-  * Change LinkDelegationPolicy to QWebPage::DontDelegateLinks
-  * Use qobject_cast instead of reinterpret_cast
-  * Use const QString&  instead of QString
-  * Fix parenthesis
-  * Remove redundant line
-  * Bump version to 0.2.60
-  * Add myself as Developer
-  * Fix style
-  * Use Q_EMIT instead of emit
-  * Make string translatable
-  * Use latin1 strings instead of char*
-  * Build with -DQT_NO_CAST_FROM_ASCII and -DQT_NO_KEYWORDS
-  * Fix X-MESSENGER-OAUTH authentication when token is expired
-  * Update .reviewboardrc
-  * Update FindKTp.cmake
-  * Set version in using CMake instead of hardcoding in main.cpp
-  * blocks QWebView functionality which allows you to change page by dragging a URL onto it
-  * Retrieve and save refresh token for X-MESSENGER-OAUTH2 authentication
-  * Remove old "token" entry if present
-  * Fix retrieving certificate path in TLS handler
-  * Fix retrieving certificate data
-  * Set program icon name
-  * Very minimal prompt accept/reject certificate
-  * Print some more debugging output for certificate in tls-handler
-  * Add missing include
-  * Remove old unused cmake variable
-  * Fix build on debian testing
-
-  [ Andre Moreira Magalhaes (andrunko) ]
-  * Refactor Start TLS Auth
-
-  [ Pino Toscano ]
-  * fixuifiles
-  * i18n: fix passing of arguments to i18n()
-
-  [ Frederik Schwarzer ]
-  * Do not extract placeholder strings for translation.
-
-  [ George Kiagiadakis ]
-  * Update submodule to v0.2.0
-  * Add COPYING.
-  * Use the default translation catalog, since it has the same name as the application.
-  * Link explicitly to QtWebkit to fix link errors when using strict linkers.
-  * Disable the TLSHandler registration in main() for now, as it's not working.
-  * Fix QtCrypto includes
-
-  [ Dario Freddi ]
-  * Port to new internal KTelepathy library
-  * 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
-  * fix-krazy: Move to K classes
-  * fix-krazy: Avoid crashy dialogs
-  * fix-krazy: Add missing copyrights (using git blame for ownership assignment)
-
-  [ Alin M Elena ]
-  * changes to the new names policy
-  * changes to the new names policy
-  * update according to Daniele's comments for name changes
-  * updated catalog name Reviewed by: Dario Freddi <drf at kde.org> REVIEW: 103513 CCMAIL: kde-i18n-doc at kde.org
-
-  [ Rohan Garg ]
-  * Cleanup header includes
-  * Implement password protected room handling
-
-  [ Dan Vrátil ]
-  * Support TLS channels
-  * Remove unused includes and add copyright header
-  * Make registering Tp::AbstractClients more dynamic
-  * setFinishedWithError() when certificate is not x.509
-  * Use CMAKE_INSTALL_FULL_LIBEXECDIR
-
-  [ Andrea Scarpino ]
-  * Fixed wrong compare causing segfault
-
-  [ Stefan Eggers ]
-  * Set focus on the password field
-
-  [ Florian Reinhard ]
-  * Add workaround for linking issue with qjson <= 0.7.1
-  * Fix broken build for qjson 0.7.1 ... again :)
-
-  [ Àlex Fiestas ]
-  * Use kDebug instead of QDebug and removed stupid debug
-  * Removed some trailing spaces
-  * Fetch StorageIdentifier in SaslAuthOp and pass it to XTelepathySSOOp
-  * Only Use X-FACEBOOK-PLATFORM if we have an accountStorageId
-  * Call GetCredentialsJob asynchronously
-  * Remove not needed comments
-  * Update version of GetCredentialsJob
-  * Use a Scoped pointer to avoid leaking ACcountInterfaceStorage
-  * Trailing spaces --
-  * Removed commented destructor
-  * Improved version of the finders that define _FOUND correctly
-  * Make Accounts-SSO support optional
-  * Fixed ordening warnings and improved KDebug
-  * Fix typo in a comment
-  * Call getReady once we have the StorageIdentifier
-  * Change licence from GPL to LGPL
-  * Stop leaking the Manager by giving it a Parent
-  * Set the correct David Edmunson email address
-  * Added a FIXME pointed out in REVIEW: 110870
-  * Add the username in m_authData
-  * Add support for Google accounts added by mission-control-uoa
-  * Make Accounts-SSO optionality good looking
-  * Spaces and CMake coding style
-  * Remove repeated code and comments
-  * Added new supported mechanism into the kWarning/FinishWithError
-  * Relicence the file (again) to Lesser General Public Licence.
-  * Relicence sso-google-operation class
-  * Rename facebook auth operation to specify facebook in the filename
-  * Rename Facebook class as well (*SSOFacebookOperation)
-
-  [ Diane Trout ]
-  * Check for QCA certificate availability at run time.
-
-  [ Daniel Cohen ]
-  * Fixed checkbox alignment as per HIG
-
-  [ Aleix Pol ]
-  * remove unneeded include
-  * Make dependencies more explicit
-  * remove unneeded file
-
-  [ Alin Marin Elena ]
-  * use the target for qca-qt5
-
-  [ Albert Astals Cid ]
-  * GIT_SILENT Upgrade KDE Applications version to 15.07.90.
-  * GIT_SILENT Upgrade KDE Applications version to 15.08.0.
-  * GIT_SILENT Upgrade KDE Applications version to 15.08.1.
-  * 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:35:15 +0200
+ -- Maximiliano Curia <maxy at debian.org>  Sat, 28 May 2016 01:56:58 +0200
 
 ktp-auth-handler (15.12.1-2) experimental; urgency=medium
 

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list