SHA256
8
0
forked from pool/doxygen
OBS User unknown
2007-10-31 15:52:10 +00:00
committed by Git OBS Bridge
parent 272ac2badd
commit f95afaa64c
15 changed files with 64 additions and 22 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Oct 30 11:56:25 CET 2007 - anosek@suse.cz
- updated to version 1.5.4
Changes:
* When setting SOURCE_BROWSER to YES, all undocumented classes
also ended up in the documentation. Now this will only happen
if EXTRACT_ALL is also enabled.
* Upgraded included third party libs libpng and zlib to version
1.2.21 and 1.2.3 respectively.
New features:
* Included support for parsing Fortran 90
* Added config option SIP_SUPPORT to support handling SIP sources
(used for Python to C++ bindings).
* Added support for CLI/C++ style indexed properties.
* Added config option TYPEDEF_HIDES_STRUCT which when enabled
treats a typedef of a struct as a struct with the name of the
typedef. This behavious was coupled to OPTIMIZE_OUTPUT_FOR_C
in the previous version and is now an independent option.
-------------------------------------------------------------------
Fri Jul 27 12:53:46 CEST 2007 - anosek@suse.cz