Thanks for taking the task of release manager this time around, Chris! I see that Chris wrote a draft changelog for v2.5. Here are some more ways to look at the differences between v2.4 and master:
The number of files and lines changed: $ git diff --shortstat origin/v2.4_branch 575 files changed, 38547 insertions(+), 40213 deletions(-) [the number of deletions reflect the removal of the old mesa_5i20 hal driver and associated fpga firmware source] The number of distinct commits: $ git rev-list origin/v2.4_branch.. | wc -l 722 The number of authors: $ git log --pretty=format:%aN origin/v2.4_branch.. | sort -u | wc -l 30 [this number is a slight overcount, for instance it counts "andy pugh" and "Andy Pugh" as two distinct authors] I'm particularly excited by the last number and I believe that emc 2.5 will represent the collaboration of the greatest number of contributors yet. Thank you to everyone for your continuing work! Jeff ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
