
New patches:

[fix msvc warnings for hash_value_t
Michael Jerris <mike@jerris.com>**20060904182655] {
hunk ./libsofia-sip-ua/nth/nth_client.c 243
-#define HTABLE_HASH_CLIENT(hc) ((hash_value_t)(hc)->hc_tport)
+#define HTABLE_HASH_CLIENT(hc) ((hash_value_t)(uintptr_t)(hc)->hc_tport)
hunk ./libsofia-sip-ua/nth/nth_client.c 509
-  for (hcp = hc_htable_hash(he->he_clients, (hash_value_t) tport);
+  for (hcp = hc_htable_hash(he->he_clients, (hash_value_t)(uintptr_t) tport);
hunk ./libsofia-sip-ua/nth/nth_client.c 577
-    for (slot = hc_htable_hash(he->he_clients, (hash_value_t) tport);
+    for (slot = hc_htable_hash(he->he_clients, (hash_value_t)(uintptr_t) tport);
}

Context:

[sip_util.c: fixed return value for 405.
Pekka.Pessi@nokia.com**20060831115743] 
[RELEASE: mention UPDATE bug.
Pekka.Pessi@nokia.com**20060831115641] 
[nua_session.c: fixed problem of UAC receiving UPDATE on an early dialog.
Pekka.Pessi@nokia.com**20060831114957
 
 test_100rel.c: added test for original UAS sending UPDATE.
] 
[msrps:// URL scheme
remi.denis-courmont@nokia.com**20060831101905] 
[test_sresolv warnings
remi.denis-courmont@nokia.com**20060831102915] 
[test_nua_params.c: fixed test of refer_expires.
Pekka.Pessi@nokia.com**20060831073517] 
[TAG not-rel-sofia-sip-ua-1.2.1work2
Pekka.Pessi@nokia.com**20060830154312] 
Patch bundle hash:
6270ee11242fd48c8cf8803ae902b3b6f4117e39
