Only the most recent Changes and New features are included.
Others are listed date only, please refer following URL.
http://www.stack.nl/~dimitri/doxygen/changelog.html
Release 1.8.1.1 (2012/06/10)
Changes
- Integrated the root navigation tree in navtree.js for faster loading.
- When the navigation tree is enabled, clicking jump to a line in
- the source code view will now highlight the line.
New features
- VHDL code now has a new Design Overview page (thanks for Martin Kreis
for the patch). Requires HAVE_DOT=YES, and DOT_IMAGE_FORMAT=svg.
- id 677678: Added support for strong and weak attributes in Objective-C
properties.
Release 1.8.1 (2012/05/19)
Release 1.8.0 (2012/02/25)
Release 1.7.6.1 (2011/12/10)
Release 1.7.6 (2011/12/03)
Release 1.7.5.1 (2011/08/21)
Release 1.7.5 (2011/08/14)
Release 1.7.4 (2011/03/28)
Release 1.7.3 (2011/01/03)
Release 1.7.2 (2010/10/09)
Release 1.7.1 (2010/06/25)
Release 1.7.0 (2010/06/15)
(Following patches are deleted, for upstream took the changes)
patch-ai
patch-ak
patch-qtools-qvaluestack.h
changes:
-new cameras: Nikon S6000, Canon PowerShot A3000, PowerShot SX230HS,
Canon EOS 5D Mark III, Sony SLT A35, Nikon Coolpix AW100
-faster Canon EOS directory loading
-Canon EOS and Nikon support improvements
-bugfixes
-translation updates
tested with EOS40 (much faster than before indeed!)
New Libraries
* Algorithm: A collection of useful generic algorithms, from Marshall Clow.
This includes several different searching algorithms, as well as most of the
new algorithms from the C++11 standard library
* Functional/OverloadedFunction: Overload different functions into a single
function object, from Lorenzo Caminiti.
* LocalFunction: Program functions locally, within other functions, directly
within the scope where they are needed, from Lorenzo Caminiti.
* Utility/IdentityType: Wrap types within round parenthesis so they can always
be passed as macro parameters, from Lorenzo Caminiti.
More http://www.boost.org/users/history/version_1_50_0.html
This change adds a new atf-libs package that provides the libatf-c,
libatf-c++ and libatf-sh libraries by themselves, without any of the
ATF runtime tools. The atf package has been modified to only install
the runtime utilities (atf-run and atf-report being the major ones)
and depend on atf-libs.
The purpose of this change is to allow packages that install tests to
depend on a lighter-weight package, and to allow the addition of the
upcoming kyua-atf-compat package. The latter will be a package that
provides atf-run and atf-report replacements based on kyua-cli, and
therefore will conflict with the atf tools (but not the libraries).
While doing this, fix the pkgconfig overrides and ensure that we use
the right version of the ATF libraries given that disabling shared
library building appears to have been broken, possibly for a while.
The results of GC_MALLOC_ATOMIC, GC_get_maps, and GC_scratch_alloc
are now properly checked, avoiding segmentation faults. Several
private symbols have been made externally visible to aid third
party software which unfortunately relies on them. Minor NetBSD
issues have been resolved.
allow building this on LP64PLATFORMS again as I see no obvious further
reason it shouldn't work. If anyone knows how to test it properly,
please do so.
This is a poor fix for an apparently not well understood problem, so
we should consider it a stopgap fix and find a sustainable solution
after the freeze.
Fixes since v1.7.10.4
---------------------
* "git fast-export" did not give a readable error message when the
same mark erroneously appeared twice in the --import-marks input.
* "git rebase -p" used to pay attention to rebase.autosquash which
was wrong. "git rebase -p -i" should, but "git rebase -p" by
itself should not.
(ok agc@ to commit during freeze)
the same reason: gcc "knows" that malloc has no side effects and
reorders code around it, only it's wrong. Fixes SIGSEGV during build
seen in some environments.
Bump package revision as a precaution, because I don't understand why
this sometimes doesn't fail and sometimes does with the same gcc
version.