Skip to content

Commit

Permalink
Release version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Dec 7, 2016
1 parent d213331 commit acb8efe
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 15 deletions.
13 changes: 10 additions & 3 deletions Documentation/RelNotes/2.9.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@ For more information about Magit, see https://magit.vc.
If Magit helps you be more productive, then please consider donating
at https://magit.vc/donate/.

Magit v2.9.0 Release Notes (draft)
==================================
Magit v2.9.0 Release Notes
==========================

Released 7 December 2016 by Jonas Bernoulli.

We are pleased to announce the release of Magit version 2.9.0,
representing 250 commits by 18 people over 15 weeks.

Also see http://emacsair.me/2016/12/07/magit-2.9.

Breaking changes since v2.8.0
-----------------------------
Expand Down Expand Up @@ -426,7 +433,7 @@ code clean-ups, and other small bug fixes and improvements.
Authors
-------

191 Jonas Bernoulli
196 Jonas Bernoulli
21 Kyle Meyer
12 Noam Postavsky
4 Alexander Gramiak
Expand Down
2 changes: 1 addition & 1 deletion Documentation/magit-popup.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#+TEXINFO_DIR_CATEGORY: Emacs
#+TEXINFO_DIR_TITLE: Magit-Popup: (magit-popup).
#+TEXINFO_DIR_DESC: Infix arguments with feedback
#+SUBTITLE: for version 2.8
#+SUBTITLE: for version 2.9

#+TEXINFO_DEFFN: t
#+TEXINFO_CLASS: info+
Expand Down
2 changes: 1 addition & 1 deletion Documentation/magit-popup.texi
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ General Public License for more details.
@finalout
@titlepage
@title Magit-Popup User Manual
@subtitle for version 2.8
@subtitle for version 2.9
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
Expand Down
2 changes: 1 addition & 1 deletion Documentation/magit.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#+TEXINFO_DIR_CATEGORY: Emacs
#+TEXINFO_DIR_TITLE: Magit: (magit).
#+TEXINFO_DIR_DESC: Using Git from Emacs with Magit.
#+SUBTITLE: for version 2.8
#+SUBTITLE: for version 2.9

#+TEXINFO_DEFFN: t
#+TEXINFO_CLASS: info+
Expand Down
2 changes: 1 addition & 1 deletion Documentation/magit.texi
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ General Public License for more details.
@finalout
@titlepage
@title Magit User Manual
@subtitle for version 2.8
@subtitle for version 2.9
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
Expand Down
10 changes: 5 additions & 5 deletions default.mk
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,18 @@ VERSION := $(shell \
(load-file \"magit-version.el\")\
(princ magit-version))")

MAGIT_VERSION = 2.8
MAGIT_VERSION = 2.9
ASYNC_VERSION = 1.9
DASH_VERSION = 2.13.0
WITH_EDITOR_VERSION = 2.5.6
WITH_EDITOR_VERSION = 2.5.8
GIT_COMMIT_VERSION = 2.8.0
MAGIT_POPUP_VERSION = 2.8.0

ASYNC_MELPA_SNAPSHOT = 20160711.223
DASH_MELPA_SNAPSHOT = 20160820.501
WITH_EDITOR_MELPA_SNAPSHOT = 20160929.734
GIT_COMMIT_MELPA_SNAPSHOT = 20160929.801
MAGIT_POPUP_MELPA_SNAPSHOT = 20160821.1338
WITH_EDITOR_MELPA_SNAPSHOT = 20161201.925
GIT_COMMIT_MELPA_SNAPSHOT = 20161123.2204
MAGIT_POPUP_MELPA_SNAPSHOT = 20161201.1352

EMACS_VERSION = 24.4

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 <[email protected]>
;; Maintainer: Jonas Bernoulli <[email protected]>

;; Package-Requires: ((emacs "24.4") (dash "20160820.501") (with-editor "20160929.734"))
;; Package-Requires: ((emacs "24.4") (dash "2.13.0") (with-editor "2.5.8"))
;; 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 <[email protected]>
;; Maintainer: Jonas Bernoulli <[email protected]>

;; Package-Requires: ((emacs "24.4") (async "20160711.223") (dash "20160820.501"))
;; 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 <[email protected]>
;; Yann Hodique <[email protected]>

;; Package-Requires: ((emacs "24.4") (async "20160711.223") (dash "20160820.501") (with-editor "20160929.734") (git-commit "20160929.801") (magit-popup "20160821.1338"))
;; Package-Requires: ((emacs "24.4") (async "1.9") (dash "2.13.0") (with-editor "2.5.8") (git-commit "2.8.0") (magit-popup "2.8.0"))
;; Keywords: git tools vc
;; Homepage: https://github.com/magit/magit

Expand Down

0 comments on commit acb8efe

Please sign in to comment.