From a7aeb99d53e00c98f0a162d1fb83cadf6c0e5294 Mon Sep 17 00:00:00 2001
From: Dimitri van Heesch
Date: Fri, 8 Jan 2021 11:26:48 +0100
Subject: Updated changelog for release 1.9.1
---
doc/changelog.doc | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 80 insertions(+)
diff --git a/doc/changelog.doc b/doc/changelog.doc
index 0af6fd7..df4293b 100644
--- a/doc/changelog.doc
+++ b/doc/changelog.doc
@@ -1,6 +1,86 @@
/** \page changelog Changelog
\tableofcontents{html,latex}
\section log_1_9 1.9 Series
+\subsection log_1_9_1 Release 1.9.1
+\htmlonly
+(release date 08-01-2021)
+
+Bug fixes
+
+- issue #8282: Error on ALIAS declaration without quotes [view]
+- issue #8286: Incorrect processing of VHDL strings [view], [view]
+- issue #8291: Doxygen crash on Windows when INLINE_SIMPLE_STRUCTS=YES [view]
+- issue #8294: Draw sibling dependee directories within same parent directoy in directory dependency graph.
+[view],
+[view],
+[view],
+[view], and
+[view]
+- issue #8295: segmentation fault [view]
+- issue #8296: LaTeX Error: File ... not found. [view], and [view]
+- issue #8297: fails to parse list of INPUT files [view]
+- issue #8300: File naming changed in Doxygen 1.9.0 [view]
+- issue #8304: compilation failure [view]
+- issue #8311: Markdown table: double-quote ruins the output [view]
+- Fix cases where classes inside inline namespaces could lead to crashes [view]
+- Fix coverity dead-code warning [view]
+- Fix potential crash with inline namespace [view]
+- Incorrect entries on treeview [view]
+- Layout in doxywizard documentation [view]
+- Various fixes based on coverity scan results [view]
+- bug_549093 Regular HTML comments are removed. [view]
+
+Features
+
+- Add a CLANG_ADD_INC_PATHS option which can be used to control whether the directory of every input file is added as an include when using Clang assisted parsing.
+[view], and
+[view]
+- Add some missing info to the XML output
+[view],
+[view],
+[view],
+[view],
+[view],
+[view],
+[view],
+and
+[view]
+
+
+Refactoring and cleanup
+
+- Embed MemberGroup objects directly in their container [view]
+- Modernise client side part of searchindex [view]
+- avoid copying MemberLists by not embedding them directly [view]
+- change MemberGroupSDict to MemberGroupList [view]
+- change type of m_cache [view]
+- change type of vhdlSummaryTitles from SDict<QCString> to StringSet [view]
+- moderize Doxygen::dirRelations [view]
+- modernise Doxygen::clangUsrMap [view]
+- modernise MemberGroupList [view]
+- modernise member indices [view]
+- modernize getMemberLists() [view]
+- remove SIntDict and SIntList (no longer used) [view]
+- remove unused ClassList [view]
+- remove unused DirSDict class [view]
+- remove unused Doxygen::entryDBFileName and Doxygen::objDBFileName [view]
+- remove unused Doxygen::htmlDirMap [view]
+- remove unused GenericsSDict class [view]
+- remove unused IndexFieldSDict class [view]
+- replace Doxygen::directories by Doxygen::dirLinkedMap [view]
+- replace Doxygen::groupSDict by Doxygen::groupLinkedMap [view]
+- replace Doxygen::memGrpInfoDict by Doxygen::memberGroupInfoMap [view]
+- replace ExampleSDict by ExampleList [view]
+- replace MemberSDict by MemberLinkedRefMap [view]
+- replace QMap by std::map in vhdldocgen [view]
+- replace type of pack variable from SDict<QCString> to StringSet [view]
+- replaced PageSDict by PageLinked*Map [view]
+- Optimize: usedDir can not be parent of dd if they have the same parent. [view]
+- Replaced UsedDirsContainer with UsedDirLinkedMap [view]
+- Substitute `QDict<UsedDir>` with `std::map<QCString, UsedDir * >`. [view]
+
+
+\endhtmlonly
\subsection log_1_9_0 Release 1.9.0
\htmlonly
--
cgit v0.12