Bug TD-42
- TD-42 Cannot compile taskd - GNUTLS_VERSION undefined in diag.cpp (thanks
to Michele Vetturi).
This commit is contained in:
@@ -31,6 +31,8 @@ Features
|
||||
- New themes: dark-default-16.theme, dark-gray-blue-256.theme
|
||||
|
||||
Bugs
|
||||
- TD-42 Cannot compile taskd - GNUTLS_VERSION undefined in diag.cpp (thanks
|
||||
to Michele Vetturi).
|
||||
- #1511 sync init crashes if client certification file is empty or invalid
|
||||
(thanks to Marton Suranyi).
|
||||
- #1508 Show command highlight configuration (thanks to Nicolas Appriou).
|
||||
|
||||
@@ -165,7 +165,11 @@ int CmdDiagnostics::execute (std::string& output)
|
||||
|
||||
out << " libgnutls: "
|
||||
#ifdef HAVE_LIBGNUTLS
|
||||
#ifdef GNUTLS_VERSION
|
||||
<< GNUTLS_VERSION
|
||||
#elif LIBGNUTLS_VERSION
|
||||
<< LIBGNUTLS_VERSION
|
||||
#endif
|
||||
#else
|
||||
<< "n/a"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user