New APIs:

Added support for redirections:

QNetworkReply::redirected() signal
QNetworkReply::InsecureRedirectError
QNetworkRequest::FollowRedirectsAttribute

These look good to me.


int QNetworkRequest::maximumRedirectsAllowed() const;
void QNetworkRequest::setMaximumRedirectsAllowed(int
maximumRedirectsAllowed);

Shouldn’t this be maximumAllowedRedirects? And the docs are missing the
default value.


QHostAddress::isMulticast()

Looks good.

New SslOptionDisableServerCipherPreference enum. Ok.

All other changes are related to C++11 compatibility (Q_DECL_NOTHROW,
Q_NULLPTR and related).

Cheers,
Lars

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to