diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-22 13:46:17 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-22 13:48:27 +0200 |
commit | 0409f010d3ccec7cb9b7f29ede4db3c8afd91bc1 (patch) | |
tree | 021d359ef9c0e62496e47270eb696d7d9ba8661e /NEWS.Canonical | |
parent | 820f332a351d07af00a1deb338899c0eb5a8f3eb (diff) | |
download | libayatana-indicator-0409f010d3ccec7cb9b7f29ede4db3c8afd91bc1.tar.gz libayatana-indicator-0409f010d3ccec7cb9b7f29ede4db3c8afd91bc1.tar.bz2 libayatana-indicator-0409f010d3ccec7cb9b7f29ede4db3c8afd91bc1.zip |
Move NEWS -> NEWS.Canonical.
Diffstat (limited to 'NEWS.Canonical')
-rw-r--r-- | NEWS.Canonical | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS.Canonical b/NEWS.Canonical new file mode 100644 index 0000000..341c6fa --- /dev/null +++ b/NEWS.Canonical @@ -0,0 +1,20 @@ +12.10.1 + + - merge lp:~charlesk/libindicator/lp-1045372 to remove the 'cloak' + code that caused libreoffice's menubars in unity to be greyed + out after opening any dialog or switching windows (lp: 1045372) + +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 + |