diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2017-03-08 10:45:20 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2017-03-08 10:45:20 +0100 |
| commit | d5b747473ab0bf0f0034fca2f57f6497d476b67e (patch) | |
| tree | 665f341ef66f96901f953e6af006cea363feb9a0 | |
| parent | 34be4275f80e5372ec0a115760c081ca773274cd (diff) | |
Release version 2.10.32.10.3
| -rw-r--r-- | Documentation/RelNotes/2.10.3.txt | 14 | ||||
| -rw-r--r-- | default.mk | 10 | ||||
| -rw-r--r-- | lisp/git-commit.el | 2 | ||||
| -rw-r--r-- | lisp/magit-popup.el | 2 | ||||
| -rw-r--r-- | lisp/magit.el | 2 |
5 files changed, 20 insertions, 10 deletions
diff --git a/Documentation/RelNotes/2.10.3.txt b/Documentation/RelNotes/2.10.3.txt index 4231cfd..1a77c40 100644 --- a/Documentation/RelNotes/2.10.3.txt +++ b/Documentation/RelNotes/2.10.3.txt @@ -1,5 +1,5 @@ -Magit v2.10.3 Release Notes (unreleased) -======================================== +Magit v2.10.3 Release Notes +=========================== Changes since v2.10.2 --------------------- @@ -29,3 +29,13 @@ Fixes since v2.10.2 and it was configured not to ask in that case. 4f565039 This release also contains typo fixes and documentation improvements. + +Authors +------- + + 10 Jonas Bernoulli + 2 Kyle Meyer + 1 Basil L. Contovounesios + 1 Damien Cassou + 1 Duianto Vebotci + 1 Noam Postavsky @@ -97,14 +97,14 @@ MAGIT_VERSION = 2.10 ASYNC_VERSION = 1.9 DASH_VERSION = 2.13.0 WITH_EDITOR_VERSION = 2.5.10 -GIT_COMMIT_VERSION = 2.10.1 -MAGIT_POPUP_VERSION = 2.10.1 +GIT_COMMIT_VERSION = 2.10.2 +MAGIT_POPUP_VERSION = 2.10.2 -ASYNC_MELPA_SNAPSHOT = 20161103.1036 +ASYNC_MELPA_SNAPSHOT = 20170219.942 DASH_MELPA_SNAPSHOT = 20170207.2056 WITH_EDITOR_MELPA_SNAPSHOT = 20170111.609 -GIT_COMMIT_MELPA_SNAPSHOT = 20170128.745 -MAGIT_POPUP_MELPA_SNAPSHOT = 20170209.1031 +GIT_COMMIT_MELPA_SNAPSHOT = 20170214.347 +MAGIT_POPUP_MELPA_SNAPSHOT = 20170214.347 EMACS_VERSION = 24.4 diff --git a/lisp/git-commit.el b/lisp/git-commit.el index 48d37f1..52a986f 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 "20170207.2056") (with-editor "20170111.609")) +;; Package-Requires: ((emacs "24.4") (dash "2.13.0") (with-editor "2.5.10")) ;; Keywords: git tools vc ;; Homepage: https://github.com/magit/magit diff --git a/lisp/magit-popup.el b/lisp/magit-popup.el index 7bfbedc..c53d0e7 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 "20161103.1036") (dash "20170207.2056")) +;; Package-Requires: ((emacs "24.4") (async "1.9") (dash "2.13.0")) ;; Keywords: bindings ;; Homepage: https://github.com/magit/magit diff --git a/lisp/magit.el b/lisp/magit.el index 000b42d..9af2f24 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 "20161103.1036") (dash "20170207.2056") (with-editor "20170111.609") (git-commit "20170128.745") (magit-popup "20170209.1031")) +;; Package-Requires: ((emacs "24.4") (async "1.9") (dash "2.13.0") (with-editor "2.5.10") (git-commit "2.10.2") (magit-popup "2.10.2")) ;; Keywords: git tools vc ;; Homepage: https://github.com/magit/magit |
