Skip to content

Commit

Permalink
Merge pull request #250 from ndw/db52cr5
Browse files Browse the repository at this point in the history
Update versions, release notes, publish CR5
  • Loading branch information
ndw committed Feb 9, 2023
2 parents 7c27aea + 72cce7f commit 7f7d93f
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 8 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ org.gradle.workers.max=3

systemProp.javax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl

saxonVersion = 11.4
resolverVersion = 4.6.0
dbver = 5.2CR4
xslTNGversion = 1.7.1
saxonVersion = 11.5
resolverVersion = 4.6.4
dbver = 5.2CR5
xslTNGversion = 1.11.1

oasisDocBookVersion=5.2
oasisDocBookRelease=csd01
Expand Down
2 changes: 1 addition & 1 deletion src/docbook/java/org/docbook/schemas/docbook/DocBook.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// some tests to make sure the testing version is correct.

public final class DocBook {
public static final String[] VERSIONS = {"4.5", "5.0", "5.1", "5.2", "5.2CR4"};
public static final String[] VERSIONS = {"4.5", "5.0", "5.1", "5.2", "5.2CR5"};

public static final String DOCBOOK_CATALOG_PATH = "/org/docbook/schemas/docbook/catalog.xml";

Expand Down
37 changes: 35 additions & 2 deletions src/docbook/xml/release-notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
version='5.2'>
<info>
<title>DocBook 5.2 CR3 Release Notes</title>
<pubdate>2022-08-13</pubdate>
<title>DocBook 5.2 CR5 Release Notes</title>
<pubdate>2023-02-09</pubdate>
</info>

<section>
Expand Down Expand Up @@ -78,6 +78,39 @@ BITS schemas.</simpara>
</orderedlist>
</section>

<section>
<title>Changes from DocBook 5.2 CR4 to DocBook 5.2 CR5</title>

<para>Fixed the bug where the <tag class="attribute">cols</tag> attribute
on CALS <tag>entrytbl</tag> was optional. It is required by the CALS
specification.</para>

</section>

<section>
<title>Changes from DocBook 5.2 CR3 to DocBook 5.2 CR4</title>

<itemizedlist>
<listitem>
<para>Fix OASIS identifiers in the XML catalog.
</para>
</listitem>
<listitem>
<para>Allow <tag>info</tag> as a top-level element.
</para>
</listitem>
<listitem>
<para>Fixed inconsistencies in XInclude declarations.
</para>
</listitem>
<listitem>
<para>Small documentation improvements.
</para>
</listitem>
</itemizedlist>

</section>

<section>
<title>Changes from DocBook 5.2 CR2 to DocBook 5.2 CR3</title>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// some tests to make sure the testing version is correct.

public final class Publishers {
public static final String[] VERSIONS = {"1.0", "5.2", "5.2CR4"};
public static final String[] VERSIONS = {"1.0", "5.2", "5.2CR5"};

public static final String PUBLISHERS_CATALOG_PATH = "/org/docbook/schemas/publishers/catalog.xml";

Expand Down

0 comments on commit 7f7d93f

Please sign in to comment.