summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-04 13:54:19 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-04 13:54:19 +0200
commit34c3c06a6d37ca0ec7aad18500e7695624fb3316 (patch)
treece52b29b5a5b43572e84618b90db8a88acd44cf0
parent7bb3148850a70ff1d826792fab611dc7e5c17aad (diff)
NEWS
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6d567133e..88a9d1f61 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,11 @@ Deprecations:
a common TpConnection object between TpBaseClient and TpAccount. Now proxy
uniqueness is guaranteed by TpSimpleClientFactory. (Xavier)
+• Struct members of TpProxy, TpConnectionManagerParam, TpConnectionManager and
+ TpBaseConnection have been sealed. In the same spirit than G_SEAL, we
+ introduced _TP_SEAL to force usage of getters and setters. Applications should
+ define TP_SEAL_ENABLE or TP_DISABLE_DEPRECATED to enable that. (Simon)
+
Enhancements:
• New TpAccountRequest object to help account creation (Jonny)