Skip to content

Commit cb7d0d0

Browse files
committed
Update changelog for release 1.13.1
1 parent 64f2d99 commit cb7d0d0

File tree

4 files changed

+40
-2
lines changed

4 files changed

+40
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.0
1+
1.13.1

doc/changelog.dox

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
/** \page changelog Changelog
22
\tableofcontents{html,latex}
33
\section log_1_13 1.13 Series
4+
\subsection log_1_13_1 Release 1.13.1
5+
\htmlonly
6+
<b>(release date 02-01-2025)</b>
7+
</p>
8+
9+
<h3>Minor incompatibilities</h3>
10+
<ul>
11+
<li>As of doxygen version 1.13.1 and layout version 2.0, Doxygen
12+
will insert defaults for elements that are missing in the user defined layout file. This allows for the introduction of new elements, without having
13+
to update the user defined layout files to make them appear. For older Doxygen
14+
or layout versions, missing elements are still treated as being invisible as before.
15+
</ul>
16+
17+
<h3>Features</h3>
18+
<ul>
19+
<li>Add WARN_LAYOUT_FILE option to toggle warnings in layout file [<a href="https://github.com/doxygen/doxygen/commit/ba083a9e676e5e8bf2f7a865ef858fdd17f6460e">view</a>]</li>
20+
</ul>
21+
22+
<h3>Bug fixes</h3>
23+
<ul>
24+
<li>issue <a href="https://github.com/doxygen/doxygen/issues/11111">#11111</a> Overloaded functions are mixed when their arguments have template with object in other namespace [<a href="https://github.com/doxygen/doxygen/commit/8386ff0b7f80e9d1687738205188a8c335063899">view</a>]</li>
25+
<li>issue <a href="https://github.com/doxygen/doxygen/issues/11299">#11299</a> Regression with HTML_DYNAMIC_MENUS = NO, DISABLE_INDEX = NO, and custom LAYOUT_FILE [<a href="https://github.com/doxygen/doxygen/commit/f46e21ed722193d74f56b2aa275a5cdc5e40b72b">view</a>]</li>
26+
<li>issue <a href="https://github.com/doxygen/doxygen/issues/11301">#11301</a> Doxygen 1.13.0 ignores visibility=&quot;no&quot; for various layout elements [<a href="https://github.com/doxygen/doxygen/commit/07cad67300b47f399bba3836c8b1f109c1b6f475">view</a>], [<a href="https://github.com/doxygen/doxygen/commit/ee1bb44f23724210b95ea4d4d87fcbd52128ad0e">view</a>], [<a href="https://github.com/doxygen/doxygen/commit/d48b3705023cc327ec80d30eb84a50a7e48a67b7">view</a>], [<a href="https://github.com/doxygen/doxygen/commit/61fa3f89106b53f4776f9203a1f5d6fede32f18e">view</a>], [<a href="https://github.com/doxygen/doxygen/commit/4f16ac7c3eccc7af03f0257cf6cf03506e397f6a">view</a>], [<a href="https://github.com/doxygen/doxygen/commit/9f5033c0e39076d44fdb4f676248f0e2d6dc3562">view</a>], and [<a href="https://github.com/doxygen/doxygen/commit/13978f38236799bc2978db507e2a5ef4950217f5">view</a>]</li>
27+
<li>issue <a href="https://github.com/doxygen/doxygen/issues/11307">#11307</a> C++ 20 module partition: Links to class members not found [<a href="https://github.com/doxygen/doxygen/commit/64f2d998f053df36215c90f0525651ef01b78a33">view</a>]</li>
28+
<li>Fix compiler error when compiling doxygen in C++20 mode [<a href="https://github.com/doxygen/doxygen/commit/54259f7ad46f91316468248d92b2a65e58d4586d">view</a>]</li>
29+
<li>Silence compiler warning in generated ce_parse.cpp [<a href="https://github.com/doxygen/doxygen/commit/f1bf91e284fd8f67a9631b0146a5d574983f14f1">view</a>]</li>
30+
<li>cmake: Fix flex version check for overriding the register keyword [<a href="https://github.com/doxygen/doxygen/commit/e592cd7cdcd4630798c239944764d3ce8753b5ec">view</a>]</li>
31+
</ul>
32+
33+
<h3>Improved user feedback and documentation</h3>
34+
<ul>
35+
<li>Add module part to customize documentation [<a href="https://github.com/doxygen/doxygen/commit/04d271d167892bcd87e097766c574a3ccf396f83">view</a>]</li>
36+
<li>Documentation corrections. [<a href="https://github.com/doxygen/doxygen/commit/acb534cb3ecd403a8e46b154b9f5df618a796903">view</a>]</li>
37+
</ul>
38+
<p>
39+
\endhtmlonly
40+
441
\subsection log_1_13_0 Release 1.13.0
542
\htmlonly
643
<b>(release date 28-12-2024)</b>

doc_internal/releases.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
The following table gives an overview of the doxygen releases together with the release dates.
44
<ul class="multicol">
5+
<li><b>Release 1.13.1</b>&nbsp;&nbsp; 02-01-2025</li>
56
<li><b>Release 1.13.0</b>&nbsp;&nbsp; 28-12-2024</li>
67
<li><b>Release 1.12.0</b>&nbsp;&nbsp; 07-08-2024</li>
78
<li><b>Release 1.11.0</b>&nbsp;&nbsp; 20-05-2024</li>

src/doxygen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11201,7 +11201,7 @@ static void version(const bool extended)
1120111201
static void usage(const QCString &name,const QCString &versionString)
1120211202
{
1120311203
Debug::clearFlag(Debug::Time);
11204-
msg("Doxygen version %s\nCopyright Dimitri van Heesch 1997-2024\n\n",qPrint(versionString));
11204+
msg("Doxygen version %s\nCopyright Dimitri van Heesch 1997-2025\n\n",qPrint(versionString));
1120511205
msg("You can use Doxygen in a number of ways:\n\n");
1120611206
msg("1) Use Doxygen to generate a template configuration file*:\n");
1120711207
msg(" %s [-s] -g [configName]\n\n",qPrint(name));

0 commit comments

Comments
 (0)