diff --git a/pub/CHANGELOG b/pub/CHANGELOG
index 0bf81774485e336735f3ce6580d228ead4d8893c..d6dd11f20116f02cda224f75bc9abcb5b1ad7d6c 100644
--- a/pub/CHANGELOG
+++ b/pub/CHANGELOG
@@ -1,4 +1,7 @@
-- debug file_in (xcoord was reread as ycoord)
+Release 100424:
+
+- improve "df"
+- correct file_in (xcoord was reread as ycoord)
 - get rid of dmake, automake compiles frida.pod
 - make install now installs man page and aux files (/usr/local/share/frida)
 - executable renamed frida2 -> frida
diff --git a/pub/INSTALL b/pub/INSTALL
new file mode 100644
index 0000000000000000000000000000000000000000..7f030c9da1427f8a41de27bd9d4a7d6bb743d24f
--- /dev/null
+++ b/pub/INSTALL
@@ -0,0 +1,5 @@
+Installation:
+
+see frida doc wiki,
+
+http://iffwww.iff.kfa-juelich.de/~wuttke/doku/doku.php?id=frida:installation
\ No newline at end of file
diff --git a/pub/RECONF b/pub/RECONF
deleted file mode 100755
index ae6d65411e7e46a17978bf8389ed1e517a1d7124..0000000000000000000000000000000000000000
--- a/pub/RECONF
+++ /dev/null
@@ -1,5 +0,0 @@
-# make maintainer-clean
-libtoolize -c -f
-autoreconf -i -f
-./configure
-make