-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
99 changed files
with
1,171 additions
and
478 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
AusweisApp 2.1.1 | ||
^^^^^^^^^^^^^^^^ | ||
|
||
**Releasedatum:** 10. April 2024 | ||
|
||
|
||
Anwender | ||
"""""""" | ||
- Visuelle Anpassungen und Optimierungen der grafischen Oberfläche. | ||
|
||
- Korrektur von selten auftretenden Problemen im Zusammenhang | ||
mit dem verwendeten Browser. | ||
|
||
- Textuelle Anpassungen. | ||
|
||
|
||
Entwickler | ||
"""""""""" | ||
- Korrektur von READER Messages im SDK bei der Verwendung von | ||
unbekannten Karten oder bei instabiler Verbindung zur Karte. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ Release Notes | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
2.1.1 | ||
2.1.0 | ||
announce | ||
issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ Versionszweig 2.1 | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
2.1.1 | ||
2.1.0 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ Reviewed-by: Tor Arne Vestbø <[email protected]> | |
1 file changed, 4 insertions(+) | ||
|
||
diff --git x/qtbase/src/gui/platform/unix/qxkbcommon.cpp y/qtbase/src/gui/platform/unix/qxkbcommon.cpp | ||
index fc014b38e2..0de9e98fc7 100644 | ||
index fc014b38e2cf3ed646b60f74d474e96fa76f6358..0de9e98fc7f6745fb733c57ddcc1225d4ff2d019 100644 | ||
--- x/qtbase/src/gui/platform/unix/qxkbcommon.cpp | ||
+++ y/qtbase/src/gui/platform/unix/qxkbcommon.cpp | ||
@@ -239,10 +239,14 @@ static constexpr const auto KeyTbl = qMakeArray( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ Reviewed-by: Mårten Nordheim <[email protected]> | |
4 files changed, 17 insertions(+), 7 deletions(-) | ||
|
||
diff --git x/qtbase/src/network/ssl/qsslconfiguration.cpp y/qtbase/src/network/ssl/qsslconfiguration.cpp | ||
index 04a9db8521..c8be1ca202 100644 | ||
index 04a9db85216eb2361108bd01dd71f3d5e7855e04..c8be1ca202962789ad088ef528b82883144e7140 100644 | ||
--- x/qtbase/src/network/ssl/qsslconfiguration.cpp | ||
+++ y/qtbase/src/network/ssl/qsslconfiguration.cpp | ||
@@ -942,6 +942,9 @@ QSslDiffieHellmanParameters QSslConfiguration::diffieHellmanParameters() const | ||
|
@@ -36,7 +36,7 @@ index 04a9db8521..c8be1ca202 100644 | |
Please check the documentation of the \e{exact Qt version} that you | ||
are using in order to know what defaults that version uses. | ||
diff --git x/qtbase/src/plugins/tls/openssl/qsslcontext_openssl.cpp y/qtbase/src/plugins/tls/openssl/qsslcontext_openssl.cpp | ||
index ef0e63911a..75c192bd01 100644 | ||
index ef0e63911a7e5fd6a1358231d1bc5d053a587c15..75c192bd01d2730938e82ab4be86262dca44b7c9 100644 | ||
--- x/qtbase/src/plugins/tls/openssl/qsslcontext_openssl.cpp | ||
+++ y/qtbase/src/plugins/tls/openssl/qsslcontext_openssl.cpp | ||
@@ -697,7 +697,9 @@ QT_WARNING_POP | ||
|
@@ -51,7 +51,7 @@ index ef0e63911a..75c192bd01 100644 | |
const QByteArray ¶ms = dhparams.d->derData; | ||
const char *ptr = params.constData(); | ||
diff --git x/qtbase/src/plugins/tls/openssl/qsslsocket_openssl_symbols_p.h y/qtbase/src/plugins/tls/openssl/qsslsocket_openssl_symbols_p.h | ||
index 1f0d739210..1531564226 100644 | ||
index 1f0d7392101b0a954561772d4ddf1a2979f9506c..1531564226da4c07dc3f41c909dc6f705407032b 100644 | ||
--- x/qtbase/src/plugins/tls/openssl/qsslsocket_openssl_symbols_p.h | ||
+++ y/qtbase/src/plugins/tls/openssl/qsslsocket_openssl_symbols_p.h | ||
@@ -516,6 +516,7 @@ DH *q_PEM_read_bio_DHparams(BIO *a, DH **b, pem_password_cb *c, void *d); | ||
|
@@ -63,7 +63,7 @@ index 1f0d739210..1531564226 100644 | |
#ifndef OPENSSL_NO_EC | ||
// EC Diffie-Hellman support | ||
diff --git x/qtbase/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp y/qtbase/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp | ||
index cfcff44a4d..2f3ad0547a 100644 | ||
index cfcff44a4d9ad3f6aca4f22e368a13ed2cd917a8..2f3ad0547a4186aec2163a0361a91c075462a161 100644 | ||
--- x/qtbase/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp | ||
+++ y/qtbase/tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp | ||
@@ -3501,9 +3501,10 @@ void tst_QSslSocket::dhServerCustomParamsNull() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ Reviewed-by: Qt Cherry-pick Bot <[email protected]> | |
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git x/qtbase/src/network/access/http2/hpacktable.cpp y/qtbase/src/network/access/http2/hpacktable.cpp | ||
index 74a09a207f..c8c5d098c8 100644 | ||
index 74a09a207ffb5531093bf46841c0885f5bef70e4..c8c5d098c80ad15c24d1eaca022bd7846f590048 100644 | ||
--- x/qtbase/src/network/access/http2/hpacktable.cpp | ||
+++ y/qtbase/src/network/access/http2/hpacktable.cpp | ||
@@ -27,7 +27,7 @@ HeaderSize entry_size(QByteArrayView name, QByteArrayView value) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ Reviewed-by: Marc Mutz <[email protected]> | |
1 file changed, 3 insertions(+), 1 deletion(-) | ||
|
||
diff --git x/qtbase/src/network/access/http2/hpacktable.cpp y/qtbase/src/network/access/http2/hpacktable.cpp | ||
index c8c5d098c8..2c728b37e3 100644 | ||
index c8c5d098c80ad15c24d1eaca022bd7846f590048..2c728b37e3b5735d118d288f8b0594f717691557 100644 | ||
--- x/qtbase/src/network/access/http2/hpacktable.cpp | ||
+++ y/qtbase/src/network/access/http2/hpacktable.cpp | ||
@@ -26,7 +26,9 @@ HeaderSize entry_size(QByteArrayView name, QByteArrayView value) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ Reviewed-by: Marc Mutz <[email protected]> | |
1 file changed, 4 insertions(+), 2 deletions(-) | ||
|
||
diff --git x/qtbase/src/corelib/global/qcompilerdetection.h y/qtbase/src/corelib/global/qcompilerdetection.h | ||
index 70fa7f6c9f..58a3689341 100644 | ||
index 70fa7f6c9f7427ff3046a6495b5fc4da6dd6bfa3..58a368934126fa78735b76bc7c5e1d252fcfdc7b 100644 | ||
--- x/qtbase/src/corelib/global/qcompilerdetection.h | ||
+++ y/qtbase/src/corelib/global/qcompilerdetection.h | ||
@@ -77,8 +77,10 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ Reviewed-by: Timur Pocheptsov <[email protected]> | |
1 file changed, 1 insertion(+) | ||
|
||
diff --git x/qtconnectivity/src/nfc/qnearfieldmanager_ios.mm y/qtconnectivity/src/nfc/qnearfieldmanager_ios.mm | ||
index 2709e2c7..259c3c17 100644 | ||
index 2709e2c710466171e7e28456cbd700c347d01982..259c3c1787355ddd6d209864605907c1c66ca7f2 100644 | ||
--- x/qtconnectivity/src/nfc/qnearfieldmanager_ios.mm | ||
+++ y/qtconnectivity/src/nfc/qnearfieldmanager_ios.mm | ||
@@ -143,6 +143,7 @@ bool QNearFieldManagerPrivateImpl::scheduleSession(QNearFieldTarget::AccessMetho | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ Reviewed-by: Timur Pocheptsov <[email protected]> | |
1 file changed, 2 insertions(+), 2 deletions(-) | ||
|
||
diff --git x/qtconnectivity/src/nfc/qnearfieldtarget_android.cpp y/qtconnectivity/src/nfc/qnearfieldtarget_android.cpp | ||
index 63e7d62b..c7f842ae 100644 | ||
index 63e7d62b9f0980762464083cf915765abd8f18e7..c7f842ae781bd0e24865a1bf011af2accd8dd739 100644 | ||
--- x/qtconnectivity/src/nfc/qnearfieldtarget_android.cpp | ||
+++ y/qtconnectivity/src/nfc/qnearfieldtarget_android.cpp | ||
@@ -304,14 +304,14 @@ void QNearFieldTargetPrivateImpl::checkIsTargetLost() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ Reviewed-by: Qt CI Bot <[email protected]> | |
1 file changed, 20 insertions(+), 12 deletions(-) | ||
|
||
diff --git x/qtdeclarative/src/quick/items/qquickitem.cpp y/qtdeclarative/src/quick/items/qquickitem.cpp | ||
index a2e8c989d1..30bbf505da 100644 | ||
index a2e8c989d1b893f357069b352f5f422da6c17768..30bbf505da10b8d9d4a22f3b7b424c3da7e25d94 100644 | ||
--- x/qtdeclarative/src/quick/items/qquickitem.cpp | ||
+++ y/qtdeclarative/src/quick/items/qquickitem.cpp | ||
@@ -7068,15 +7068,17 @@ void QQuickItem::setX(qreal v) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ Reviewed-by: Ulf Hermann <[email protected]> | |
1 file changed, 15 insertions(+), 11 deletions(-) | ||
|
||
diff --git x/qtdeclarative/src/quick/items/qquickitem.cpp y/qtdeclarative/src/quick/items/qquickitem.cpp | ||
index 30bbf505da..7cc03936fc 100644 | ||
index 30bbf505da10b8d9d4a22f3b7b424c3da7e25d94..7cc03936fc3ac442a6517f0bbd5748d33e314f06 100644 | ||
--- x/qtdeclarative/src/quick/items/qquickitem.cpp | ||
+++ y/qtdeclarative/src/quick/items/qquickitem.cpp | ||
@@ -7111,11 +7111,12 @@ void QQuickItem::setY(qreal v) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.