aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS10
-rw-r--r--lisp/emms.el2
3 files changed, 12 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index daa0db2..b6b4d5a 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ INSTALLINFO = /usr/bin/install-info --info-dir=$(INFODIR)
CHANGELOG_CMD = git log --pretty=medium --no-merges
# The currently released version of EMMS
-VERSION=5.1
+VERSION=5.2
.PHONY: all install lisp docs deb-install clean
.PRECIOUS: %.elc
diff --git a/NEWS b/NEWS
index 3bb8362..2d75191 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+News since version 5.1
+
+ - emms-browser.el: faster thumbnail cache lookups.
+ - emms-player-mpd.el: Parse disc number for mpd tracks.
+ - Make thing-at-point behavior more consistent.
+ - Remove redundant functions in code.
+ - Allow changing the mode-line icon.
+ - Bug fix: emms-player-mode, more consistent behavior.
+ - Bug fix: emms-browser, Don't rely on (interactive "r").
+
News since version 5.0
- Add `emms-toggle-single-track'.
diff --git a/lisp/emms.el b/lisp/emms.el
index e629cae..fc92e81 100644
--- a/lisp/emms.el
+++ b/lisp/emms.el
@@ -42,7 +42,7 @@
;;; Code:
-(defvar emms-version "5.1"
+(defvar emms-version "5.2"
"EMMS version string.")