Skip to content

Commit

Permalink
Version 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mz-pdm committed Jan 22, 2020
1 parent 65c6f6d commit 590278f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
10 changes: 4 additions & 6 deletions ANNOUNCE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speechd-el 2.8 released
speechd-el 2.9 released
=======================

* What is speechd-el?
Expand Down Expand Up @@ -42,11 +42,9 @@ speechd-el 2.8 released
Emacspeak) can be found on its web page, see
http://devel.freebsoft.org/speechd-el .

* What is new in the 2.8 version?
* What is new in the 2.9 version?

** XDG_RUNTIME_DIR environment variable is honored now.

Thanks to Alain Kalker for this change.
** Bug fixes.

* Where to get it?

Expand All @@ -58,7 +56,7 @@ speechd-el 2.8 released
https://github.com/brailcom/speechd-el

The source package of the released version is available at
http://devel.freebsoft.org/pub/projects/speechd-el/speechd-el-2.8.tar.gz .
https://github.com/brailcom/speechd-el/releases/download/speechd-el-2.9/speechd-el-2.9.tar.gz .

The home page of the project is http://devel.freebsoft.org/speechd-el .

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
EMACS = emacs

NAME = speechd-el
VERSION = 2.8
VERSION = 2.9
DISTDIR = $(NAME)-$(VERSION)
TARFILE = $(NAME)-$(VERSION).tar

Expand Down
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
User-visible changes to speechd-el:

* Changes in speechd-el 2.9

** Bug fixes.


* Changes in speechd-el 2.8

** XDG_RUNTIME_DIR environment variable is honored now.
Expand Down
2 changes: 1 addition & 1 deletion speechd-el-pkg.el
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

;;; Code:

(define-package "speechd-el" "2.8"
(define-package "speechd-el" "2.9"
"Client to speech synthesizers and Braille displays.")

;;; Announce
Expand Down
2 changes: 1 addition & 1 deletion speechd-el.texi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\input texinfo @c -*-texinfo-*-
@comment %**start of header
@setfilename speechd-el.info
@set VERSION 2.8
@set VERSION 2.9
@settitle speechd-el @value{VERSION}
@syncodeindex fn cp
@syncodeindex ky cp
Expand Down

0 comments on commit 590278f

Please sign in to comment.