diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -1,5 +1,45 @@ # Generated by Makefile. Do not edit. +2012-07-11 Charles Kerr <charles.kerr@canonical.com> + + bump version to 12.10.0 + +2012-06-18 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~evgeni/libappindicator/optional-mono to make Mono binding generation optional. This way we don't FTB on architectures that don't support Mono. + +2012-06-10 Evgeni Golov <evgeni@debian.org> + + make building mono extension optional, so we can build on archs that do not have mono + +2012-06-18 Charles Kerr <charles.kerr@canonical.com> + + merge bzr merge lp:~evgeni/libappindicator/multiarch-same-devheaders so that we don't include build-time filenames in comments of the enum header files. + +2012-06-10 Evgeni Golov <evgeni@debian.org> + + don't include build-time filenames in comments of the enum header files + + If we do, the header files may be different on each build. + This is especially harmful when building multiple times for multiple + architectures and expecting the files to be identical. + +2012-04-23 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~ted/libappindicator/app_name to try the application name as a fallback if the client doesn't explicitly set the title. + +2012-04-16 Ted Gould <ted@gould.cx> + + If we don't have a title set, use the application name to output the title + +2012-04-12 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~allanlesage/libappindicator/TDD to add gcov targets to our autotools build for code-coverage reporting. For more information, see this blog post: http://qualityhour.wordpress.com/2012/01/29/test-coverage-tutorial-for-cc-autotools-projects/ . + +2012-03-27 Allan LeSage <allanlesage@gmail.com> + + Added coverage tooling. + 2012-03-21 Charles Kerr <charles.kerr@canonical.com> 0.4.92 |