diff options
| -rw-r--r-- | Documentation/RelNotes/2.2.1.txt | 45 |
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 |
