diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2015-11-11 13:16:04 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2015-11-11 13:16:04 +0100 |
| commit | 16a7a12c44d63e78e9b223fca7c1c23a144d3ef1 (patch) | |
| tree | d54cd3e66df1b6c0f92a980a0cce42b0f9e942bd /Documentation/RelNotes | |
| parent | 5e2a53a99c8135e9f9c6b0d7deaa5f2e4df5e154 (diff) | |
release version 2.3.12.3.1
Diffstat (limited to 'Documentation/RelNotes')
| -rw-r--r-- | Documentation/RelNotes/2.3.1.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.3.1.txt b/Documentation/RelNotes/2.3.1.txt new file mode 100644 index 0000000..b1d1291 --- /dev/null +++ b/Documentation/RelNotes/2.3.1.txt @@ -0,0 +1,31 @@ +Magit v2.3.1 Release Notes +========================== + +Released 11 November 2015 by Jonas Bernoulli. + +This is a bugfix release. + +* `magit-stash-drop' now shows a message with the hash of the dropped + stash to make it easier to recover from dropping the wrong stash. + +* `magit-revert-buffers' now avoids needlessly connecting to unrelated + hosts. It first checks whether a given file is on the same host as + the repository, and only if that is so it checks whether the file is + located inside the repository, using `file-in-directory-p', which, + for Tramp files, requires connecting to the remote host. + +* `magit-commit-message-buffer' no longer hangs when a symlink to the + repository is involved. + +This release also contains various documentation fixes and code +clean-ups. + +Authors +------- + + 10 Jonas Bernoulli + 3 Noam Postavsky + 2 Kyle Meyer + 1 Carl Lieberman + 1 David L. Rager + 1 Syohei Yoshida |
