Skip to content

Commit 66ec9c8

Browse files
committed
Prepping for a new release
1 parent 96e8ca2 commit 66ec9c8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,7 @@
6161
- Updated the FOP transformer code so that it supports the `ClassPath` and `MainClass` methods for running Java files. The `JarFilePath` settings has been removed.
6262
This allowed the upgrade to latest FOP 2.9 version. One shortcoming of FOP 2.9 is that it does not correctly report its own version number, so some accommodations
6363
were made for this.
64+
65+
### 0.5.1-beta.2 (2024-07-30)
66+
- Fixed some last minute problems related to activating PDF compression
67+
- Fixed some last minute problems related to how duplicate filenames and duplicate files are handled.

EaPdfCmd/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ be changed. Note that the setting will not effect how the content is embedded in
383383

384384
For MBOX files, subfolders in the same directory as the MBOX file and which match the name of the MBOX file, ignoring extensions, (this is how the Mozilla
385385
Thunderbird email client stores emails) will also be processed, including all of its files and subfolders recursively. This will have an
386-
effect if the `-i, --in` option if a single MBOX file or a folder of MBOX files.
386+
effect if the `-i, --in` option is a single MBOX file or a folder of MBOX files.
387387

388388
For a folder of EML files, all subfolders will also be processed recursively, looking for EML files. For EML files, this parameter is only used if the
389389
`-i, --in` option is a folder of EML files. It is ignored if the input is a single EML file.

VersionInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<PropertyGroup>
77
<VersionPrefix>0.5.0</VersionPrefix>
8-
<VersionSuffix>beta.1</VersionSuffix>
8+
<VersionSuffix>beta.2</VersionSuffix>
99
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion><!-- Include Git Commit ID -->
1010
<Company>University of Illinois Board of Trustees</Company>
1111
<Copyright>Copyright $([System.DateTime]::Now.ToString('yyyy')) University of Illinois Board of Trustees. All Rights Reserved.</Copyright>

0 commit comments

Comments
 (0)