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
This commit is contained in:
Viktor Szakats
2011-01-30 17:09:38 +00:00
parent dfa7d8a708
commit 9d9fd18dfa
3 changed files with 13 additions and 3 deletions

View File

@@ -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).

View File

@@ -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 )

View File

@@ -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