Skip to content

Commit

Permalink
prepare for v11.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
plutext committed Nov 29, 2024
1 parent fcc5e67 commit 20fb3d9
Show file tree
Hide file tree
Showing 5 changed files with 570 additions and 11 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,45 @@ CHANGELOG
=========


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

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

28 Nov 2024


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

arunvc (#596 - handle whitespace in font name)

balajiasokkumar (#601 - w16sdtfl)

devindan (#591 - Chinese numbering)

Jason Harrop

Changes in Version 11.5.1
--------------------------

Add xmlns:w16sdtfl="http://schemas.microsoft.com/office/word/2024/wordml/sdtformatlock". w16sdtfl has started to show up in Word releases, despite not yet being specified in [MS-DOCX]. Word writes the w16sdtfl namespace prefix to @mc:Ignorable in the MDP, so Word requires the namespace to also be declared.

AcceptChanges: Mimic Word's table deletion behaviour

Numbering - fix NumStyleLink handling
Take NDP into account in applying indent

Avoid "Premature end of file" when using Binder with MOXy JAXB (and docx has no AlternateContent).

Bump commons-compress from 1.26.1 to 1.27.1

new interface PackageTransformer

Fix Chart*Parts constructor to be consistent with other Parts


Version 11.5.0 (Jakarta XML Binding 4.0)
===============

Expand Down
4 changes: 2 additions & 2 deletions RELEASE_HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ or to manually close then release :-)
If the remote operation is skipped, it might be because your last module had skip in it? (eg docx4j-ImportXHTML)
This new release process does not add a tag; easiest to do that in SmartGit.
This new release process does not add a tag; easiest to do that in SmartGit: Branch > Add Tag...
Repeat above for -ImportXHTML
Expand All @@ -208,7 +208,7 @@ then checkout -b an incremented version number,
and in that branch do -SNAPSHOT.
Here, also do: git push -u origin [the incremented version number] <--------- set up to track remote branch
(can do that in SmartGit)
(can do that in SmartGit: Remote > Push To..)
Switch branch if necessary, eg:
Expand Down
Loading

0 comments on commit 20fb3d9

Please sign in to comment.