diff --git a/ChangeLog b/ChangeLog
index ca3a23ef6cf6cf0760dc8d4b4b666737ea11c9ae..cc68f6c2b913ad4959cb76b29d8315621e64f8bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
-svn - ?
+1.3 - 2007-08-05
 	- Added 'r'-key to refresh the current directory
+	- Removed option to calculate apparent size: both
+	  the disk usage and the apparent size are calculated.
+	- Added 'a'-key to switch between showing apparent
+	  size and disk usage.
+	- Added 'i'-key to display information about the
+	  selected item.
+	- Small performance improvements
+	- configure checks for ncurses.h (bug #1764304)
 
 1.2 - 2007-07-24
 	- Fixed some bugs on cygwin
diff --git a/NEWS b/NEWS
index ca3a23ef6cf6cf0760dc8d4b4b666737ea11c9ae..cc68f6c2b913ad4959cb76b29d8315621e64f8bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
-svn - ?
+1.3 - 2007-08-05
 	- Added 'r'-key to refresh the current directory
+	- Removed option to calculate apparent size: both
+	  the disk usage and the apparent size are calculated.
+	- Added 'a'-key to switch between showing apparent
+	  size and disk usage.
+	- Added 'i'-key to display information about the
+	  selected item.
+	- Small performance improvements
+	- configure checks for ncurses.h (bug #1764304)
 
 1.2 - 2007-07-24
 	- Fixed some bugs on cygwin
diff --git a/README b/README
index 72e0239d168acf0db6974b93e35413cd60370fef..363b7cc1ab026be02cc37b9743c538966957af90 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ INSTALL
 
   The usual:
 
-    ./configure
+    ./configure --prefix=/usr
     make
     make install