diff --git a/ChangeLog b/ChangeLog
index 3b1c493..7b7f7f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1,169390 @@
-ChangeLog is maintained by "git log".
+commit 4dce874a7737fe527a0a611e16a764e1a86302e8
+Author: Kaushal M <kaushal@redhat.com>
+Date:   Fri Jul 8 17:40:38 2016 +0530
+
+    doc: Add release-notes for 3.7.13
+    
+    Change-Id: Ie91a6c4b9de85e7e6d073a6e2cd0027ad1387c06
+    Signed-off-by: Kaushal M <kaushal@redhat.com>
+
+commit c93839ed1b4d10e492a6e0aacb19e42c761d4bf3
+Author: Atin Mukherjee <amukherj@redhat.com>
+Date:   Sun Jul 3 15:51:20 2016 +0530
+
+    glusterd: compare uuid instead of hostname address resolution
+    
+    Backport of http://review.gluster.org/14849
+    
+    In glusterd_get_brickinfo () brick's hostname is address resolved. This adds an
+    unnecessary latency since it uses calls like getaddrinfo (). Instead given the
+    local brick's uuid is already known a comparison of MY_UUID and brickinfo->uuid
+    is much more light weight than the previous approach.
+    
+    On a scale testing where cluster hosting ~400 volumes spanning across 4 nodes,
+    if a node goes for a reboot, few of the bricks don't come up. After few days of
+    analysis its found that glusterd_pmap_sigin () was taking signficant amount of
+    latency and further code walthrough revealed this unnecessary address
+    resolution. Applying this fix solves the issue and now all the brick processes
+    come up on a node reboot.
+    
+    Change-Id: I299b8660ce0da6f3f739354f5c637bc356d82133
+    BUG: 1352833
+    Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
+    Reviewed-on: http://review.gluster.org/14849
+    Smoke: Gluster Build System <jenkins@build.gluster.org>
+    NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
+    CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
+    Reviewed-by: Prashanth Pai <ppai@redhat.com>
+    Reviewed-by: Samikshan Bairagya <samikshan@gmail.com>
+    Reviewed-by: Kaushal M <kaushal@redhat.com>
+    Reviewed-on: http://review.gluster.org/14861
+
+commit bddf6f8e6909ea1a3a9f240ca3a7515aea4e35b4
+Author: Raghavendra Talur <rtalur@redhat.com>
+Date:   Mon Jul 4 18:36:26 2016 +0530

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