
New patches:

[fix hashtable type for 64bit windows
Michael Jerris <mike@jerris.com>**20060831202128] {
hunk ./libsofia-sip-ua/su/sofia-sip/htable.h 59
+#ifdef WIN32
+#ifdef _WIN64
+typedef unsigned long long hash_value_t;
+#else
+typedef unsigned long __w64 hash_value_t;
+#endif
+#else
hunk ./libsofia-sip-ua/su/sofia-sip/htable.h 67
+#endif
}

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:
56401ebcda811f8c5db00042e6376c9a717f2b77
