diff --git a/doxygen-1.7.5.1-html.tar.bz2 b/doxygen-1.7.5.1-html.tar.bz2 deleted file mode 100644 index d6052b3..0000000 --- a/doxygen-1.7.5.1-html.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c11bbb8bd5a51fa5b8f3f8c84fc20c9ff06493c129fe0f2793f68d3f39c679ba -size 513251 diff --git a/doxygen-1.7.5.1.src.tar.bz2 b/doxygen-1.7.5.1.src.tar.bz2 deleted file mode 100644 index 172a6be..0000000 --- a/doxygen-1.7.5.1.src.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7aba0d15a2b0e93d7cfa70f2b279c4518f2d02802d3c226b0a331bd0b3f48a7 -size 3935294 diff --git a/doxygen-1.7.6.1-html.tar.bz2 b/doxygen-1.7.6.1-html.tar.bz2 new file mode 100644 index 0000000..390a183 --- /dev/null +++ b/doxygen-1.7.6.1-html.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74c9aaadaeba40b3a9e654ffa35d8cdb96d5cba724d5baf91b294d516f94142 +size 516059 diff --git a/doxygen-1.7.6.1.src.tar.bz2 b/doxygen-1.7.6.1.src.tar.bz2 new file mode 100644 index 0000000..3ee3991 --- /dev/null +++ b/doxygen-1.7.6.1.src.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d2e3ad53b686212246b404c8f3340edf6803ffcf370ba66f5f1c453d69fab3 +size 4011253 diff --git a/doxygen.changes b/doxygen.changes index e2ea6c7..0c8c83e 100644 --- a/doxygen.changes +++ b/doxygen.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Mon Dec 12 08:59:26 UTC 2011 - pgajdos@suse.com + +- updated to 1.7.6.1: + * Doxygen now reports its cache usage (for the symbol and the + lookup cache) at the end of a run (if QUIET=NO), and + recommends settings for SYMBOL_CACHE_SIZE and + LOOKUP_CACHE_SIZE for your project if either cache is too + small. + * Added new option LOOKUP_CACHE_SIZE to control the internal + cache doxygen uses to find symbols given their name and + a context. + * Python: added support for @staticmethod. + * Python: scopes are now shown with . instead of :: + * id 665313: Space before @if was not preserved, causing + problems with inline @if .. @endif constructs. + * id 665583: Fixed XHTML validity problem when using mscgen + graphs. + * id 665641: Fixed XHTML validity problem when + GENERATE_TREEVIEW was disabled. + * id 665720: Included patch to fix hang issue when non-empty + INCLUDE_PATH was used. + * id 665778: Fixed parse issue when a comma appeared as part + of an enum's value. + +------------------------------------------------------------------- +Mon Dec 5 09:38:29 UTC 2011 - pgajdos@suse.com + +- updated to 1.7.6: + * To improve the performance of loading the navigation tree, + the data is now split into multiple javascript files which + are loaded dynamically. + * The selected member is now briefly highlighted in the HTML + output (when GENERATE_TREEVIEW is enabled). + * The navigation tree (GENERATE_TREEVIEW) now shows the same + information as the index. + * The navindex section of layout now also controls what is + shown in the navigation tree. + * Improved HTML output support for IE9. + * Included redesigned VHDL parser (thanks to Martin Kreis + for the patch) + * When a class/structs has many (>15) members of the same type, + only the first 10 are shown in the UML diagram. + * Made the output of the javascript based search engine more + compact. + * Update of the French translation. + * id 607305: Added support for PHP heredoc and nowdoc constructs. + * Added support for cross-referencing in case of operator-> + overloading. This includes support for std::auto_ptr, + std::smart_ptr,std::unique_ptr and std::weak_ptr when + BUILTIN_STL_SUPPORT is enabled. + * bugfixes + ------------------------------------------------------------------- Fri Sep 30 12:59:51 CEST 2011 - dmueller@suse.de diff --git a/doxygen.spec b/doxygen.spec index 493849f..a9e9d89 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -19,9 +19,9 @@ Name: doxygen BuildRequires: bison flex gcc-c++ libpng-devel -Version: 1.7.5.1 +Version: 1.7.6.1 Release: 1 -License: GPLv2+ +License: GPL-2.0+ Group: Development/Tools/Doc Generators Summary: Automated C, C++, and Java Documentation Generator Url: http://www.stack.nl/~dimitri/doxygen/ diff --git a/doxygen_manual-1.7.5.1.pdf.bz2 b/doxygen_manual-1.7.5.1.pdf.bz2 deleted file mode 100644 index 382ff95..0000000 --- a/doxygen_manual-1.7.5.1.pdf.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6b7f64d1d09ae4689ce3130b86b6e2ccd93aa5c7ec5e262085fabeebd544feb -size 716156 diff --git a/doxygen_manual-1.7.6.1.pdf.bz2 b/doxygen_manual-1.7.6.1.pdf.bz2 new file mode 100644 index 0000000..a7b097b --- /dev/null +++ b/doxygen_manual-1.7.6.1.pdf.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19059d27a00da7ccb8178924c18c25cae73996da2d5989e840a92caaf2acb663 +size 757324 diff --git a/doxywizard.changes b/doxywizard.changes index 8c87429..8fdaca7 100644 --- a/doxywizard.changes +++ b/doxywizard.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Mon Dec 5 09:44:06 UTC 2011 - pgajdos@suse.com + +- updated to 1.7.6: + * To improve the performance of loading the navigation tree, + the data is now split into multiple javascript files which + are loaded dynamically. + * The selected member is now briefly highlighted in the HTML + output (when GENERATE_TREEVIEW is enabled). + * The navigation tree (GENERATE_TREEVIEW) now shows the same + information as the index. + * The navindex section of layout now also controls what is + shown in the navigation tree. + * Improved HTML output support for IE9. + * Included redesigned VHDL parser (thanks to Martin Kreis + for the patch) + * When a class/structs has many (>15) members of the same type, + only the first 10 are shown in the UML diagram. + * Made the output of the javascript based search engine more + compact. + * Update of the French translation. + * id 607305: Added support for PHP heredoc and nowdoc constructs. + * Added support for cross-referencing in case of operator-> + overloading. This includes support for std::auto_ptr, + std::smart_ptr,std::unique_ptr and std::weak_ptr when + BUILTIN_STL_SUPPORT is enabled. + * bugfixes + ------------------------------------------------------------------- Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de diff --git a/doxywizard.spec b/doxywizard.spec index 0b25067..79d60cf 100644 --- a/doxywizard.spec +++ b/doxywizard.spec @@ -19,10 +19,10 @@ Name: doxywizard BuildRequires: bison flex gcc-c++ libjpeg-devel -Version: 1.7.5.1 +Version: 1.7.6.1 Release: 1 Requires: doxygen = %{version} -License: GPLv2+ +License: GPL-2.0+ Group: Development/Tools/Doc Generators Summary: Graphical User Interface for Doxygen Url: http://www.stack.nl/~dimitri/doxygen/