Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
CVSROOT: /cvs Module name: cvsnt Changes by: abarrett at nodomain.org Thu Jul 10 09:47:44 2008 On host: debiancvs.march-hare.local Directory: cvsnt M cvsnt.vcproj CVSNT_2_0_x 1.78.2.85 -> 1.78.2.86 Bug Id: Directory: cvsnt/control-panel M cvscontrol.vcproj CVSNT_2_0_x 1.1.2.9 -> 1.1.2.10 Bug Id: Directory: cvsnt/cvsapi/db/db2 M db2_database.vcproj CVSNT_2_0_x 1.2.2.5 -> 1.2.2.6 Bug Id: Directory: cvsnt/cvsapi/db/mssql M mssql_database.vcproj CVSNT_2_0_x 1.2.2.6 -> 1.2.2.7 Bug Id: Directory: cvsnt/cvsapi/db/mysql M mysql_database.vcproj CVSNT_2_0_x 1.2.2.5 -> 1.2.2.6 Bug Id: Directory: cvsnt/cvsapi/db/odbc M odbc_database.vcproj CVSNT_2_0_x 1.2.2.5 -> 1.2.2.6 Bug Id: Directory: cvsnt/cvsapi/db/oracle M oracle_database.vcproj CVSNT_2_0_x 1.2.2.5 -> 1.2.2.6 Bug Id: Directory: cvsnt/cvsapi/db/postgres M postgres_database.vcproj CVSNT_2_0_x 1.2.2.6 -> 1.2.2.7 Bug Id: Directory: cvsnt/cvsapi/db/sqlite M sqlite_database.vcproj CVSNT_2_0_x 1.2.2.5 -> 1.2.2.6 Bug Id: Directory: cvsnt/cvsapi/mdns/apple M mdns_apple.vcproj CVSNT_2_0_x 1.2.2.3 -> 1.2.2.4 Bug Id: Directory: cvsnt/cvsapi/mdns/mini M mdns_mini.vcproj CVSNT_2_0_x 1.2.2.5 -> 1.2.2.6 Bug Id: Directory: cvsnt/cvsntcpl M cvsntcpl.vcproj CVSNT_2_0_x 1.8.2.32 -> 1.8.2.33 Bug Id: Directory: cvsnt/cvsservice M cvsservice.vcproj CVSNT_2_0_x 1.6.2.27 -> 1.6.2.28 Bug Id: Directory: cvsnt/diff M libdiff.vcproj CVSNT_2_0_x 1.6.2.15 -> 1.6.2.16 Bug Id: Directory: cvsnt/extnt M extnt.vcproj CVSNT_2_0_x 1.1.2.17 -> 1.1.2.18 Bug Id: Directory: cvsnt/libxml/include/libxml M xmlversion.h CVSNT_2_0_x 1.1.2.2 -> 1.1.2.3 Bug Id: Directory: cvsnt/libxml/win32 M libxml2.vcproj CVSNT_2_0_x 1.1.2.2 -> 1.1.2.3 Bug Id: Directory: cvsnt/lockservice M lockservice.vcproj CVSNT_2_0_x 1.5.2.27 -> 1.5.2.28 Bug Id: Directory: cvsnt/protocols M enum_protocol.vcproj CVSNT_2_0_x 1.1.2.10 -> 1.1.2.11 Bug Id: M ext_protocol.vcproj CVSNT_2_0_x 1.4.2.19 -> 1.4.2.20 Bug Id: M fork_protocol.vcproj CVSNT_2_0_x 1.4.2.20 -> 1.4.2.21 Bug Id: M gserver_protocol_ad.vcproj CVSNT_2_0_x 1.2.2.19 -> 1.2.2.20 Bug Id: M pserver_protocol.vcproj CVSNT_2_0_x 1.4.2.20 -> 1.4.2.21 Bug Id: M server_protocol.vcproj CVSNT_2_0_x 1.2.2.20 -> 1.2.2.21 Bug Id: M sserver_protocol.vcproj CVSNT_2_0_x 1.1.2.21 -> 1.1.2.22 Bug Id: M ssh_protocol.vcproj CVSNT_2_0_x 1.2.2.19 -> 1.2.2.20 Bug Id: M sspi_protocol.vcproj CVSNT_2_0_x 1.4.2.25 -> 1.4.2.26 Bug Id: M sync.vcproj CVSNT_2_0_x 1.2.2.4 -> 1.2.2.5 Bug Id: Directory: cvsnt/triggers M audit_trigger.vcproj CVSNT_2_0_x 1.1.2.12 -> 1.1.2.13 Bug Id: M checkout_trigger.vcproj CVSNT_2_0_x 1.1.2.8 -> 1.1.2.9 Bug Id: M email_trigger.vcproj CVSNT_2_0_x 1.1.2.12 -> 1.1.2.13 Bug Id: M info_triggers.vcproj CVSNT_2_0_x 1.1.2.16 -> 1.1.2.17 Bug Id: M script_trigger.vcproj CVSNT_2_0_x 1.1.2.10 -> 1.1.2.11 Bug Id: Directory: cvsnt/xdiff M ext_xdiff.vcproj CVSNT_2_0_x 1.1.2.10 -> 1.1.2.11 Bug Id: M xml_xdiff.vcproj CVSNT_2_0_x 1.1.2.10 -> 1.1.2.11 Bug Id: Log message: Try and find out why xmlFree() fails to link on HPUX. Statically link the same source for win32 as we use for mac / redhat es v4 / hpux etc. The problem with linking on HPUX appears to be the same as with linking statically on windows - mixing threaded and non-threaded libraries. So I've disabled the thread support in the xmlversion.h file (which will work for windows, but I think hpux/linux will re-generate it - which may not be so good..., but I'll try this first...).