diff --git a/ChangeLog b/ChangeLog
index 3b1c493..1a2ed17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1,80396 @@
-ChangeLog is maintained by "git log".
+commit 56769c4db9e25f10c35b7f9b6ccf24dc27b35f07
+Author: Anand Avati <avati@redhat.com>
+Date:   Sun Sep 15 15:00:06 2013 -0700
+
+    posix-acl: fixup extended ACL entries properly
+    
+    Typically when updating cached ACL from backend, we get both iatt and
+    ACL xattrs (like lookup, readdirplus etc.) However in calls like
+    setattr(), the mode would have updated but we receive only iatt and not
+    the ACL xattrs. In such case we need to "spread" the effects of the
+    changed mode properly into the cached ACL xattr ourselves.
+    
+    Change-Id: I23a7bc9c14722ff6848e175ed4bbe863a21ce2c9
+    BUG: 998967
+    Signed-off-by: Anand Avati <avati@redhat.com>
+    Reviewed-on: http://review.gluster.org/6002
+    Tested-by: Gluster Build System <jenkins@build.gluster.com>
+
+commit 22e982e31bc232f3d9597a41f49e715428e010ce
+Author: Santosh Kumar Pradhan <spradhan@redhat.com>
+Date:   Wed Sep 25 11:24:28 2013 +0530
+
+    gNFS: avoid double fd unref in opendir
+    
+    Noticed that the fd_unref was called on the fd regardless of the return
+    value at nfs3svc_opendir_readdir_cbk(), hence removing an extra unref in
+    the negative case in nfs_inode_opendir_cbk, which fixes the spurious
+    fd_unref().
+    
+    Back port of: http://review.gluster.org/4943 (Rajesh Amaravathi)
+    
+    Change-Id: Ibddf487c7890407d01befedd65eefb10cb9c989f
+    BUG: 1011761
+    Signed-off-by: Santosh Kumar Pradhan <spradhan@redhat.com>
+    Reviewed-on: http://review.gluster.org/5996
+    Reviewed-by: Rajesh Joseph <rjoseph@redhat.com>
+    Tested-by: Gluster Build System <jenkins@build.gluster.com>
+
+commit 04163fc4ba5c66099c0d0c764c146f2f15f40cda
+Author: shishir gowda <sgowda@redhat.com>
+Date:   Fri Sep 20 11:10:09 2013 +0530
+
+    cluster/dht: Treat migration failures due to space constraints as skipped
+    

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