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

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

[elpa] master 795eaf4 5/5: [gnugo] Release: 3.0.1


From: Thien-Thi Nguyen
Subject: [elpa] master 795eaf4 5/5: [gnugo] Release: 3.0.1
Date: Sun, 15 Jan 2017 23:11:27 +0000 (UTC)

branch: master
commit 795eaf428f57a224e9704b9b5ecdd4ce69627d79
Author: Thien-Thi Nguyen <address@hidden>
Commit: Thien-Thi Nguyen <address@hidden>

    [gnugo] Release: 3.0.1
    
    * packages/gnugo/gnugo.el [Version]: Bump to "3.0.1".
    (gnugo-version): Bump to "3.0.1".
---
 packages/gnugo/HACKING  |    1 +
 packages/gnugo/NEWS     |    4 ++++
 packages/gnugo/gnugo.el |    4 ++--
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/packages/gnugo/HACKING b/packages/gnugo/HACKING
index bc09409..5f8a876 100644
--- a/packages/gnugo/HACKING
+++ b/packages/gnugo/HACKING
@@ -53,6 +53,7 @@ This file is both a guide for newcomers and a todo list for 
oldstayers.
 * tested with (newest first)
   | Emacs     | GNU Go |
   |-----------+--------|
+  | 26.0.50.6 | 3.8    |
   | 24.3.50.3 | 3.8    |
   | ?         | 3.6    |
   | ?         | 3.4    |
diff --git a/packages/gnugo/NEWS b/packages/gnugo/NEWS
index b5195ca..a60510e 100644
--- a/packages/gnugo/NEWS
+++ b/packages/gnugo/NEWS
@@ -5,6 +5,10 @@ NB: "RCS: X..Y " means that the particular release includes
     changes in the RCS repo, revision 1.X through 1.Y (inclusive).
 
 
+- 3.0.1 | 2017-01-15
+  - cleaner quoting in docstrings
+  - portabilty fixes (Emacs 25.1)
+
 - 3.0.0 | 2014-07-22
   - bugfixes
     - on write, use ‘\’ to escape certain chars
diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 10a83ef..a9e03aa 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -4,7 +4,7 @@
 
 ;; Author: Thien-Thi Nguyen <address@hidden>
 ;; Maintainer: Thien-Thi Nguyen <address@hidden>
-;; Version: 3.0.0
+;; Version: 3.0.1
 ;; Package-Requires: ((ascii-art-to-unicode "1.5") (xpm "1.0.1") (cl-lib 
"0.5"))
 ;; Keywords: games, processes
 ;; URL: http://www.gnuvola.org/software/gnugo/
@@ -92,7 +92,7 @@
 ;;;---------------------------------------------------------------------------
 ;;; Political arts
 
-(defconst gnugo-version "3.0.0"
+(defconst gnugo-version "3.0.1"
   "Version of gnugo.el currently loaded.
 This follows a MAJOR.MINOR.PATCH scheme.")
 



reply via email to

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