From e2b98ed2d8bb0d664f4579d7de08e077213aeff3 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Wed, 13 Jun 2007 22:20:13 +0000 Subject: [PATCH] 2007-06-14 00:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/doc/whatsnew.txt * harbour/harbour.spec * harbour/include/hbver.h * small information about new release * updated version number to 1.1.1 * tagged as build48 --- harbour/ChangeLog | 8 ++++++++ harbour/doc/whatsnew.txt | 26 ++++++++++++++++++++++++++ harbour/harbour.spec | 2 +- harbour/include/hbver.h | 2 +- 4 files changed, 36 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2f82204c0b..5e8060d488 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,14 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-06-14 00:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/doc/whatsnew.txt + * harbour/harbour.spec + * harbour/include/hbver.h + * small information about new release + * updated version number to 1.1.1 + * tagged as build48 + 2007-06-14 00:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/tclass.prg * initialize date members to ctod("") diff --git a/harbour/doc/whatsnew.txt b/harbour/doc/whatsnew.txt index c6e64e6f1e..b6337a24a2 100644 --- a/harbour/doc/whatsnew.txt +++ b/harbour/doc/whatsnew.txt @@ -2,6 +2,32 @@ * $Id$ */ +---------------------------------------------------------------------- +Version 1.1.1 Devel Build (2007-06-14) tag: build48 + +- added support for writable string enumerators (s:="abc";for each c in @s;...) +- cleaned the syntax and strange unsupported but accepted by [macro]compiler + constructions +- added BEGIN SEQUENCE [WITH ] / RECOVER [USING ] / + ALWAYS / END +- new debugger code with low level C interface borrowed from xHarbour +- added hash tables +- speed improvement +- added regular expressions +- added internet sockets +- added checksum functions +- added support for execution .prg scripts in hbrun +- added HB_COMPAT_XHB macro which allows to enable many xHarbour extensions +- added to default PP tables defines from hbsetup.ch +- added #ytranslate, #ycommand, #yuntranslate, #yuncommand +- fixes in BROWSE, GET and some other .prg classes +- fixed UFT8/UNICODE translations for control characters in GTSLN and GTXWC +- cleaned many memory leaks in Compiler +- added separated compiler library which can be linked with VM and RTL + libraries +- cleaned some possible bad side effects in cross references +- many other fixes, improvements and extensions - see ChangeLog for details + ---------------------------------------------------------------------- Version 0.47 Alpha Build 47 (2007-01-09) tag: build47 diff --git a/harbour/harbour.spec b/harbour/harbour.spec index 7e66895e13..6f948de6ba 100644 --- a/harbour/harbour.spec +++ b/harbour/harbour.spec @@ -64,7 +64,7 @@ %define name harbour %define dname Harbour -%define version 1.1.0 +%define version 1.1.1 %define releasen 0 %define hb_pref hb %define hb_arch export HB_ARCHITECTURE=linux diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index 9ae388a1c7..bd29609625 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -57,7 +57,7 @@ #define HB_VER_MAJOR 1 /* Major version number */ #define HB_VER_MINOR 1 /* Minor version number */ -#define HB_VER_REVISION 0 /* Revision number */ +#define HB_VER_REVISION 1 /* Revision number */ #define HB_VER_STATUS "devel" /* Build status */ /* NOTE: The next two fields are automatically updated by the hbverfix program */