summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Use reverse domain name for desktop file.Diane Trout2017-08-301-1/+1
| | | | | | Needed to let flatpak export the .desktop file https://bugzilla.gnome.org/show_bug.cgi?id=786783
* Remove released flagMichael Catanzaro2017-08-251-1/+1
|
* Prepare 3.25.903.25.90Michael Catanzaro2017-08-161-3/+3
|
* Stop using -WerrorMichael Catanzaro2017-08-161-9/+0
| | | | | It will never build if -Werror is passed by default, and nobody has fixed five years worth of compiler warnings.
* Remove the GnuTLS dependencyDebarshi Ray2017-03-211-2/+0
| | | | | | GIO, backed by glib-networking, has everything that we need. https://bugzilla.gnome.org/show_bug.cgi?id=780160
* tls-verifier: Use GIO to verify the chain of TLS certificatesDebarshi Ray2017-03-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gcr has its own hand rolled code to complete the certificate chain and validate it, which predates the equivalent functionality in GIO. These days, GIO's GnuTLS backend is a better option because it defers to GnuTLS to do the right thing. It benefits automatically from any improvements made to GnuTLS itself. However, GIO doesn't support certificate pinning. Gcr continues to provide that feature. Note: (a) We don't set "certificate-hostname" when we encounter TP_TLS_CERTIFICATE_REJECT_REASON_HOSTNAME_MISMATCH. The resulting loss of verbosity in EmpathyTLSDialog is balanced by no longer relying on a specific encryption library. (b) glib-networking doesn't differentiate between GNUTLS_CERT_SIGNER_NOT_FOUND and GNUTLS_CERT_SIGNER_NOT_CA. Hence, we club them together as TP_TLS_CERTIFICATE_REJECT_REASON_UNTRUSTED and we no longer return TP_TLS_CERTIFICATE_REJECT_REASON_SELF_SIGNED. (c) Unlike Gcr, GnuTLS doesn't seem to provide a way to load a PKCS#11 module that's built into the code, as opposed to being a shared object. This makes it hard for us to load our mock PKCS#11 module. Therefore, we have disabled the test case that relies on using PKCS#11 storage to complete the certificate chain. Bump required GLib version to 2.48. We really do need 2.48 because we rely on the improvements to GIO's GnuTLS backend. https://bugzilla.gnome.org/show_bug.cgi?id=780160
* empathy: don't detect GNOME Flashback as GNOME ShellAlberts Muktupāvels2017-02-131-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=754956
* Incomplete port to WebKit2György Balló2017-01-251-2/+2
| | | | | | | | The work is mostly done by Carlos Garcia, rebase by György. It's got FIXMEs and serious bugs, but it's better than no Empathy at all once WebKit1 is removed from Fedora in two short months. https://bugzilla.gnome.org/show_bug.cgi?id=749001
* call: fix the video previewFabrice Bellet2016-11-211-2/+2
| | | | | | | | | | | The port to clutter-gst 3.0 broke the video preview window. The rounded texture effect is now provided by a ClutterEffect sub-class, and the horizontal flip of the preview is done directly with a cogl transformation. This last modification using cogl_push_matrix()/cogl_pop_matrix(), the deprecation warning of cogl has been lowered from 1.14 to 1.8. https://bugzilla.gnome.org/show_bug.cgi?id=751185
* call: port to clutter-gst 3.0Lionel Landwerlin2016-07-211-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=751185
* debug-window: Replace deprecated soup_session_async_newDiane Trout2016-06-271-1/+2
| | | | | | ... with soup_session_new. https://bugzilla.gnome.org/show_bug.cgi?id=767992
* Post-branch version bumpDebarshi Ray2016-06-271-2/+2
|
* remove released flagGuillaume Desmottes2016-05-131-1/+1
|
* 3.12.12EMPATHY_3_12_12Guillaume Desmottes2016-05-131-2/+2
|
* remove released flagGuillaume Desmottes2015-10-141-1/+1
|
* 3.12.11EMPATHY_3_12_11Guillaume Desmottes2015-10-141-1/+1
|
* build: Don't hard code the name of the pkg-config binarySaleem Abdulrasool2015-10-011-8/+10
| | | | | | | Use the PKG_CONFIG variable to refer to pkg-config as it may be target triple prefixed. This is needed for cross-compilation. https://bugzilla.gnome.org/show_bug.cgi?id=755707
* 3.12.10EMPATHY_3_12_10Guillaume Desmottes2015-05-131-2/+2
|
* remove released flagGuillaume Desmottes2015-04-151-1/+1
|
* 3.12.9EMPATHY_3_12_9Guillaume Desmottes2015-04-151-2/+2
|
* geoclue-helper: Provide a DesktopIdFabrice Bellet2015-03-231-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746612
* remove released flagGuillaume Desmottes2015-03-161-1/+1
|
* 3.12.8Guillaume Desmottes2015-03-161-2/+2
|
* remove released flagGuillaume Desmottes2014-10-141-1/+1
|
* 3.12.7EMPATHY_3_12_7Guillaume Desmottes2014-10-141-2/+2
|
* remove released flagGuillaume Desmottes2014-09-121-1/+1
|
* 3.12.6EMPATHY_3_12_6Guillaume Desmottes2014-09-121-2/+2
|
* remove released flagGuillaume Desmottes2014-08-201-1/+1
|
* 3.12.5EMPATHY_3_12_5Guillaume Desmottes2014-08-201-2/+2
|
* remove released flagGuillaume Desmottes2014-06-231-1/+1
|
* 3.12.4EMPATHY_3_12_4Guillaume Desmottes2014-06-231-2/+2
|
* remove released flagGuillaume Desmottes2014-06-111-1/+1
|
* 3.12.3EMPATHY_3_12_3Guillaume Desmottes2014-06-111-2/+2
|
* remove released flagGuillaume Desmottes2014-05-141-1/+1
|
* 3.12.2EMPATHY_3_12_2Guillaume Desmottes2014-05-141-2/+2
|
* remove released flagGuillaume Desmottes2014-04-141-1/+1
|
* 3.12.1EMPATHY_3_12_1Guillaume Desmottes2014-04-141-2/+2
|
* remove released flagGuillaume Desmottes2014-03-241-1/+1
|
* 3.12.0EMPATHY_3_12_0Guillaume Desmottes2014-03-241-3/+3
|
* remove released flagGuillaume Desmottes2014-03-171-1/+1
|
* 3.11.92EMPATHY_3_11_92Guillaume Desmottes2014-03-171-2/+2
|
* remove released flagGuillaume Desmottes2014-03-031-1/+1
|
* 3.11.91EMPATHY_3_11_91Guillaume Desmottes2014-03-031-2/+2
|
* bump tp-glib depGuillaume Desmottes2014-02-261-2/+2
| | | | | | Needed for newer TpAccountChannelRequest API. https://bugzilla.gnome.org/show_bug.cgi?id=725070
* remove released flagGuillaume Desmottes2014-02-171-1/+1
|
* 3.11.90Guillaume Desmottes2014-02-171-2/+2
|
* configure: Nautilus sendto plugin has been removedGuillaume Desmottes2014-02-121-1/+0
|
* depend on tp-glib 0.23.0Guillaume Desmottes2014-02-041-1/+1
| | | | Needed for Renaming API.
* remove released flagGuillaume Desmottes2014-02-031-1/+1
|
* 3.11.5EMPATHY_3_11_5Guillaume Desmottes2014-02-031-2/+2
|