From dc0b92e3a9024df8012b1d508954def367c29d07 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 20 Jul 2011 09:11:41 +0000 Subject: [PATCH] 2011-07-20 11:11 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * NEWS + copied known issues from recent Harbour thread + added text redirecting users to ChangeLog for new featues, changes and possible incompatibilities. [TOMERGE 3.0] --- harbour/ChangeLog | 7 +++++++ harbour/NEWS | 14 ++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f86226a021..38ef2b4f7e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,13 @@ The license applies to all entries newer than 2009-04-28. */ +2011-07-20 11:11 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * NEWS + + copied known issues from recent Harbour thread + + added text redirecting users to ChangeLog for new + featues, changes and possible incompatibilities. + [TOMERGE 3.0] + 2011-07-18 12:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + added link to new announcement list diff --git a/harbour/NEWS b/harbour/NEWS index 18c82cda92..9110b076e4 100644 --- a/harbour/NEWS +++ b/harbour/NEWS @@ -19,10 +19,24 @@ Note [TODO] + Please refer to the ChangeLog in the meantime, particularly + to entries marked with the keyword "INCOMPATIBILITY". + Known build issues ============================= - None +Known open issues +============================= +- HB_TCHAR_* macro usage in Harbour sources +- ACHOICE() minor Clipper compatibility bugs +- MENUSYS minor Clipper incompatibility +- Target specific C code generated for some numeric + operations in -gc3 mode (preventing cross-compilation) +- HBQT class creation not MT safe for multiple reasons (f.e. strtok) +- HBQT valgrind test shows double free at exit +- GTWVW bugs (scrolling bug still there) + Version 2.0.0 (2009-12-22)