Skip to content

Commit

Permalink
Merge release 1.14.21
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Jan 7, 2025
2 parents 69a859f + 555994d commit 81a326c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 13 deletions.
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Changes in release v1.14.21
===========================

## Modules

- **FIX** Support master SMIL in DAISY 2.02 validator script
- **FIX** Timeout errors in speech synthesis
- Major refactoring and other changes to braille production scripts, see release notes of braille modules [v1.14.30](https://github.com/daisy/pipeline-modules/blob/master/braille/NEWS.md#v11430)
- Added "espeak-" prefix to eSpeak voice names
- Other bugfixes and improvements

Backwards incompatibility note: renamed "tts" option to "audio" in EPUB 3 enhancer script

## Details

See [all the closed issues of this release](https://github.com/orgs/daisy/projects/7). To view using the [Github CLI](https://cli.github.com/): `gh project --owner daisy item-list 7`

Changes in release v1.14.20
===========================

Expand Down
14 changes: 4 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.daisy.pipeline</groupId>
<artifactId>assembly</artifactId>
<version>1.14.21-SNAPSHOT</version>
<version>1.14.22-SNAPSHOT</version>
<packaging>jar</packaging>
<name>DAISY Pipeline 2 :: Assembly</name>
<description>Builds the main distribution of the DAISY Pipeline 2.</description>
Expand All @@ -20,7 +20,7 @@
<tag>HEAD</tag>
</scm>
<properties>
<cli.version>2.2.0</cli.version>
<cli.version>2.2.1</cli.version>
<classifier />
<classifier.dash /> <!-- classifier followed by "-" -->
<!--
Expand Down Expand Up @@ -69,23 +69,17 @@
<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-bom</artifactId>
<version>1.14.20</version>
<version>1.14.21</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-bom</artifactId>
<version>1.14.29</version>
<version>1.14.30</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- temporary until updated to modules 1.14.29 -->
<dependency>
<groupId>com.microsoft.cognitiveservices.speech</groupId>
<artifactId>client-sdk</artifactId>
<version>1.37.0</version>
</dependency>
<!-- missing from framework-bom -->
<dependency>
<groupId>com.nwalsh</groupId>
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DAISY Pipeline 2 - 1.14.20 - October 11, 2024
DAISY Pipeline 2 - 1.14.21 - January 6, 2024
==============================================================================


Expand Down Expand Up @@ -72,10 +72,10 @@ The package includes:
3. Release Notes
------------------------------------------------------------------------------

The package includes the 1.14.20 version of the project.
The package includes the 1.14.21 version of the project.

See the release notes on this page:
https://github.com/daisy/pipeline-assembly/blob/master/NEWS.md#changes-in-release-v11420
https://github.com/daisy/pipeline-assembly/blob/master/NEWS.md#changes-in-release-v11421

4. Prerequisites
------------------------------------------------------------------------------
Expand Down

0 comments on commit 81a326c

Please sign in to comment.