diff --git a/harbour/ChangeLog b/harbour/ChangeLog
index 4a1693dd12..2b89758b22 100644
--- a/harbour/ChangeLog
+++ b/harbour/ChangeLog
@@ -16,6 +16,41 @@
The license applies to all entries newer than 2009-04-28.
*/
+2012-10-04 04:21 UTC+0200 Viktor Szakats (harbour syenar.net)
+ * extras/httpsrv/home/index.html
+ * updated reference to long deleted batch file to hbmk2 cmdline
+
+ * tests/db_brows.prg
+ * deleted inactive/broken parts
+ + enable ADS APIs automatically
+ ! use inkey.ch constants
+ ! fixed keyboard handling for unicode
+ * enabled editing (warning: do not commit modified test.dbf)
+ ! fixed function names of Harbour extended functions (commented)
+
+ * tests/newrdd.prg
+ ! fixed failure due to wrongly selected RDD
+ * formatting
+
+ * tests/inherit.prg
+ * tests/stripem.prg
+ * various cleanups (do not add EOF char, unicode
+ compatibility, use platform-specific EOL)
+
+ * tests/inkeytst.prg
+ ! fixed another unicode incompatibility for __HARBOUR__
+
+ * tests/readhrb.prg
+ % use HB_NUMTOHEX() instead of local implementation
+ * formatting
+
+ * tests/inifiles.prg
+ ! untested fixes for platform independent EOL handling
+
+ * tests/test.prg
+ * tests/version.prg
+ * minor
+
2012-10-04 02:18 UTC+0200 Viktor Szakats (harbour syenar.net)
- tests/fsplit.prg
- deleted very old and platform specific file splitter
diff --git a/harbour/extras/httpsrv/home/index.html b/harbour/extras/httpsrv/home/index.html
index 51ad591381..cdb01ba912 100644
--- a/harbour/extras/httpsrv/home/index.html
+++ b/harbour/extras/httpsrv/home/index.html
@@ -35,9 +35,9 @@ Examples:
-(*) Before run these examples, please build files in /uhttpd/modules folder using bldhrb.bat
+(*) Before run these examples, please build files in /uhttpd/modules folder using 'hbmk2 modules.hbp'
-(**) This example requires LIBGD
+(**) This example requires libgd package