diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2018-04-01 12:11:58 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2018-04-01 12:11:58 +0200 |
| commit | 44508d71fb400910adb5d0594b56d3c34aa3a5de (patch) | |
| tree | 318998f2be660cf937ec04678d1cccce940526f6 /Documentation | |
| parent | fc683218291c9e1e5013eb844b2e0b440eeaadc2 (diff) | |
Release version 2.12.12.12.1
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/RelNotes/2.12.1.txt | 16 | ||||
| -rw-r--r-- | Documentation/RelNotes/2.13.0.txt | 8 | ||||
| -rw-r--r-- | Documentation/magit.org | 4 | ||||
| -rw-r--r-- | Documentation/magit.texi | 4 |
4 files changed, 20 insertions, 12 deletions
diff --git a/Documentation/RelNotes/2.12.1.txt b/Documentation/RelNotes/2.12.1.txt new file mode 100644 index 0000000..a7e0971 --- /dev/null +++ b/Documentation/RelNotes/2.12.1.txt @@ -0,0 +1,16 @@ +Magit v2.12.1 Release Notes +=========================== + +Fixes since v2.12.0 +------------------- + +* Magit 2.12.0 depended on a non-existent Magit-Popup version. + +* Key bindings in `magit-remote-popup' conflicted. + +Authors +------- + + 8 Jonas Bernoulli + 1 Dean Kariniemi + 1 Phil Sainty diff --git a/Documentation/RelNotes/2.13.0.txt b/Documentation/RelNotes/2.13.0.txt deleted file mode 100644 index 00427fa..0000000 --- a/Documentation/RelNotes/2.13.0.txt +++ /dev/null @@ -1,8 +0,0 @@ -Magit v2.13.0 Release Notes (unreleased) -======================================== - -Changes since v2.12.0 ---------------------- - -Fixes since v2.12.0 -------------------- diff --git a/Documentation/magit.org b/Documentation/magit.org index b02c511..1853f63 100644 --- a/Documentation/magit.org +++ b/Documentation/magit.org @@ -7,7 +7,7 @@ #+TEXINFO_DIR_CATEGORY: Emacs #+TEXINFO_DIR_TITLE: Magit: (magit). #+TEXINFO_DIR_DESC: Using Git from Emacs with Magit. -#+SUBTITLE: for version 2.12.0 +#+SUBTITLE: for version 2.12.1 #+BIND: ox-texinfo+-before-export-hook ox-texinfo+-update-version-strings #+TEXINFO_DEFFN: t @@ -22,7 +22,7 @@ directly from within Emacs. While many fine Git clients exist, only Magit and Git itself deserve to be called porcelains. #+TEXINFO: @noindent -This manual is for Magit version 2.12.0. +This manual is for Magit version 2.12.1. #+BEGIN_QUOTE Copyright (C) 2015-2018 Jonas Bernoulli <jonas@bernoul.li> diff --git a/Documentation/magit.texi b/Documentation/magit.texi index 9e8a74d..3e756d0 100644 --- a/Documentation/magit.texi +++ b/Documentation/magit.texi @@ -30,7 +30,7 @@ General Public License for more details. @finalout @titlepage @title Magit User Manual -@subtitle for version 2.12.0 +@subtitle for version 2.12.1 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -52,7 +52,7 @@ directly from within Emacs. While many fine Git clients exist, only Magit and Git itself deserve to be called porcelains. @noindent -This manual is for Magit version 2.12.0. +This manual is for Magit version 2.12.1. @quotation Copyright (C) 2015-2018 Jonas Bernoulli <jonas@@bernoul.li> |
