diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 315b9715fa..1651d1ad66 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,14 @@ The license applies to all entries newer than 2009-04-28. */ +2012-02-28 16:04 UTC+0100 Viktor Szakats (harbour syenar.net) + * contrib/hbtip/client.prg + ! typo + + * examples/ps32/ps32.hbc + * examples/rddado/rddado.hbc + + removed relative paths from .hbc references in examples area + 2012-02-28 15:46 UTC+0100 Viktor Szakats (harbour syenar.net) * examples/ps32/ps32.hbc * \ -> / diff --git a/harbour/contrib/hbtip/client.prg b/harbour/contrib/hbtip/client.prg index 84e9e95516..e9988e1625 100644 --- a/harbour/contrib/hbtip/client.prg +++ b/harbour/contrib/hbtip/client.prg @@ -187,7 +187,7 @@ METHOD New( oUrl, xTrace, oCredentials ) CLASS tIPClient LOCAL aProtoAccepted := { "ftp", "http", "pop", "smtp" } #if defined( HB_HAS_OPENSSL ) - LOCAL aProtoAcceptedSSL := { "ftps", "https", "pop3s", "pop3", "smtps" } + LOCAL aProtoAcceptedSSL := { "ftps", "https", "pop3s", "pops", "smtps" } #else LOCAL aProtoAcceptedSSL := {} #endif diff --git a/harbour/examples/ps32/ps32.hbc b/harbour/examples/ps32/ps32.hbc index 8c6e1992c3..c0a23e0081 100644 --- a/harbour/examples/ps32/ps32.hbc +++ b/harbour/examples/ps32/ps32.hbc @@ -7,4 +7,4 @@ libpaths=lib/${hb_plat}/${hb_comp} libs=${hb_name} -libs=../contrib/hbxpp/hbxpp.hbc +libs=hbxpp.hbc diff --git a/harbour/examples/rddado/rddado.hbc b/harbour/examples/rddado/rddado.hbc index a76bd1801d..53200d5f25 100644 --- a/harbour/examples/rddado/rddado.hbc +++ b/harbour/examples/rddado/rddado.hbc @@ -8,4 +8,4 @@ incpaths=. libpaths=lib/${hb_plat}/${hb_comp} libs=${hb_name} -libs=../../contrib/hbwin/hbwin.hbc +libs=hbwin.hbc