
New patches:

[Fix build without glib
mike@jerris.com**20061019160353] {
hunk ./Makefile.am 47
-	@$(MAKE) $(AM_MAKEFLAGS) -C libsofia-sip-ua-glib $@
+	@HAVE_GLIB_TRUE@ @$(MAKE) $(AM_MAKEFLAGS) -C libsofia-sip-ua-glib $@
}

Context:

[Added tport_is_closed() and tport_is_shutdown() to the public interface.
kai.vehmanen@nokia.com**20061019144947] 
[Missing sres const qualifiers
remi.denis-courmont@nokia.com**20061018070743] 
[Add missing const qualifiers
remi.denis-courmont@nokia.com**20061018065440] 
[nua: accept incoming SUBSCRIBE if the Event matches with nua Allow-Events.
Pekka.Pessi@nokia.com**20061017165721
     
 Updated nua_notifier.c, test_simple.c.
 
 Moved documentation of nua_notify() to nua_notifier.c from nua.c,
 documentation of nua_i_subscribe and nua_r_notify to nua_notifier.c from
 nua.docs.
] 
[nua: accept incoming PUBLISH if the Event matches with nua Allow-Events.
Pekka.Pessi@nokia.com**20061017165456
   
 Updated nua_publish.c, test_simple.c. 
 
 Moved #nua_i_publish documentation to nua_publish.c from nua.docs.
] 
[nua_stack.c: include Allow-Events in responses of PUBLISH and SUBSCRIBE.
Pekka.Pessi@nokia.com**20061017165034] 
[nua_subnotref.c: fixed SUBSCRIBE response handling in case event had been established.
Pekka.Pessi@nokia.com**20061017155623] 
[nua_stack.c: nua_server_request(): store dialog info if create_dialog is true
Pekka.Pessi@nokia.com**20061017155418] 
[nua: updated incoming REGISTER to use nua_server_request().
Pekka.Pessi@nokia.com**20061017155318] 
[nua: added handle/nua parameters for Allow-Events header.
Pekka.Pessi@nokia.com**20061017154708
 
 Added tag NUTAG_ALLOW_EVENTS().
 
 Modified sofia-sip/nua_tag.h, nua_params.h, nua_params.c, test_nua_params.c.
] 
[su_alloc.h, su_alloc.c: added su_home_refcount().
Pekka.Pessi@nokia.com**20061016155752] 
[Added su_home_destructor() (in addition to su_home_desctructor()), using it. 
Pekka.Pessi@nokia.com**20061016155721] 
[nua_session.c, nua_stack.c, nua_stack.h: moved session state as private data inside nua_session.c.
Pekka.Pessi@nokia.com**20061012144217
 
 Using list of nua_server_request_t for queueing requests waiting for
 response. 
] 
[nua_params: saving NUTAG_EARLY_ANSWER value to handle params.
Pekka.Pessi@nokia.com**20061004161412] 
[OSX runloop: su_port_osx_eventmask() sets now mask for CFSocket, too
martti.mela@nokia.com**20061017082401] 
[OSX runloop: removed extra WakeUp()s.
martti.mela@nokia.com**20061017082323] 
[OSX runloop: happened CFRunLoop events mapped to poll revents
martti.mela@nokia.com**20061017082223] 
[network change header is now normally installed
martti.mela@nokia.com**20061012121548] 
[updated test_nua to support Core Foundation run loop
martti.mela@nokia.com**20061012121449] 
[su_wait.c: put socket in non-blocking mode when wait object is created
Pekka.Pessi@nokia.com**20061016134418] 
[tstdef.h: output of TEST() now prints values as signed, null as NULL.
Pekka.Pessi@nokia.com**20061012131417] 
[su_strlst.c, su_strlst.h: always usize_t as index type.
Pekka.Pessi@nokia.com**20061012131325] 
[su_port.c: removed excess logging on epoll_create().
Pekka.Pessi@nokia.com**20061012123720] 
[sip_aor_strip(): removing lr, too.
Pekka.Pessi@nokia.com**20061012123216] 
[TAG sofia-sip-1.12.3-with-epoll
Pekka.Pessi@nokia.com**20061011174503] 
[su_port: fixed su_port_register() with more than SU_WAIT_MIN entries.
Pekka.Pessi@nokia.com**20061011132330] 
[mainpage.docs: udpated debug logging documentation
Pekka.Pessi@nokia.com**20061011132250] 
[OSX: testing with su_root_step() and app's CFRunLoopRun()
martti.mela@nokia.com**20061011115055] 
[OSX: added observer for controlling timers
martti.mela@nokia.com**20061011114928] 
[Added prototype for OSX run loop prepare
martti.mela@nokia.com**20061011114807] 
[Updated RELEASE notes for STUN bug.
kai.vehmanen@nokia.com**20061010124304] 
[Updated the release file template a bit. It seems that our previous announcements had the template-lines as well. Let's make the template parts somewhat more visible. ;)
kai.vehmanen@nokia.com**20061010124113] 
[Fixed STUN functionality. Incorrect sockaddr len was passed to su_sendto().
kai.vehmanen@nokia.com**20061010122027] 
[Freebsd 5.3 build fix
mike@jerris.com**20061009213616] 
[msvc warnings fixes
mike@jerris.com**20061009211828] 
[Freebsd 5.3 build fix
mike@jerris.com**20061009211659] 
[msvc warnings fixes
mike@jerris.com**20061009211509] 
[su: updated documentation of debugging logs.
Pekka.Pessi@nokia.com**20061009154955] 
[RELEASE: updated.
Pekka.Pessi@nokia.com**20061009151144] 
[nua_session.c: clarified the offer/answer code when responding to INVITE.
Pekka.Pessi@nokia.com**20061009141521] 
[nua: added NUTAG_INCLUDE_EXTRA_SDP().
Pekka.Pessi@nokia.com**20061009135504] 
[Remove underlying libraries from pkg-config Libs
remi.denis-courmont@nokia.com**20061006130856
 
 The underlying libraries are only needed to link against sofia-sip-ua as 
 a static library. In addition, this is causing build failures/extraneous 
 dependencies in packages relying on sofia-sip.
 
] 
[Fix unresolved symbols in libsofia-sip-ua-glib
remi.denis-courmont@nokia.com**20061006130301] 
[fixed missing defines + debugs
martti.mela@nokia.com**20061009105519] 
[updated Makefile.am to contain tests for OSX
martti.mela@nokia.com**20061009105445] 
[torture_su_root_osx follows now torture_su_root code
martti.mela@nokia.com**20061009102630] 
[added test_su_osx for OSX run loop testing
martti.mela@nokia.com**20061009102332] 
[nua_notifier.c: do not send immediate NOTIFY to an established dialog. 
Pekka.Pessi@nokia.com**20061009083536] 
[test_su.c: do not "enter".
Pekka.Pessi@nokia.com**20061009070847] 
[nua_session: bugfix. Now sending answer in 200 OK too if it was already in 1XX without 100rel.
Pekka.Pessi@nokia.com**20061007182259] 
[updated and more debug
martti.mela@nokia.com**20061007230943] 
[more debugging output
martti.mela@nokia.com**20061007230736] 
[OSX run loop rewritten and works partially
martti.mela@nokia.com**20061007230621] 
[configure.ac, m4: autoupdated.
Pekka.Pessi@nokia.com**20061006153729] 
[SIP_HEADER_INIT(): removed gcc warning about comma expression.
Pekka.Pessi@nokia.com**20061006153057] 
[su_port.c: fixed registering high-priority events when epoll is not available.
Pekka.Pessi@nokia.com**20061006152904] 
[sofia-sip.spec.in: using --with glib gobject openssl
Pekka.Pessi@nokia.com**20061006152634
 
 Autodetecting decent glib gobject openssl using pkg-config. Force
 BuildRequires with --with flags.
 
 Now configure generates a spec file with version number in its name. 
 
 Including su-glib in glib package even if gobject interface cannot be built.
] 
[Makefile.am: do not rebuild manpages
Pekka.Pessi@nokia.com**20061006152242] 
[utils/Doxyfile.build.in: fixed make manpages using @INCLUDE_PATH 
Pekka.Pessi@nokia.com**20061006133412] 
[sip_aor_strip(): using url_strip_transport(), url_strip_param_string().
Pekka.Pessi@nokia.com**20061006002426] 
[nta_msg_request_complete(): create To header from request-URI, if needed.
Pekka.Pessi@nokia.com**20061006002318] 
[nua_param.c: when converting NUTAG_URL() to To header remove extra parameters.
Pekka.Pessi@nokia.com**20061006002241
 
 Added test for encoding header from URL query string (in test_simple.c)
] 
[Fixed a silly typo in nua.c.
kai.vehmanen@nokia.com**20061006084436] 
[nua.h, nua.c: added nua_magic(), too. Renamed nua_handle_fetch() as nua_handle_magic().
Pekka.Pessi@nokia.com**20061006002201] 
[sip: added sip_url_query_as_taglist().
Pekka.Pessi@nokia.com**20061005232546] 
[nta: nta_msg_request_complete() now adds header from request-URI query part to request message
Pekka.Pessi@nokia.com**20061005141055
 
 Headers as well as method parameter are stripped away from request-URI.
] 
[msg: added msg_header_parse_str()
Pekka.Pessi@nokia.com**20061005140755] 
[url: added url_query_as_header_string(), url_unescape_to().
Pekka.Pessi@nokia.com**20061005140725] 
[url: added url_strip_param_string().
Pekka.Pessi@nokia.com**20061005140634] 
[sip_header.h: added sip_headers_as_url_query()
Pekka.Pessi@nokia.com**20061005094851] 
[add nua_handle_fetch to get the magic from nh
anthmct@yahoo.com**20061004231211] 
[Added doxygen alias @VERSION_1_12_4.
Pekka.Pessi@nokia.com**20061005141111] 
[sip: fixed sip_header_as_string() prototype.
Pekka.Pessi@nokia.com**20061005140854] 
[nua: fixed registration without Contact.
Pekka.Pessi@nokia.com**20061005072624] 
[nua: added nua_handle_make_replaces(), nua_handle_by_replaces().
Pekka.Pessi@nokia.com**20061004160757] 
[test_register.c: added test for nua_i_register and nua_respond() with NUTAG_WITH().
Pekka.Pessi@nokia.com**20061004143805] 
[su_taglist.c: fixed tl_find_last(), added tests for it.
Pekka.Pessi@nokia.com**20061004142848] 
[sip_refer.c: fixed sip_referred_by_d(): accept no more syntax errors.
Pekka.Pessi@nokia.com**20061004140852] 
[sip_refer.c: sip_refer_d() now fixes URLs with headers but without <>.
Pekka.Pessi@nokia.com**20061004134247
 
 Currently you lose if you have url parameters and headers but no <>.
] 
[torture_sip.c: added more tests for refer-to.
Pekka.Pessi@nokia.com**20061004122610] 
[nua_register.c removed random() stuff.
Pekka.Pessi@nokia.com**20061004124214] 
[test_100rel: do not run test_prack_auth() without proxy.
Pekka.Pessi@nokia.com**20061004124020] 
[nua: moved active_call and hold_remote flags to nua handle structure.
Pekka.Pessi@nokia.com**20061004104437
 
 Removed outdated nua_handle_has_streaming().
] 
[nua.h: added nua_saved_event_request() and nua_current_request().
Pekka.Pessi@nokia.com**20061004101102] 
[configure.ac: bumped version number (added nutag_with and nutag_with_ref)
Pekka.Pessi@nokia.com**20061004095813] 
[Fix doxygen build rules
remi.denis-courmont@nokia.com**20061003071349] 
[nua.docs: documentin use of status with nua_i events.
Pekka.Pessi@nokia.com**20061003100152] 
[nua_tag.h: fixed nutag_with casing.
Pekka.Pessi@nokia.com**20061004074239] 
[su_source.c: #defining _XOPEN_SOURCE hurts more than helps
Pekka.Pessi@nokia.com**20061004073154] 
[Ignore gawk bug in generating from msg_parser.awk.
Kai Vehmanen <first.surname@nokia.com>*-20061003133008] 
[fix build on OpenBSD and NetBSD due to missing errno defs
mike@jerris.com**20061003143306] 
[BSD build fix, you need _XOPEN_SOURCE for ipv6 defs
mike@jerris.com**20061003142430] 
[add nua_registrar.c to dsp files
mike@jerris.com**20061003142035] 
[add config.h include
mike@jerris.com**20061003141731] 
[Ignore gawk bug in generating from msg_parser.awk.
Kai Vehmanen <first.surname@nokia.com>**20061003133008] 
[Non-static inlines in implementation files confuse VC6 with static builds.
Kai Vehmanen <first.surname@nokia.com>**20061003132640] 
[Added sip_options_static to the workspace.
Kai Vehmanen <first.surname@nokia.com>**20061003132044] 
[nua: moved documentation from nua.c/nua.docs towards the implementation.
Pekka.Pessi@nokia.com**20061003100047] 
[nua: using nua_stack_set_handle_special() to set handle flags and special event.
Pekka.Pessi@nokia.com**20061003082919] 
[nua_stack_process_register(): moved to nua_registrar.c.
Pekka.Pessi@nokia.com**20061003082902] 
[nua_stack.c: using nutag_with when responding to incoming REGISTER.
Pekka.Pessi@nokia.com**20061003073839] 
[nua: added NUTAG_WITH(), NUTAG_WITH_THIS(), NUTAG_WITH_SAVED().
Pekka.Pessi@nokia.com**20061003073402] 
[sofia-sip/nua.h: re-assigned nua_i_none.
Pekka.Pessi@nokia.com**20061003071849] 
[register fix
mike@jerris.com**20060926221239] 
[more register nua handling
mike@jerris.com**20060926184617] 
[initial register nua handling
mike@jerris.com**20060926180058] 
[sofia.am, msg/Makefile.am: fixed distclean.
Pekka.Pessi@nokia.com**20061003065742] 
[su_wait.h: using #if SU_HAVE_POLL in consistent manner
Pekka.Pessi@nokia.com**20061003065216] 
[RELEASE, configure.ac: preparing for next release.
Pekka.Pessi@nokia.com**20061002133920] 
[nua: removed unupported smime hooks
Pekka.Pessi@nokia.com**20061001144423] 
[fix gcc4 warnings under -Wall
mike@jerris.com**20060927161912] 
[su_source.c: use SU_WAIT_MAX/SU_WAIT_MIN (synch with su_port using epoll).
Pekka.Pessi@nokia.com**20060929134027] 
[su: initial support for epoll in su_root_t/su_port_t.
Pekka.Pessi@nokia.com**20060929131355] 
[TAG rel-sofia-sip-1_12_3
Pekka.Pessi@nokia.com**20061002131041] 
[RELEASE, configure.ac: release 1.12.3.
Pekka.Pessi@nokia.com**20061002130947] 
[Updated make manpages with utils/Doxyfile.build.in.
Pekka.Pessi@nokia.com**20061002130740] 
[Fixed manpages build.
Pekka.Pessi@nokia.com**20060930130052] 
[Fixed built-files and clean-built-files targets.
Pekka.Pessi@nokia.com**20060930125739
 
] 
[configure.ac, win32/Makefile.am: including win32/config.h.in in dist.
Pekka.Pessi@nokia.com**20060929134247] 
[nua_stack.c: not adding all tags twice to request message.
Pekka.Pessi@nokia.com**20060929115226] 
[strtoull(): doxyfied document.
Pekka.Pessi@nokia.com**20060929113942] 
[removed OSX specific code from su_wait.c
martti.mela@nokia.com**20060928154457] 
[restructured RunLoop functionality in su_osx_runloop.c
martti.mela@nokia.com**20060928154404] 
[removed OSX specific parts from su_wait.h
martti.mela@nokia.com**20060928154323] 
[Fixed help usage of stunc tool.
kai.vehmanen@nokia.com**20060928111317] 
[Fixed typo in su-glib/Makefile.am.
kai.vehmanen@nokia.com**20060928111301] 
[Included nua_glib_marshal.list in the dist package. Do not include the generated nua_glib_marshal.[ch] files anymore.
kai.vehmanen@nokia.com**20060928111219] 
[Added some missing files to dist.
Pekka.Pessi@nokia.com**20060928090532] 
[su_os_nw.c: API cleanup continued for *_remove_*().
martti.mela@nokia.com**20060928053928] 
[su_os_nw.[ch]: new su_root_remove_network_changed()
martti.mela@nokia.com**20060928053431
 Removed first parameter (su_root_t) as it is useless.
] 
[sac-su2.m4: --enable-corefoundation turns me on
martti.mela@nokia.com**20060927225250] 
[references to SU_USE_OSX_CF_API -> s/USE/HAVE/
martti.mela@nokia.com**20060927225152] 
[su/Makefile.am: OSX related files optionalized
martti.mela@nokia.com**20060927225028] 
[added test torture_su_root_osx.c
martti.mela@nokia.com**20060927221806] 
[su_wait.c has now OSX CoreFoundation specific waits implemented
martti.mela@nokia.com**20060927221721] 
[updated su_os_nw.c as recommended by Brian West
martti.mela@nokia.com**20060927221639] 
[su_wait.h has now OSX CoreFoundation specific event support
martti.mela@nokia.com**20060927221546] 
[added su_osx_runloop.[ch]
martti.mela@nokia.com**20060927221456] 
[su_configure.in has now define for OSX specific run looping
martti.mela@nokia.com**20060927221327] 
[updated Makefile.am to contain su_osx_runloop.[ch]
martti.mela@nokia.com**20060927221211] 
[configure.ac, RELEASE, Doxyfile.aliases: prepare for next release.
Pekka.Pessi@nokia.com**20060927131808] 
[TAG rel-sofia-sip-1_12_2-2
Pekka.Pessi@nokia.com**20060927125829] 
Patch bundle hash:
cce75b5d684380d05143e4b28e8765a3da32d9c0
