emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 01/01: Release 2.0.3.


From: Mario Lang
Subject: [elpa] 01/01: Release 2.0.3.
Date: Sun, 22 Jun 2014 23:40:17 +0000

mlang pushed a commit to branch externals/chess
in repository elpa.

commit 7074fb64c66fb84be9a1c8ee3abeb956da355fd9
Author: Mario Lang <address@hidden>
Date:   Mon Jun 23 01:40:04 2014 +0200

    Release 2.0.3.
---
 NEWS     |    8 ++++++++
 chess.el |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 2054058..bc12c23 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,14 @@ This is the NEWS file for Emacs Chess, a chess client and 
analysis library
 written in Emacs Lisp.
 
 
+* Release 2.0.3:
+
+This is a bugfix release which fixes a recursive dependency between
+`chess-display' and `chess-pgn' which was accidentally missed in 2.0.2.
+
+Also included is further proof-reading of the Info manual.
+
+
 * Release 2.0.2:
 
 ** Major updates to the Info manual.
diff --git a/chess.el b/chess.el
index 00f06ac..6ed5cd1 100644
--- a/chess.el
+++ b/chess.el
@@ -4,7 +4,7 @@
 
 ;; Author: John Wiegley <address@hidden>
 ;; Maintainer: Mario Lang <address@hidden>
-;; Version: 2.0.2
+;; Version: 2.0.3
 ;; Package-Requires: ((cl-lib "0.5"))
 ;; Keywords: games
 ;; Compatibility: Emacs24
@@ -89,7 +89,7 @@
   :group 'games
   :link '(custom-manual "(chess)Top"))
 
-(defconst chess-version "2.0.2"
+(defconst chess-version "2.0.3"
   "The version of the Emacs chess program.")
 
 (defcustom chess-default-display



reply via email to

[Prev in Thread] Current Thread [Next in Thread]