Skip to content

Commit

Permalink
Version 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mz-pdm committed Jul 10, 2016
1 parent 3d72981 commit ec344ed
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
15 changes: 9 additions & 6 deletions ANNOUNCE
@@ -1,4 +1,4 @@
speechd-el 2.7 released
speechd-el 2.8 released
=======================

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

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

** Minor bug fixes.
** XDG_RUNTIME_DIR environment variable is honored now.

Thanks to Alain Kalker for help.
Thanks to Alain Kalker for this change.

* Where to get it?

The easiest way to install speechd-el is to use the package from MELPA
(http://melpa.milkbox.net/) or from Debian (if you use Debian or one
of its derivatives). You'll also need Speech Dispatcher and/or BRLTTY.


The source code is available in git repository
git://git.freebsoft.org/git/speechd-el

The source package of the released version is available at
http://devel.freebsoft.org/pub/projects/speechd-el/speechd-el-2.7.tar.gz .
http://devel.freebsoft.org/pub/projects/speechd-el/speechd-el-2.8.tar.gz .

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

Expand Down
4 changes: 2 additions & 2 deletions Makefile
@@ -1,6 +1,6 @@
# Makefile for speechd-el
# Copyright (C) 2003, 2004, 2005, 2006, 2008, 2010 Brailcom, o.p.s.
# Copyright (C) 2012, 2013 Milan Zamazal
# Copyright (C) 2012, 2013, 2016 Milan Zamazal

# COPYRIGHT NOTICE
#
Expand All @@ -20,7 +20,7 @@
EMACS = emacs

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

Expand Down
4 changes: 2 additions & 2 deletions speechd-el-pkg.el
@@ -1,6 +1,6 @@
;;; speechd-el-pkg.el --- speechd-el package definition

;; Copyright (C) 2013 Milan Zamazal
;; Copyright (C) 2013, 2016 Milan Zamazal

;; Author: Milan Zamazal <pdm@zamazal.org>

Expand All @@ -21,7 +21,7 @@

;;; Code:

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

;;; Announce
Expand Down
4 changes: 2 additions & 2 deletions speechd-el.texi
@@ -1,7 +1,7 @@
\input texinfo @c -*-texinfo-*-
@comment %**start of header
@setfilename speechd-el.info
@set VERSION 2.7
@set VERSION 2.8
@settitle speechd-el @value{VERSION}
@syncodeindex fn cp
@syncodeindex ky cp
Expand All @@ -11,7 +11,7 @@
This manual is for speechd-el, @value{VERSION}.

Copyright @copyright{} 2003, 2004, 2005, 2006, 2007, 2008, 2010 Brailcom, o.p.s.
Copyright @copyright{} 2012, 2013 Milan Zamazal
Copyright @copyright{} 2012, 2013, 2016 Milan Zamazal

@quotation
Permission is granted to copy, distribute and/or modify this document
Expand Down

0 comments on commit ec344ed

Please sign in to comment.