diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2016-08-21 22:36:00 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2016-08-21 22:36:00 +0200 |
| commit | 570a0320bdd7437fc35a36d78a1c28e1ee19ce88 (patch) | |
| tree | 5cfbcc65a09ae4c3f0674ac6e6c53602d4baa519 | |
| parent | 2a8635299cc7765832a5a01be2be217de13a89e6 (diff) | |
release version 2.8.02.8.0
| -rw-r--r-- | Documentation/RelNotes/2.8.0.txt | 23 | ||||
| -rw-r--r-- | default.mk | 22 | ||||
| -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, 35 insertions, 16 deletions
diff --git a/Documentation/RelNotes/2.8.0.txt b/Documentation/RelNotes/2.8.0.txt index 58b864c..8213b58 100644 --- a/Documentation/RelNotes/2.8.0.txt +++ b/Documentation/RelNotes/2.8.0.txt @@ -11,8 +11,15 @@ Magit and Git itself deserve to be called porcelains. For more information about Magit, see http://magit.vc. -Magit v2.8.0 Release Notes (draft) -================================== +Magit v2.8.0 Release Notes +========================== + +Released 21 August 2016 by Jonas Bernoulli. + +We are pleased to announce the release of Magit version 2.8.0, +representing 124 commits by 11 people over 3 months. + +Also see http://emacsair.me/2016/08/21/magit-2.8. Changes since v2.7.0 -------------------- @@ -120,3 +127,15 @@ clean-ups, bug fixes, and other small to medium improvements. Authors ------- + + 59 Jonas Bernoulli + 33 Noam Postavsky + 23 Kyle Meyer + 2 Mario Rodas + 1 Andriy Kmit' + 1 Basil L. Contovounesios + 1 Chris Shoemaker + 1 Ivan Brennan + 1 Laverne Schrock + 1 Samuel W. Flint + 1 Wilfred Hughes @@ -55,18 +55,18 @@ ELGS = magit-autoloads.el magit-version.el EMACS_VERSION = 24.4 -MAGIT_VERSION = 2.7 -ASYNC_VERSION = 1.5 -DASH_VERSION = 2.12.1 +MAGIT_VERSION = 2.8 +ASYNC_VERSION = 1.9 +DASH_VERSION = 2.13.0 WITH_EDITOR_VERSION = 2.5.1 -GIT_COMMIT_VERSION = 2.6.2 -MAGIT_POPUP_VERSION = 2.6.2 - -ASYNC_MELPA_SNAPSHOT = 20150909.2257 -DASH_MELPA_SNAPSHOT = 20151021.113 -WITH_EDITOR_MELPA_SNAPSHOT = 20160408.201 -GIT_COMMIT_MELPA_SNAPSHOT = 20160425.430 -MAGIT_POPUP_MELPA_SNAPSHOT = 20160512.328 +GIT_COMMIT_VERSION = 2.7.0 +MAGIT_POPUP_VERSION = 2.7.0 + +ASYNC_MELPA_SNAPSHOT = 20160711.223 +DASH_MELPA_SNAPSHOT = 20160820.501 +WITH_EDITOR_MELPA_SNAPSHOT = 20160812.1457 +GIT_COMMIT_MELPA_SNAPSHOT = 20160519.950 +MAGIT_POPUP_MELPA_SNAPSHOT = 20160813.642 EMACSBIN ?= emacs diff --git a/lisp/git-commit.el b/lisp/git-commit.el index d3dd3df..38e4e94 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 "20160408.201")) +;; Package-Requires: ((emacs "24.4") (dash "2.13.0") (with-editor "2.5.1")) ;; Keywords: git tools vc ;; Homepage: https://github.com/magit/magit diff --git a/lisp/magit-popup.el b/lisp/magit-popup.el index a237e3c..287d46b 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.9") (dash "2.13.0")) ;; Keywords: bindings ;; Homepage: https://github.com/magit/magit diff --git a/lisp/magit.el b/lisp/magit.el index fa5faf9..748545f 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 "20160408.201") (git-commit "20160425.430") (magit-popup "20160512.328")) +;; Package-Requires: ((emacs "24.4") (async "1.9") (dash "2.13.0") (with-editor "2.5.1") (git-commit "2.7.0") (magit-popup "2.7.0")) ;; Keywords: git tools vc ;; Homepage: https://github.com/magit/magit |
