diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2016-12-07 01:57:02 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2016-12-07 01:57:02 +0100 |
| commit | acb8efe770b55ae23f24cf8d2dc4e62bc37c1b88 (patch) | |
| tree | ec5718b8c2879ee2e02208829bdc1cf8695e7fd1 | |
| parent | d213331c518dceb289c73e7649986407cf6002bb (diff) | |
Release version 2.9.02.9.0
| -rw-r--r-- | Documentation/RelNotes/2.9.0.txt | 13 | ||||
| -rw-r--r-- | Documentation/magit-popup.org | 2 | ||||
| -rw-r--r-- | Documentation/magit-popup.texi | 2 | ||||
| -rw-r--r-- | Documentation/magit.org | 2 | ||||
| -rw-r--r-- | Documentation/magit.texi | 2 | ||||
| -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 |
9 files changed, 22 insertions, 15 deletions
diff --git a/Documentation/RelNotes/2.9.0.txt b/Documentation/RelNotes/2.9.0.txt index 8a21a0f..c2222dd 100644 --- a/Documentation/RelNotes/2.9.0.txt +++ b/Documentation/RelNotes/2.9.0.txt @@ -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 ----------------------------- @@ -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 diff --git a/Documentation/magit-popup.org b/Documentation/magit-popup.org index b9dc9af..79cd271 100644 --- a/Documentation/magit-popup.org +++ b/Documentation/magit-popup.org @@ -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+ diff --git a/Documentation/magit-popup.texi b/Documentation/magit-popup.texi index 058e4a7..37787ff 100644 --- a/Documentation/magit-popup.texi +++ b/Documentation/magit-popup.texi @@ -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 diff --git a/Documentation/magit.org b/Documentation/magit.org index 8c76f2e..81d7433 100644 --- a/Documentation/magit.org +++ b/Documentation/magit.org @@ -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+ diff --git a/Documentation/magit.texi b/Documentation/magit.texi index 7c69ee1..9a96f1f 100644 --- a/Documentation/magit.texi +++ b/Documentation/magit.texi @@ -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 @@ -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 diff --git a/lisp/git-commit.el b/lisp/git-commit.el index 38ae987..6e5a87c 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 "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 diff --git a/lisp/magit-popup.el b/lisp/magit-popup.el index 72a746b..68c58a0 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 "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 diff --git a/lisp/magit.el b/lisp/magit.el index dc4ed0e..6abc346 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 "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 |
