diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2015-09-03 20:59:14 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2015-09-03 20:59:14 +0200 |
| commit | bacd79048f62c278b73de76b3093f4a61bc4203e (patch) | |
| tree | 28011d5b4eab9d602e32e8119cb2bf1e44d0ed2d | |
| parent | 2ee60d3a217e64e9b59d45834baaffc5341e1299 (diff) | |
release version 2.2.22.2.2
| -rw-r--r-- | Documentation/RelNotes/2.2.2.txt | 9 | ||||
| -rw-r--r-- | lisp/git-commit.el | 2 | ||||
| -rw-r--r-- | lisp/magit-popup.el | 2 | ||||
| -rw-r--r-- | lisp/magit.el | 2 | ||||
| -rw-r--r-- | lisp/with-editor.el | 2 |
5 files changed, 12 insertions, 5 deletions
diff --git a/Documentation/RelNotes/2.2.2.txt b/Documentation/RelNotes/2.2.2.txt index c25f42d..1d5ec52 100644 --- a/Documentation/RelNotes/2.2.2.txt +++ b/Documentation/RelNotes/2.2.2.txt @@ -1,7 +1,7 @@ Magit v2.2.2 Release Notes ========================== -UNRELEASED. +Released 3 September 2015 by Jonas Bernoulli. This is a bugfix release. @@ -36,3 +36,10 @@ This is a bugfix release. This release also contains various documentation fixes and code clean-ups. + +Authors +------- + + 29 Jonas Bernoulli + 5 Kyle Meyer + 1 Barak A. Pearlmutter diff --git a/lisp/git-commit.el b/lisp/git-commit.el index 221eb03..ea273d7 100644 --- a/lisp/git-commit.el +++ b/lisp/git-commit.el @@ -11,7 +11,7 @@ ;; Marius Vollmer <marius.vollmer@gmail.com> ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li> -;; Package-Requires: ((emacs "24.4") (dash "2.11.0") (with-editor "20150824")) +;; Package-Requires: ((emacs "24.4") (dash "2.11.0") (with-editor "2.2.2")) ;; Keywords: git tools vc ;; Homepage: https://github.com/magit/magit diff --git a/lisp/magit-popup.el b/lisp/magit-popup.el index b99957d..90b18d1 100644 --- a/lisp/magit-popup.el +++ b/lisp/magit-popup.el @@ -12,7 +12,7 @@ ;; Author: Jonas Bernoulli <jonas@bernoul.li> ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li> -;; Package-Requires: ((emacs "24.4") (async "20150812") (dash "2.11.0")) +;; Package-Requires: ((emacs "24.4") (async "1.4") (dash "2.11.0")) ;; Keywords: bindings ;; Homepage: https://github.com/magit/magit diff --git a/lisp/magit.el b/lisp/magit.el index dfdc407..703ef2c 100644 --- a/lisp/magit.el +++ b/lisp/magit.el @@ -14,7 +14,7 @@ ;; Rémi Vanicat <vanicat@debian.org> ;; Yann Hodique <yann.hodique@gmail.com> -;; Package-Requires: ((emacs "24.4") (async "20150812") (dash "2.11.0") (with-editor "20150824") (git-commit "20150824") (magit-popup "20150824")) +;; Package-Requires: ((emacs "24.4") (async "1.4") (dash "2.11.0") (with-editor "2.2.2") (git-commit "2.2.2") (magit-popup "2.2.2")) ;; Keywords: git tools vc ;; Homepage: https://github.com/magit/magit diff --git a/lisp/with-editor.el b/lisp/with-editor.el index 8cef7ab..8ba9fbb 100644 --- a/lisp/with-editor.el +++ b/lisp/with-editor.el @@ -8,7 +8,7 @@ ;; Author: Jonas Bernoulli <jonas@bernoul.li> ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li> -;; Package-Requires: ((emacs "24.4") (async "20150812") (dash "2.11.0")) +;; Package-Requires: ((emacs "24.4") (async "1.4") (dash "2.11.0")) ;; Keywords: tools ;; Homepage: https://github.com/magit/magit |
