aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2017-01-04 18:21:51 +0100
committerJonas Bernoulli <jonas@bernoul.li>2017-01-04 18:21:51 +0100
commit9cc74bfc9804918d1b296424bc0fb0aca6d65a59 (patch)
treefa6aaf473f75017ab223a36639e6124fa2bd8325
parentb6f901a9abb997ccec5aac554154e310dc3558c9 (diff)
Release version 2.10.02.10.0
-rw-r--r--Documentation/RelNotes/2.10.0.txt20
-rw-r--r--Documentation/magit-popup.org2
-rw-r--r--Documentation/magit-popup.texi2
-rw-r--r--Documentation/magit.org2
-rw-r--r--Documentation/magit.texi2
-rw-r--r--default.mk20
-rw-r--r--lisp/git-commit.el2
-rw-r--r--lisp/magit-popup.el2
-rw-r--r--lisp/magit.el2
9 files changed, 34 insertions, 20 deletions
diff --git a/Documentation/RelNotes/2.10.0.txt b/Documentation/RelNotes/2.10.0.txt
index 23b4ce7..6b6e5ac 100644
--- a/Documentation/RelNotes/2.10.0.txt
+++ b/Documentation/RelNotes/2.10.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.10.0 Release Notes (unreleased)
-========================================
+Magit v2.10.0 Release Notes
+===========================
+
+Released 4 January 2017 by Jonas Bernoulli.
+
+We are pleased to announce the release of Magit version 2.10.0,
+representing 85 commits by six people over one month.
+
+Also see https://emacsair.me/2017/01/04/magit-2.10.
Changes since v2.9.0
--------------------
@@ -31,7 +38,7 @@ Changes since v2.9.0
before. 422d776e, 33c5c1ca
* Many Custom groups and options now link to the relevant Info nodes
- and to other relevant options. 810d7fb4
+ and to other relevant groups. 810d7fb4
* Many doc-strings were improved, added, and fixed. 47aae617
@@ -85,3 +92,10 @@ This release also contains documentation updates and typo fixes.
Authors
-------
+
+ 68 Jonas Bernoulli
+ 13 Kyle Meyer
+ 1 Aleksey Uimanov
+ 1 Alexander Gramiak
+ 1 Noam Postavsky
+ 1 Wouter Bolsterlee
diff --git a/Documentation/magit-popup.org b/Documentation/magit-popup.org
index 938dd17..68bc67c 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.9
+#+SUBTITLE: for version 2.10
#+TEXINFO_DEFFN: t
#+TEXINFO_CLASS: info+
diff --git a/Documentation/magit-popup.texi b/Documentation/magit-popup.texi
index ecae6ac..bd3e424 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.9
+@subtitle for version 2.10
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
diff --git a/Documentation/magit.org b/Documentation/magit.org
index e8852a7..a9d553b 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.9
+#+SUBTITLE: for version 2.10
#+TEXINFO_DEFFN: t
#+TEXINFO_CLASS: info+
diff --git a/Documentation/magit.texi b/Documentation/magit.texi
index 77fbee5..348a7b7 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.9
+@subtitle for version 2.10
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
diff --git a/default.mk b/default.mk
index 48aa5a1..c03928c 100644
--- a/default.mk
+++ b/default.mk
@@ -93,18 +93,18 @@ VERSION := $(shell \
(load-file \"magit-version.el\")\
(princ magit-version))")
-MAGIT_VERSION = 2.9
+MAGIT_VERSION = 2.10
ASYNC_VERSION = 1.9
DASH_VERSION = 2.13.0
-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 = 20161201.925
-GIT_COMMIT_MELPA_SNAPSHOT = 20161123.2204
-MAGIT_POPUP_MELPA_SNAPSHOT = 20161201.1352
+WITH_EDITOR_VERSION = 2.5.9
+GIT_COMMIT_VERSION = 2.9.0
+MAGIT_POPUP_VERSION = 2.9.0
+
+ASYNC_MELPA_SNAPSHOT = 20161103.1036
+DASH_MELPA_SNAPSHOT = 20161121.55
+WITH_EDITOR_MELPA_SNAPSHOT = 20161231.826
+GIT_COMMIT_MELPA_SNAPSHOT = 20161227.125
+MAGIT_POPUP_MELPA_SNAPSHOT = 20170104.557
EMACS_VERSION = 24.4
diff --git a/lisp/git-commit.el b/lisp/git-commit.el
index 23f177e..9de5323 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 "20161201.925"))
+;; Package-Requires: ((emacs "24.4") (dash "2.13.0") (with-editor "2.5.9"))
;; Keywords: git tools vc
;; Homepage: https://github.com/magit/magit
diff --git a/lisp/magit-popup.el b/lisp/magit-popup.el
index b4a8c86..fd1e6cc 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 b1ce09d..ea00286 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 "20161201.925") (git-commit "20161123.2204") (magit-popup "20161201.1352"))
+;; Package-Requires: ((emacs "24.4") (async "1.9") (dash "2.13.0") (with-editor "2.5.9") (git-commit "2.9.0") (magit-popup "2.9.0"))
;; Keywords: git tools vc
;; Homepage: https://github.com/magit/magit