* Fri Jan 05 2018 dimstar@opensuse.org
- Export LANG=C.UTF-8 before running the test suite. Python3 is
kinda strict and generally expects an UTF8 terminal.
* Wed Jan 03 2018 tchvatal@suse.com
- Update to 1.8.14:
* Many fixes during the one year development cycle:
http://www.stack.nl/~dimitri/doxygen/manual/changelog.html#log_1_8_14
- Switch to python3 instead of python2
- Refresh patch vhdlparser-no-return.patch
- Use qt5 doxywizard even on leaps
* Fri Nov 10 2017 mpluskal@suse.com
- Update licensing information
* Tue Nov 07 2017 mpluskal@suse.com
- Explicitly require python2 for building
- Use more cmake macros
- Run spec-cleaner
* Wed Feb 22 2017 foss@grueninger.de
- Revert erroneous change of required CMake version
* Tue Feb 14 2017 foss@grueninger.de
- Update to 1.8.13
See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html#log_1_8_13
* Tue Sep 06 2016 foss@grueninger.de
- Update to 1.8.12
See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
* Sun Feb 21 2016 crrodriguez@opensuse.org
- Build against QT5 in newer products
- Do not link with -pie as we are not compiling with -fPIE
* Tue Jan 05 2016 pgajdos@suse.com
- fix build after update
* Tue Jan 05 2016 foss@grueninger.de
- Update to 1.8.11
See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
- Update patch vhdlparser-no-return.patch
- Remove patch doxygen-no-shared-libs.patch which is included
in upstream
* Thu Aug 27 2015 mpluskal@suse.com
- Move checks to doxywizard package to avoid build cycle
* Fri Aug 21 2015 tchvatal@suse.com
- Set proper minimal cmake version required
- Use system stack for cmake params and obey cflags
- Add patch to build required static libs:
* doxygen-no-shared-libs.patch
- Refresh patch:
* doxygen-no-lowercase-man-names.patch
- Add patch to avoid no-return-in-nonvoid function error:
* vhdlparser-no-return.patch
* Mon Aug 17 2015 pgajdos@suse.com
- updated to 1.8.10, see doxygen.changes
- move tests to doxygen.spec
- remove doxywizard-1.5.9-flex.patch
* Fri Feb 20 2015 mpluskal@suse.com
- Cleanup spec file with spec-cleaner
- Enable tests
* Fri Feb 06 2015 mpluskal@suse.com
- Update to 1.8.9.1:
* bugfix releas, see
http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
for details
* Thu Aug 28 2014 andreas.stieger@gmx.de
- Doxygen 1.8.8
- New features:
* Support for PlantUML
* Add BREAD_CRUMB_TRAIL
- A selection of bug fixes and updates as listed in
http://www.stack.nl/~dimitri/doxygen/manual/changelog.html#log_1_8_8
* Tue May 13 2014 pgajdos@suse.com
- updated to 1.8.7:
* many bugfixes and features, see
http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
for details
* Thu Jan 02 2014 pgajdos@suse.com
- updated to 1.8.6:
* many bugfixes and features, see
http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
for details
* Mon Aug 26 2013 pgajdos@suse.com
- updated to 1.8.5:
* Added SOURCE_TOOLTIPS option for advanced tooltip support while
source browsing.
* bugfixes
* Mon May 20 2013 pgajdos@suse.com
- updated to 1.8.4:
* id 686384: When INLINE_SIMPLE_STRUCTS is enabled, also structs
with simple typedefs will be inlined.
* Doxywizard: scrolling with mouse wheel no longer affects the
values in the expert view.
* id 681733: More consistent warnings and errors.
* Added support for "clang assisted parsing", which allows the
code to also be parsed via libclang (C/C++ frontend of LLVM)
and can improve the quality of the syntax highting,
cross-references, and call graphs, especially for template
heavy C++ code. To enable this feature you have to configure
doxygen with the --with-libclang option. Then you get two new
configuration options: CLANG_ASSISTED_PARSING to enable or
disable parsing via clang and CLANG_OPTIONS to pass additional
compiler options needed to compile the files. Note that
enabling this feature has a significant performance penality.
* Included patch donated by Intel which adds Docbook support.
This can be enabled via GENERATE_DOCBOOK and the output
location can be controlled using DOCBOOK_OUTPUT. Docbook
specific sections can be added using
\docbookonly ... \enddocbookonly
* Added support for UNO IDL (interace language used in
Open/Libre Office), thanks to Michael Stahl for the patch.
* Included patch by Adrian Negreanu which stores data gathered
by doxygen in a sqlite3 database. Currently still work in
progress and can only be enabled using --with-sqlite3 during
./configure.
* For interactive SVG graphs, edges are now highlighted when
hovered by the mouse.
* Include patch by Adrian Negreanu to show duration statistics
after a run. You can enable this by running doxygen with the
"-d Time" option.
* Included patch by Markus Geimer which adds a new option
LATEX_EXTRA_FILES which works similarily to HTML_EXTRA_FILES
in that it copied specified files to the LaTeX output
directory.
* etc., see http://www.stack.nl/~dimitri/doxygen/manual/changelog.html