diff --git a/doxygen-1.10.0.src.tar.gz b/doxygen-1.11.0.src.tar.gz similarity index 51% rename from doxygen-1.10.0.src.tar.gz rename to doxygen-1.11.0.src.tar.gz index 7c597b970f8982e92dd2d4fd0a7669b3d97c3215..322bd78e8b492dbe7fedef53082920798fce2a0f 100644 Binary files a/doxygen-1.10.0.src.tar.gz and b/doxygen-1.11.0.src.tar.gz differ diff --git a/doxygen.spec b/doxygen.spec index b2347302fd7f5b4c04dc9fdf4ba35b8b1f66b079..46a5545a7d9c7f33753bd8f36cf127d4c9715b06 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -3,10 +3,10 @@ %global clang_support OFF Name: doxygen Epoch: 1 -Version: 1.10.0 +Version: 1.11.0 Release: 1 Summary: A documentation system for C/C++ -License: GPL-1.0-or-later +License: GPL-2.0-or-later Url: https://www.doxygen.nl Source0: https://www.doxygen.nl/files/%{name}-%{version}.src.tar.gz Source1: doxywizard.desktop @@ -98,6 +98,25 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1} %{_datadir}/icons/hicolor/*/apps/doxywizard.png %changelog +* Tue Jul 02 2024 yaoxin - 1:1.11.0-1 +- Update to 1.11.0 + * Add Markdown style todo list + * Add support for GitHub Markdown style alerts + * Add a "Run" menu item key-command to DoxyWizard + * Added 'raise' and 'prefix' options to @include{doc} + * Support `link` / `endlink` command in section title + * Add support for @subparagraph and @subsubparagraph + * Translation updates for German/Greek/Polish/Portuegse/Dutch/Chinese + * `doxyapp --locate` list all overloads by including arguments + * Adding support for "engine" files for plantuml + * Show emoji in HTML treeview + * Add `HTML_CODE_FOLDING` possibility to CHM + * Make `HTML_CODE_FOLDING` possible when `DISABLE_INDEX=YES` + * Add doxyindexer and doxysearch installation + * cmake: always install man pages, only install for the + binaries installed + * allow function ptr with `INLINE_SIMPLE_STRUCTS` + * Thu Mar 21 2024 wangkai <13474090681@163.com> - 1:1.10.0-1 - Update to 1.10.0