aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/RelNotes/2.2.2.txt9
-rw-r--r--lisp/git-commit.el2
-rw-r--r--lisp/magit-popup.el2
-rw-r--r--lisp/magit.el2
-rw-r--r--lisp/with-editor.el2
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