Skip to content

Commit

Permalink
Prepare for 11.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
plutext committed Jan 24, 2025
1 parent 230f34f commit 0a8104d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@ CHANGELOG
=========


Version 11.5.2 (fixes regression in 11.5.1)
===============

Release date
------------

24 January 2025

Contributors to this release
----------------------------

Jason Harrop

Changes in Version 11.5.2
--------------------------

Fixes a StackOverflow error caused by PropertyResolver constructor indirectly calling itself, triggered by documents in which the Normal style's hierarchy includes numbering.

Fix for #603: getRPrChange in org.docx4j.wml.ParaRPr


Version 11.5.1 (recommended update on account of w16sdtfl)
===============

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ $ sudo archlinux-java set java-8-openjdk
or
$ sudo archlinux-java set java-14-adoptopenjdk
$ sudo archlinux-java set java-17-openjdk
Update pom.xml to incremented-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion etc/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<property environment="env"/>
<property name="dist" value="./dist"/>

<property name="version" value="11.5.1"/>
<property name="version" value="11.5.2"/>
<property name="importxhtml-version" value="11.5.0"/>
<property name="importxhtml-dir" value="/home/jharrop/git/docx4j-ImportXHTML"/>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>${revision}</version>

<properties>
<revision>11.5.2-SNAPSHOT</revision>
<revision>11.5.2</revision>
<packaging.type>jar</packaging.type>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -90,7 +90,7 @@

<scm>
<developerConnection>scm:git|[email protected]:plutext/docx4j.git</developerConnection>
<tag>docx4j-11.5.1</tag>
<tag>docx4j-11.5.2</tag>
<url>https://github.com/plutext/docx4j</url>
</scm>
<inceptionYear>2007</inceptionYear>
Expand Down

0 comments on commit 0a8104d

Please sign in to comment.