Skip to content

Commit

Permalink
git subrepo pull assembly
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "assembly"
  merged:   "af6df41bdf"
upstream:
  origin:   "[email protected]:daisy/pipeline-assembly.git"
  branch:   "master"
  commit:   "815c3e0c9f"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
  • Loading branch information
bertfrees committed Jan 22, 2024
1 parent 1014405 commit bba2f75
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 39 deletions.
2 changes: 1 addition & 1 deletion assembly/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
remote = [email protected]:daisy/pipeline-assembly.git
branch = master
commit = 815c3e0c9f2dfe67abebc18b2100c77da188a433
parent = 02da3dee4eb2c7841ddc7455e36edd597b3c228e
parent = b7056e4d861d6280fb609133a7d0101a64551724
cmdver = 0.3.1
31 changes: 28 additions & 3 deletions assembly/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
Changes in release v1.14.17
===========================

## Framework
- **NEW** API for getting and setting TTS and other properties globally

## Modules

- **NEW** Script option for specifying aural CSS style sheets for TTS
- **FIX** Support for linking to aural CSS style sheets from source document
- **FIX** Support for `speech-rate` CSS property with Azure voices
- **FIX** Simplified Azure voice names
- **FIX** Improved interpretation of voice configuration XML
- region subtags are now significant
- engine overall priority is taken into account
- **FIX** Drop `title` attribute from page breaks when creating HTML from DTBook/ZedAI
- **FIX** Take into account `enum` and `start` attributes on DTBook lists when converting to RTF
- **FIX** Various issues reported by EPUBCheck and Ace in EPUBs created from DTBook, ZedAI and HTML
- Other bugfixes
- Changes to braille production scripts, see release notes of braille modules [v1.14.19](https://github.com/daisy/pipeline-modules/blob/master/braille/NEWS.md#v11419) and [v1.14.21](https://github.com/daisy/pipeline-modules/blob/master/braille/NEWS.md#v11421)

## Details

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

Changes in release v1.14.16
===========================

Expand Down Expand Up @@ -26,15 +51,15 @@ Changes in release v1.14.15
- **FIX** Better marking of page breaks in EPUB 3 output
- **FIX** Issues in SAPI adapter
- Other bugfixes
- Changes to braille production scripts, see [release notes of braille modules v1.14.14](https://github.com/daisy/pipeline-modules/blob/master/braille/NEWS.md#v11414)
- Changes to braille production scripts, see release notes of braille modules [v1.14.15](https://github.com/daisy/pipeline-modules/blob/master/braille/NEWS.md#v11415) and [v1.14.16](https://github.com/daisy/pipeline-modules/blob/master/braille/NEWS.md#v11416)

Backwards incompatibility note: some script options were renamed. Please check the [script
documentation](http://daisy.github.io/pipeline/Get-Help/User-Guide/Scripts/) and update your client
code if needed.

## Details

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

Changes in release v1.14.14
===========================
Expand Down Expand Up @@ -72,7 +97,7 @@ Changes in release v1.14.13

## Details

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

Changes in release v1.14.12
===========================
Expand Down
36 changes: 4 additions & 32 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.17-SNAPSHOT</version>
<version>1.14.17-p2-SNAPSHOT</version>
<packaging>pom</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.1.7</cli.version>
<cli.version>2.1.8</cli.version>
<classifier />
<classifier.dash /> <!-- classifier followed by "-" -->
<!--
Expand Down Expand Up @@ -69,14 +69,14 @@
<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-bom</artifactId>
<version>1.14.15</version>
<version>1.14.16</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-bom</artifactId>
<version>1.14.19-SNAPSHOT</version>
<version>1.14.22</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -466,16 +466,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>css-speech</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>css-utils</artifactId>
Expand Down Expand Up @@ -956,16 +946,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>text-to-ssml</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>tts-adapter-acapela</artifactId>
Expand Down Expand Up @@ -2156,10 +2136,6 @@
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>common-utils</artifactId>
</artifactItem>
<artifactItem>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>css-speech</artifactId>
</artifactItem>
<artifactItem>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>css-utils</artifactId>
Expand Down Expand Up @@ -2352,10 +2328,6 @@
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>odf-utils</artifactId>
</artifactItem>
<artifactItem>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>text-to-ssml</artifactId>
</artifactItem>
<artifactItem>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>tts-adapter-acapela</artifactId>
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.15 - October 20, 2023
DAISY Pipeline 2 - 1.14.17 - January 22, 2024
==============================================================================


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

The package includes the 1.14.15 version of the project.
The package includes the 1.14.17 version of the project.

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

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

0 comments on commit bba2f75

Please sign in to comment.