Skip to content

Commit

Permalink
release version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Aug 21, 2016
1 parent 2a86352 commit 570a032
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 16 deletions.
23 changes: 21 additions & 2 deletions Documentation/RelNotes/2.8.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------
Expand Down Expand Up @@ -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
22 changes: 11 additions & 11 deletions default.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lisp/git-commit.el
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-popup.el
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lisp/magit.el
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 570a032

Please sign in to comment.