diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-07-12 17:44:39 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-07-12 17:44:39 +0200 |
commit | d73939963e5bca17318babdb55ab9447e9a30bdb (patch) | |
tree | ded212f716e065aab6211afbfca1e2ad489603c0 /NEWS | |
parent | f26bd55b60d4a79df09881a37e36d53212ac1069 (diff) | |
parent | edcdb07267e0c6724469f87475063f97e00a2123 (diff) | |
download | libayatana-indicator-d73939963e5bca17318babdb55ab9447e9a30bdb.tar.gz libayatana-indicator-d73939963e5bca17318babdb55ab9447e9a30bdb.tar.bz2 libayatana-indicator-d73939963e5bca17318babdb55ab9447e9a30bdb.zip |
New upstream release.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +12.10.0 + + - merge lp:~evgeni/libindicator/multiarch-same-devheaders so that we + 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. + + - merge lp:~charlesk/libindicator/fix-test-sources to fix a + copy-and-paste error in specifying the tests' source files + + - merge lp:~charlesk/libindicator/cxx to constify the constructors + for indicator_service_manager + |