diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 04658ffbc3..d854ed2cc1 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,13 @@ The license applies to all entries newer than 2009-04-28. */ +2012-10-08 00:47 UTC+0200 Viktor Szakats (vszakats syenar.net) + * INSTALL + + added git next to svn + + * website/snapshot.html + * avoid the word 'subversion' + 2012-10-08 00:39 UTC+0200 Viktor Szakats (harbour syenar.net) * ChangeLog ! fixed some recent chglog entry headers diff --git a/harbour/INSTALL b/harbour/INSTALL index 060c35e032..303af80ae8 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -432,7 +432,7 @@ HARBOUR You'll need these base packages to build/package/test/use Harbour: - $ sudo apt-get install bash subversion gcc binutils fakeroot debhelper valgrind upx uncrustify + $ sudo apt-get install bash subversion git gcc binutils fakeroot debhelper valgrind upx uncrustify You'll need these packages to compile certain contribs and optional Harbour features: @@ -471,7 +471,7 @@ HARBOUR You'll need these base packages to build/package/test/use Harbour: - bash subversion gcc make glibc-devel rpm valgrind upx uncrustify + bash subversion git gcc make glibc-devel rpm valgrind upx uncrustify You'll need these packages to compile certain contribs and optional Harbour features: @@ -508,7 +508,7 @@ HARBOUR OpenSolaris ----------- - - $ pkg install SUNWsvn SUNWgcc SUNWgmake + - $ pkg install SUNWsvn SUNWgit SUNWgcc SUNWgmake FreeBSD ------- @@ -1702,6 +1702,8 @@ HARBOUR Subversion (Version Control System) [multiplatform, free, open-source] http://subversion.tigris.org/ + Git (Version Control System) [multiplatform, free, open-source] + http://git-scm.com/ GNU Bison (grammer paser generator) [multiplatform, free, open-source] Windows binary: http://gnuwin32.sourceforge.net/packages/bison.htm @@ -1760,6 +1762,8 @@ HARBOUR http://tools.ietf.org/html/rfc1855 Subversion book [free] http://svnbook.red-bean.com/ + Git book [free] + http://git-scm.com/book 14. HOW TO PARTICIPATE diff --git a/harbour/website/snapshot.html b/harbour/website/snapshot.html index 5c2975b7be..4cbdf606d4 100644 --- a/harbour/website/snapshot.html +++ b/harbour/website/snapshot.html @@ -49,7 +49,7 @@
If you do encounter a bug, please test the latest snapshot build to see if it has already been fixed by a developer.

- To see what developers have added, you can view the ChangeLog directly from the Subversion repository. + To see what developers have added, you can view the ChangeLog directly from the source repository.