aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.7.0.txt41
1 files changed, 35 insertions, 6 deletions
diff --git a/Documentation/RelNotes/2.7.0.txt b/Documentation/RelNotes/2.7.0.txt
index 7e633b2..683e4e7 100644
--- a/Documentation/RelNotes/2.7.0.txt
+++ b/Documentation/RelNotes/2.7.0.txt
@@ -1,7 +1,27 @@
-Magit v2.7.0 Release Notes (draft)
-==================================
+It's Magit! A Git Porcelain inside Emacs
+=========================================
-Changes since v2.6.2
+Magit is an interface to the version control system Git, implemented
+as an Emacs package. Magit aspires to be a complete Git porcelain.
+While we cannot (yet) claim that Magit wraps and improves upon each
+and every Git command, it is complete enough to allow even experienced
+Git users to perform almost all of their daily version control tasks
+directly from within Emacs. While many fine Git clients exist, only
+Magit and Git itself deserve to be called porcelains.
+
+For more information about Magit, see http://magit.vc.
+
+Magit v2.7.0 Release Notes
+==========================
+
+Released 19 May 2016 by Jonas Bernoulli.
+
+We are pleased to announce the release of Magit version 2.7.0,
+representing 116 commits by 7 people over 7 weeks.
+
+Also see http://emacsair.me/2016/05/19/magit-2.7.
+
+Changes since v2.6.0
--------------------
* Added new popup `magit-subtree-popup' and bound "O" to it.
@@ -52,14 +72,23 @@ Changes since v2.6.2
hunks are applied and that conflicting hunks are put into reject
files.
-* The command `magit-rebase--continue' learned to reuse the old commit
+* The command `magit-rebase-continue' learned to reuse the old commit
message as-is when called with a prefix argument.
* In the refs buffer symbolic refs, such as "remotes/origin/HEAD", are
no longer omitted from the lists of local and remote branches.
-Fixes since v2.6.2
-------------------
+This release also contains the fixes described in the v2.6.1 and
+v2.6.2 release notes, as well as various other documentation fixes,
+code clean-ups, bug fixes, and other small to medium improvements.
Authors
-------
+
+ 95 Jonas Bernoulli
+ 10 Kyle Meyer
+ 7 Noam Postavsky
+ 1 Bart Bakker
+ 1 Fritz Grabo
+ 1 Ingo Lohmar
+ 1 John Mastro