aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2016-01-19 23:08:00 +0100
committerJonas Bernoulli <jonas@bernoul.li>2016-01-19 23:08:00 +0100
commitefc0742c2348b7f7e9904df20fe5c920f95d600c (patch)
tree84fd81edbdcfaa5026af516971d809a72d95b7e1
parentccb3ef429bc3c0c3657bb7c7bd22c42491acbf57 (diff)
release version 2.4.12.4.1
-rw-r--r--Documentation/RelNotes/2.4.1.txt8
-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, 10 insertions, 6 deletions
diff --git a/Documentation/RelNotes/2.4.1.txt b/Documentation/RelNotes/2.4.1.txt
index f05e23e..94a4135 100644
--- a/Documentation/RelNotes/2.4.1.txt
+++ b/Documentation/RelNotes/2.4.1.txt
@@ -1,5 +1,5 @@
-Magit v2.4.1 Release Notes (draft)
-==================================
+Magit v2.4.1 Release Notes
+==========================
Updates since v2.4.0
--------------------
@@ -25,3 +25,7 @@ This release also contains typofixes.
Authors
-------
+
+ 9 Jonas Bernoulli
+ 4 Kyle Meyer
+ 1 Noam Postavsky
diff --git a/lisp/git-commit.el b/lisp/git-commit.el
index d5d2c24..b7ed9d8 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 "20151021.113") (with-editor "20160117.1513"))
+;; Package-Requires: ((emacs "24.4") (dash "2.12.1") (with-editor "2.4.1"))
;; Keywords: git tools vc
;; Homepage: https://github.com/magit/magit
diff --git a/lisp/magit-popup.el b/lisp/magit-popup.el
index 78c5353..f99d294 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 "20150909.2257") (dash "20151021.113"))
+;; Package-Requires: ((emacs "24.4") (async "1.5") (dash "2.12.1"))
;; Keywords: bindings
;; Homepage: https://github.com/magit/magit
diff --git a/lisp/magit.el b/lisp/magit.el
index 5eba15e..57c2cb2 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -16,7 +16,7 @@
;; Rémi Vanicat <vanicat@debian.org>
;; Yann Hodique <yann.hodique@gmail.com>
-;; Package-Requires: ((emacs "24.4") (async "20150909.2257") (dash "20151021.113") (with-editor "20160117.1513") (git-commit "20160117.1513") (magit-popup "20160117.1513"))
+;; Package-Requires: ((emacs "24.4") (async "1.5") (dash "2.12.1") (with-editor "2.4.1") (git-commit "2.4.1") (magit-popup "2.4.1"))
;; Keywords: git tools vc
;; Homepage: https://github.com/magit/magit
diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index 7268e5f..3207014 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 "20150909.2257") (dash "20151021.113"))
+;; Package-Requires: ((emacs "24.4") (async "1.5") (dash "2.12.1"))
;; Keywords: tools
;; Homepage: https://github.com/magit/magit