diff --git a/harbour/ChangeLog b/harbour/ChangeLog index dc614c2a01..133bbd6d5d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,12 @@ The license applies to all entries newer than 2009-04-28. */ +2011-06-18 12:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * package/winuni/RELNOTES + * some updates + * package/winuni/mpkg_win_uni.bat + ! minor fix for current rc version + 2011-06-17 18:29 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideactions.prg * contrib/hbide/idedocks.prg @@ -25,15 +31,15 @@ * contrib/hbide/idemain.prg * contrib/hbide/idesaveload.prg * Changed: the way "Stats" window was implemented in the parallel - with edit instances. Now it is an independent "Qt_Sheet" window + with edit instances. Now it is an independent "Qt_Sheet" window which can be activated with "Welcome" main toolbar icon. - This has cleaned the editing environment. + This has cleaned the editing environment. - Removed: non-mdi protocol for editing areas. It is now only one. - This has simplified the code considerably and has also cleaned + This has simplified the code considerably and has also cleaned the ambiguity. - ! Fixed: first-timer visual glitch which was presenting the two + ! Fixed: first-timer visual glitch which was presenting the two MDI windows side-by-side, "Stats" and "Main". 2011-06-17 12:18 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) @@ -41,13 +47,13 @@ * contrib/hbide/ideedit.prg * contrib/hbide/ideeditor.prg * contrib/hbide/idesaveload.prg - + Implemented: integration with Microsoft Visual SourceSafe for - version control. Current implementation only offers, Checkin, + + Implemented: integration with Microsoft Visual SourceSafe for + version control. Current implementation only offers, Checkin, Checkout, Undocheckout, Get Latest Version. Diff is not funtional - as it should be. - ; It is assumed that VSS is already installed on your system + as it should be. + ; It is assumed that VSS is already installed on your system and Project(s) and files are already setup for your sources. - The interface to carry-out these operations is right-click on + The interface to carry-out these operations is right-click on editing instance and choosing an action via "Source Control - VSS" sub-menu. Your input will be highly valuable. diff --git a/harbour/package/winuni/RELNOTES b/harbour/package/winuni/RELNOTES index 5808913a95..bb1923bfee 100644 --- a/harbour/package/winuni/RELNOTES +++ b/harbour/package/winuni/RELNOTES @@ -1,6 +1,6 @@ Hi All, -Harbour 2.1.0 (r?????) source archives and Windows binary +Harbour 3.0.0 (r?????) source archives and Windows binary releases are available for download on sourceforge.net: http://sourceforge.net/projects/harbour-project/files/ @@ -17,26 +17,20 @@ x86, x64, WinCE/ARM, MS-DOS, OS/2, Linux target platforms. Installed size: 214MB (54MB - 339MB) -The default installation will install MinGW compiler + x86 static and -shared libs, MSVC and BCC x86 libs and examples. +The default installation will install MinGW compiler + x86 static +and shared libs, MSVC and BCC x86 libs and examples. Options: x86 shared tools, x64 shared tools, MinGW x64 and -WinCE-ARM libs, MSVC x64 libs, Open Watcom x86 libs, -shared x64/WinCE-ARM libs, MS-DOS (watcom) libs, OS/2 (watcom) -libs, Linux (watcom) libs. +WinCE-ARM libs, MSVC x64 libs, shared x64/WinCE-ARM libs. Usage: -1) install/unpack to any directory (C:\hb21) +1) install/unpack to any directory (C:\hb30) 2) go to bin dir (optional if you specify path for hbmk2) 3) For x86 executable, type: 'hbmk2 ../tests/hello.prg' 4) For x64 executable, type: 'hbmk2 ../tests/hello.prg -compiler=mingw64' [needs mingw64 to be installed in 'comp/mingw64' dir beforehand] 5) For WinCE/ARM executable, type: 'hbmk2 ../tests/hello.prg -platform=wce' [needs cegcc to be installed in 'comp/mingwarm' dir beforehand] -6) For MS-DOS executable, type: 'hbmk2 ../tests/hello.prg -platform=dos' - [needs OpenWatcom to be installed in 'comp/watcom' dir beforehand] -7) For Linux executable, type: 'hbmk2 ../tests/hello.prg -platform=linux' - [needs OpenWatcom to be installed in 'comp/watcom' dir beforehand] Tool/lib versions used to create this package: ----------------------------------------------------------------------- @@ -48,7 +42,6 @@ Tool/lib versions used to create this package: MinGW w64 GNU C 4.5.3-20110207 (prerelease) MinGW CEGCC 4.4.0 MSVC 2010 (version bundled with MS Windows SDK 7.1) - Open Watcom C 1.9 Borland C/C++ 5.5.1 External lib dependencies @@ -72,17 +65,7 @@ Tool/lib versions used to create this package: Changes since previous (2.0.0) release: ----------------------------------------------------------------------- -- HBQT libs built against static QT libs are not part anymore - of default Harbour binary package. Such libs can only be useful - for users who obtained commercial license for QT, which means - for majority of users, it isn't. It can easily be built from - source though. -- Built against Firebird 2.5.0rc1. -- Downgraded to stable mingw64 version. It fixes .dll handling. -- Upgraded to mingw 4.5.0 official release. -- Upgraded to QT 4.6.2 (from 4.5.3). -- Upgraded to MSVC 2010 (from 2008). -- upx updated to 3.05. +... Changes since previous (2.0.0beta3 20090905) release: ----------------------------------------------------------------------- diff --git a/harbour/package/winuni/mpkg_win_uni.bat b/harbour/package/winuni/mpkg_win_uni.bat index 0134f70d19..4719684d6d 100644 --- a/harbour/package/winuni/mpkg_win_uni.bat +++ b/harbour/package/winuni/mpkg_win_uni.bat @@ -5,7 +5,7 @@ @echo off rem --------------------------------------------------------------- -rem Copyright 2009-2010 Viktor Szakats (harbour.01 syenar.hu) +rem Copyright 2009-2011 Viktor Szakats (harbour.01 syenar.hu) rem See COPYING for licensing terms. rem --------------------------------------------------------------- @@ -19,7 +19,7 @@ echo ! Self: %0 if "%HB_VS%" == "" set HB_VS=21 if "%HB_VL%" == "" set HB_VL=210 if "%HB_VM%" == "" set HB_VM=2.1 -if "%HB_VF%" == "" set HB_VF=2.1.0 +if "%HB_VF%" == "" set HB_VF=2.1.0rc2 if "%HB_RT%" == "" set HB_RT=C:\hb\ set HB_DR=hb%HB_VS%\