diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5285d854f7..be670ada98 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,14 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-06-21 21:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * doc/whatsnew.txt + + Some updates. + [TOMERGE 1.0.0RC1] + + * contrib/Makefile + ! Fix to prev. + 2008-06-21 10:42 UTC+0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbwhat32/commctrl.ch * contrib/hbwhat32/commdlg.ch @@ -15,6 +23,7 @@ * contrib/hbwhat32/wininet.ch ! Pulled from MinGW distribution. ; TODO: Refinement for UNICODE version which I realized a little later. + [TOMERGE 1.0.0RC1] 2008-06-21 19:17 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/pp/hbpp.c diff --git a/harbour/contrib/Makefile b/harbour/contrib/Makefile index 51d31414b6..ccad19ed9d 100644 --- a/harbour/contrib/Makefile +++ b/harbour/contrib/Makefile @@ -31,7 +31,7 @@ DIRS=\ xhb \ # contribs with external dependencies -DIRS += +DIRS +=\ hbapollo \ hbcurl \ hbfbird \ diff --git a/harbour/doc/whatsnew.txt b/harbour/doc/whatsnew.txt index 278bdf6a47..07076f6893 100644 --- a/harbour/doc/whatsnew.txt +++ b/harbour/doc/whatsnew.txt @@ -2,7 +2,6 @@ * $Id$ */ - Version 1.0.0 RC1 (2008-06-04) tag: RC1 General @@ -190,6 +189,8 @@ RTL - converted HIDDEN methods and members in RTL objects to PROTECTED for easier class extension in user code - added many undocumented Clipper's C and .prg functions. +- added hbzlib and Harbour level compression functions. +- PCRE library updated to version 7.7. MACRO COMPILER -------------- @@ -279,9 +280,9 @@ Contrib - added HBFBIRD - Firebird db access interface. - added hbcompat.ch file which hides many differences between Harbour and xHarbour compilers using PP directives. -- added hbzlib library - it's wrapper to ZLIB and MINIZIP library which - allows for compress and decompress streams, character variables, .gz - and .zip files +- added hbmzip library - it's wrapper to MINIZIP library which + allows for compress and decompress streams, character variables, + .gz and .zip files - fixes and extensions in ADORDD - added automatic ACE version detection during building ADSRDD - added many new Ads*() functions wrappers and cleaned code for