diff --git a/ChangeLog b/ChangeLog
index 3b1c493..f6d5a93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1,98242 @@
-ChangeLog is maintained by "git log".
+commit be560c6f41ab50f023606f0f8a3de189ee94f583
+Author: Niels de Vos <ndevos@redhat.com>
+Date:   Fri Oct 31 11:40:31 2014 +0100
+
+    doc: add release notes for GlusterFS 3.5.3
+    
+    Change-Id: Ic5a8be45f0397e492f56142856cf9bf9d35f91b5
+    BUG: 1125231
+    Signed-off-by: Niels de Vos <ndevos@redhat.com>
+    Reviewed-on: http://review.gluster.org/8903
+    Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
+
+commit a970fc0cd7ec4ddb806273b0d7279c52587452a4
+Author: Lalatendu Mohanty <lmohanty@redhat.com>
+Date:   Thu Oct 30 01:11:02 2014 +0530
+
+    logrotate: gluster logrotate config should not be global
+    
+    Issue : Previously glusterfs logrotate config file pollutes
+    global config. So moved the directives inside the curly braces,
+     so they don't pollute the global config state.
+    
+    Change-Id: I8836893dfcdf457d9c5d766612d687bfce64e2ae
+    BUG: 1126801
+    "Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>"
+    "Reviewed-on: http://review.gluster.org/8994"
+    "Reviewed-by: Niels de Vos <ndevos@redhat.com>"
+    "Tested-by: Gluster Build System <jenkins@build.gluster.com>"
+    (cherry picked from commit a5d73daabf6df95bc73b186d92f3e2d1239a6f8a)
+    Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
+    Reviewed-on: http://review.gluster.org/9001
+    Tested-by: Gluster Build System <jenkins@build.gluster.com>
+    Reviewed-by: Niels de Vos <ndevos@redhat.com>
+
+commit d8c40d37a5850bf1021288c91d75a66c494c9c98
+Author: Lalatendu Mohanty <lmohanty@redhat.com>
+Date:   Tue Oct 28 17:27:25 2014 +0530
+
+    Posix: Brick failure detection fix for ext4 filesystem
+    
+    Issue: stat() on XFS has a check for the filesystem status but
+    ext4 does not.
+    
+    Fix: Replacing stat() call with open, write and read  to a new file under the

More commit messages for this ChangeLog can be found at
https://forge.gluster.org/glusterfs-core/glusterfs/commits/v3.5.3
