Skip to content

Commit

Permalink
git subrepo pull assembly
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "assembly"
  merged:   "555994dbcb"
upstream:
  origin:   "git@github.com:daisy/pipeline-assembly.git"
  branch:   "master"
  commit:   "69a859f57e"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
  • Loading branch information
bertfrees committed Jan 7, 2025
1 parent 0772746 commit 72bae4f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 15 deletions.
4 changes: 2 additions & 2 deletions assembly/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
[subrepo]
remote = git@github.com:daisy/pipeline-assembly.git
branch = master
commit = cac8f03f95d4ec82d2bbe935e5b2439840037301
parent = 535dcdf3ac5f48a5cea010f9d43c203746fc727e
commit = 69a859f57e3ef5693f72e33eb5154490890843bf
parent = 2077c566e615658c4f952d96f5fc3446e8aa0c21
cmdver = 0.3.1
17 changes: 17 additions & 0 deletions assembly/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 assembly/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 assembly/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 72bae4f

Please sign in to comment.