diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 538cb06b6a..a967731d21 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,14 @@ The license applies to all entries newer than 2009-04-28. */ +2011-01-30 18:09 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/rddads/rddads.h + + Detects 10.10. + BTW 10.10 has finally useful additions. + + * package/winuni/RELNOTES + * ACE update to 10.10 + 2011-01-30 16:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbhpdf/harupdf.c ! Fixed to build in dynamic mode (HB_BUILD_CONTRIB_DYN=yes). diff --git a/harbour/contrib/rddads/rddads.h b/harbour/contrib/rddads/rddads.h index 17e1b69bd8..d9c0e05529 100644 --- a/harbour/contrib/rddads/rddads.h +++ b/harbour/contrib/rddads/rddads.h @@ -72,8 +72,10 @@ #include "ace.h" /* Autodetect ACE version. */ -#if defined( ADS_DEFAULT_SQL_TIMEOUT ) - #define _ADS_LIB_VERSION 1000 /* or upper */ +#if defined( ADS_GET_UTF8 ) + #define _ADS_LIB_VERSION 1010 /* or upper */ +#elif defined( ADS_DEFAULT_SQL_TIMEOUT ) + #define _ADS_LIB_VERSION 1000 #elif defined( DANISH_ADS_CS_AS_1252 ) #define _ADS_LIB_VERSION 910 #elif defined( ADS_NOTIFICATION_CONNECTION ) diff --git a/harbour/package/winuni/RELNOTES b/harbour/package/winuni/RELNOTES index d81ee2c198..36720c0826 100644 --- a/harbour/package/winuni/RELNOTES +++ b/harbour/package/winuni/RELNOTES @@ -54,7 +54,7 @@ Tool/lib versions used to create this package: External lib dependencies ------------------------- - ACE 10.00 + ACE 10.10 Allegro 4.2.2 Blat 2.6.2 Cairo 1.8.8