aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2021-08-09 16:32:08 -0400
committerYoni Rabkin <yoni@rabkins.net>2021-08-09 16:32:08 -0400
commit7ff860dba368ab3cbc66e59f5a2406ca85502d0e (patch)
treebf8631da8bed1bd90516b66bbf4882dd0014b807
parent8b32529950e5a2e1dd7afed8757ff6bc923c95e2 (diff)
release 7.6
-rw-r--r--NEWS8
-rw-r--r--doc/developer-release.txt16
-rw-r--r--emms.el4
3 files changed, 18 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index d95798f..30b97f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+New in 7.6
+
+ * Change the way we write the NEWS file: "New in..." instead of "News since...".
+ * emms-player-mpv.el: Fix customize.
+ * Document how `emms-player-mpv-update-metadata' works.
+ * emms-player-mpd: fix caching behavior.
+
+
News since version 7.4
- emms-player-mpv.el: fix reconnect-playback-restart issue.
diff --git a/doc/developer-release.txt b/doc/developer-release.txt
index 15edf33..cd3e06d 100644
--- a/doc/developer-release.txt
+++ b/doc/developer-release.txt
@@ -4,19 +4,19 @@ distributed via Emacs ELPA (https://elpa.gnu.org/).
* Check for clean compilation.
-* Increase the version number in emms.el (variable, elpa header)
+* Increase the version number in emms.el (variable, elpa header).
-* Update NEWS
+* Update NEWS.
-* Update the manual
+* Update the manual (makeinfo --html --no-split emms.texinfo).
-* Update website (cvs commit -m "update website" index.html)
+* Update website (cvs commit -m "update website" index.html).
-* Tag release in VCS, for example `git tag -a 4.2 -m "4.2"'
+* Tag release in VCS, for example `git tag -a 4.2 -m "4.2"'.
-* Push tag to VCS, for example `git push --tags origin "4.2"'
+* Push tag to VCS, for example `git push --tags origin "4.2"'.
-* Push version updates to VCS
+* Push version updates to VCS.
* If automatic syncronization is enabled then we are done. Otherwise:
@@ -26,4 +26,4 @@ distributed via Emacs ELPA (https://elpa.gnu.org/).
- from the "elpa" branch in Savannah push to elpa.git: "git push elpa elpa:externals/emms"
-* Send announcement email to the emms mailing list
+* Send announcement email to the emms mailing list if needed.
diff --git a/emms.el b/emms.el
index ba4f97d..37116b1 100644
--- a/emms.el
+++ b/emms.el
@@ -4,7 +4,7 @@
;; Author: Jorgen Schäfer <forcer@forcix.cx>, the Emms developers (see AUTHORS file)
;; Maintainer: Yoni Rabkin <yrk@gnu.org>
-;; Version: 7.5
+;; Version: 7.6
;; Keywords: emms, mp3, ogg, flac, music, mpeg, video, multimedia
;; Package-Type: multi
;; Package-Requires: ((cl-lib "0.5") (nadvice "0.3") (seq))
@@ -44,7 +44,7 @@
;;; Code:
-(defvar emms-version "7.5"
+(defvar emms-version "7.6"
"EMMS version string.")