aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-29 19:55:07 +0000
committersaturneric <[email protected]>2024-07-29 19:55:07 +0000
commit7f6ddf82f1be28e01798a5de588bc0f9980480b6 (patch)
tree835e34f86bdcc886b5fce7a457fb995f8638b561
parentfeat: update google test to v1.15.0 (diff)
downloadGpgFrontend-7f6ddf82f1be28e01798a5de588bc0f9980480b6.tar.gz
GpgFrontend-7f6ddf82f1be28e01798a5de588bc0f9980480b6.zip
feat: update SECURITY.md and adjust Doxyfile location
-rw-r--r--SECURITY.md7
-rw-r--r--src/Doxyfile (renamed from Doxyfile)2
2 files changed, 4 insertions, 5 deletions
diff --git a/SECURITY.md b/SECURITY.md
index 9253d93f..91ec4b76 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -40,10 +40,9 @@ As of version v2.1.1, we no longer support Ubuntu 18.04, as it isn't supported
by GitHub Action since April 3rd. Thus, all builds will transition to Qt6, since
Ubuntu 20.04 is compatible with Qt6.
-Starting from v2.1.2, the Qt5 API will be removed from the source code. This
-implies that the entire project will now utilize the Qt6 API and will no longer
-compile under Qt5. Consideration is being given to removing the deb package
-build as well.
+From version v2.1.4 onwards, we no longer support macOS 11, as it will be
+discontinued soon by GitHub Action. Given its age and the anticipated
+discontinuation of support by Apple, it is wise to drop it.
## Reporting a Vulnerability
diff --git a/Doxyfile b/src/Doxyfile
index f00643e1..83e07507 100644
--- a/Doxyfile
+++ b/src/Doxyfile
@@ -829,7 +829,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
-INPUT = ./src
+INPUT = .
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses