New Upstream Release - gap-openmath

Ready changes

Summary

Merged new upstream version: 11.5.3+ds (was: 11.5.2+ds).

Diff

diff --git a/PackageInfo.g b/PackageInfo.g
index 8a639b2..798fd4a 100644
--- a/PackageInfo.g
+++ b/PackageInfo.g
@@ -15,13 +15,13 @@ SetPackageInfo( rec(
 PackageName := "OpenMath",
 Subtitle := "OpenMath functionality in GAP",
 
-Version := "11.5.2",
-Date := "06/12/2022", # dd/mm/yyyy format
+Version := "11.5.3",
+Date := "25/02/2023", # dd/mm/yyyy format
 License := "GPL-2.0-or-later",
 ##  <#GAPDoc Label="PKGVERSIONDATA">
-##  <!ENTITY VERSION "11.5.2">
-##  <!ENTITY RELEASEDATE "06 December 2022">
-##  <!ENTITY RELEASEYEAR "2022">
+##  <!ENTITY VERSION "11.5.3">
+##  <!ENTITY RELEASEDATE "25 February 2023">
+##  <!ENTITY RELEASEYEAR "2023">
 ##  <#/GAPDoc>
 
 SourceRepository := rec(
@@ -51,7 +51,7 @@ Persons := [
     IsAuthor      := true,
     IsMaintainer  := true,
     Email         := "obk1@st-andrews.ac.uk",
-    WWWHome       := "https://alex-konovalov.github.io/",
+    WWWHome       := "https://olexandr-konovalov.github.io/",
     PostalAddress := Concatenation( [
                      "School of Computer Science\n",
                      "University of St Andrews\n",
diff --git a/debian/changelog b/debian/changelog
index 38d2009..2580e71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gap-openmath (11.5.3+ds-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 11 Jun 2023 11:48:36 -0000
+
 gap-openmath (11.5.2+ds-1) unstable; urgency=medium
 
   [ Jerome Benoit ]
diff --git a/doc/manual.toc b/doc/manual.toc
new file mode 100644
index 0000000..5de3351
--- /dev/null
+++ b/doc/manual.toc
@@ -0,0 +1,24 @@
+\contentsline {chapter}{\numberline {1}\textcolor {Chapter }{Introduction and installation}}{4}{chapter.1}%
+\contentsline {section}{\numberline {1.1}\textcolor {Chapter }{Brief description of the package}}{4}{section.1.1}%
+\contentsline {section}{\numberline {1.2}\textcolor {Chapter }{Installation of the package}}{4}{section.1.2}%
+\contentsline {chapter}{\numberline {2}\textcolor {Chapter }{\textsf {OpenMath} functionality in \textsf {GAP}}}{6}{chapter.2}%
+\contentsline {section}{\numberline {2.1}\textcolor {Chapter }{Viewing \textsf {OpenMath} representation of an object}}{6}{section.2.1}%
+\contentsline {subsection}{\numberline {2.1.1}\textcolor {Chapter }{OMPrint}}{6}{subsection.2.1.1}%
+\contentsline {subsection}{\numberline {2.1.2}\textcolor {Chapter }{OMString}}{11}{subsection.2.1.2}%
+\contentsline {section}{\numberline {2.2}\textcolor {Chapter }{Reading \textsf {OpenMath} code from streams and strings}}{11}{section.2.2}%
+\contentsline {subsection}{\numberline {2.2.1}\textcolor {Chapter }{OMGetObject}}{11}{subsection.2.2.1}%
+\contentsline {subsection}{\numberline {2.2.2}\textcolor {Chapter }{EvalOMString}}{12}{subsection.2.2.2}%
+\contentsline {section}{\numberline {2.3}\textcolor {Chapter }{Writing \textsf {OpenMath} code to streams}}{12}{section.2.3}%
+\contentsline {subsection}{\numberline {2.3.1}\textcolor {Chapter }{IsOpenMathWriter}}{12}{subsection.2.3.1}%
+\contentsline {subsection}{\numberline {2.3.2}\textcolor {Chapter }{OpenMathXMLWriter}}{12}{subsection.2.3.2}%
+\contentsline {subsection}{\numberline {2.3.3}\textcolor {Chapter }{OpenMathBinaryWriter}}{13}{subsection.2.3.3}%
+\contentsline {subsection}{\numberline {2.3.4}\textcolor {Chapter }{OMPutObject}}{13}{subsection.2.3.4}%
+\contentsline {subsection}{\numberline {2.3.5}\textcolor {Chapter }{OMPlainString}}{13}{subsection.2.3.5}%
+\contentsline {section}{\numberline {2.4}\textcolor {Chapter }{Utilities}}{14}{section.2.4}%
+\contentsline {subsection}{\numberline {2.4.1}\textcolor {Chapter }{OMTestXML}}{14}{subsection.2.4.1}%
+\contentsline {subsection}{\numberline {2.4.2}\textcolor {Chapter }{OMTestBinary}}{14}{subsection.2.4.2}%
+\contentsline {chapter}{\numberline {3}\textcolor {Chapter }{Extending the \textsf {OpenMath} package}}{15}{chapter.3}%
+\contentsline {section}{\numberline {3.1}\textcolor {Chapter }{Exploring the range of supported symbols}}{15}{section.3.1}%
+\contentsline {section}{\numberline {3.2}\textcolor {Chapter }{Adding support for private content dictionaries and symbols}}{16}{section.3.2}%
+\contentsline {chapter}{References}{18}{chapter*.5}%
+\contentsline {chapter}{Index}{19}{section*.6}%

More details

Full run details

Historical runs