diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-07-12 17:36:00 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-07-12 17:36:00 +0200 |
commit | edcdb07267e0c6724469f87475063f97e00a2123 (patch) | |
tree | 2526d16915b520d7e67dc7c460e5a2c7abf1bfd0 /ChangeLog | |
parent | 21ef9a512f68c92981cd039abc46aa10dc38b91d (diff) | |
parent | b1beb2ccbcc04f6615b75375821c51ef4828ee24 (diff) | |
download | libayatana-indicator-edcdb07267e0c6724469f87475063f97e00a2123.tar.gz libayatana-indicator-edcdb07267e0c6724469f87475063f97e00a2123.tar.bz2 libayatana-indicator-edcdb07267e0c6724469f87475063f97e00a2123.zip |
Import upstream version 12.10.0
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,5 +1,37 @@ # Generated by Makefile. Do not edit. +2012-07-11 Charles Kerr <charles.kerr@canonical.com> + + bump version to 12.10.0 + +2012-06-19 Lars Uebernickel <lars.uebernickel@canonical.com> + + merge lp:~charlesk/libindicator/fix-test-sources + +2012-06-18 Charles Kerr <charles.kerr@canonical.com> + + fix copy-and-paste error in specifying the tests' source files + +2012-06-18 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~evgeni/libindicator/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:~charlesk/libindicator/cxx to constify the constructors for indicator_service_manager + +2012-04-22 Charles Kerr <charles.kerr@canonical.com> + + indiator_service_manager_new*()'s name arguments were gchar*, make them const gchar* + 2012-04-11 Charles Kerr <charles.kerr@canonical.com> 0.5.0 |