[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e
Maximiliano Curia
maxy at moszumanska.debian.org
Fri May 27 23:59:58 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=bf3a8c5
The following commit has been merged in the master branch:
commit bf3a8c59f4c97d9ae734a3af29757d6ab7f8bb89
Author: Automatic packaging <maxy+jenkins at gnuservers.com.ar>
Date: Wed Apr 13 22:13:17 2016 +0200
Update changelog for 15.12.3-1~2.gbpec8501 release
---
debian/changelog | 274 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 272 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8144dc8..850c04d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,281 @@
-ktp-auth-handler (15.12.3-1~1.gbpa91364) UNRELEASED; urgency=medium
+ktp-auth-handler (15.12.3-1~2.gbpec8501) UNRELEASED; urgency=medium
+ ** SNAPSHOT build @ec850174011c4bc0089dd38645ae4a7465adcbe5 **
+
+ [ Automatic packaging ]
** SNAPSHOT build @a913648df7c45a7146eebcc1c07b7b46fa2ca780 **
* Bump Standards-Version to 3.9.8
* Update build-deps and deps with the info from cmake
+ * upstream branch
+
+ [ 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 <maxy+jenkins at gnuservers.com.ar> Wed, 13 Apr 2016 11:36:00 +0200
+ -- David Edmundson <kde at davidedmundson.co.uk> Wed, 13 Apr 2016 22:12:42 +0200
ktp-auth-handler (15.12.1-2) experimental; urgency=medium
--
ktp-auth-handler packaging
More information about the pkg-kde-commits
mailing list