aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2015-08-24 19:09:00 +0200
committerJonas Bernoulli <jonas@bernoul.li>2015-08-24 19:09:00 +0200
commit758b0ce74f70c89a1fc482e8d526ce45451c37ac (patch)
tree55d7954c19bcf600bc8d51a8e9befcd937b876a3 /Documentation
parent7c1372819af06be0a42a3f5e5c16b0ef8cc4c0da (diff)
release version 2.2.12.2.1
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.2.1.txt45
1 files changed, 45 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.2.1.txt b/Documentation/RelNotes/2.2.1.txt
new file mode 100644
index 0000000..d9df2d7
--- /dev/null
+++ b/Documentation/RelNotes/2.2.1.txt
@@ -0,0 +1,45 @@
+Magit v2.2.1 Release Notes
+==========================
+
+Released 24 August 2015 by Jonas Bernoulli.
+
+This is a bugfix release.
+
+* The version strings in the manual were not set to "2.2" when v2.2.0
+ was released.
+
+* Some menu bindings were not adjusted when commands were renamed.
+
+* The "next" tag was never shown in the "Tag(s)" header of the status
+ buffer.
+
+* Blaming did not abort gracefully when the user killed the buffer.
+
+* Blaming failed on indirect buffers.
+
+* Blaming did not detect when a file was untracked.
+
+* Blaming passed the wrong line range when the file's buffer was
+ narrowed.
+
+* `magit-shell-command-topdir' used `magit-git-command' instead of
+ `magit-shell-command'.
+
+* `magit-copy-as-kill' added "nil" to the `kill-ring' when there was
+ nothing useful to put there.
+
+* `magit-find-file-hook', `magit-find-index-hook',
+ `magit-refresh-popup-buffer-hook' were used without being defined
+ using `defvar'.
+
+* `magit-format-ref-labels' failed to work around a Git bug, resulting
+ in refnames not being colorized when `--simplify-by-decoration' is
+ used.
+
+This release also contains various documentation fixes.
+
+Authors
+-------
+
+ 15 Jonas Bernoulli
+ 11 Kyle Meyer