diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-17 15:08:47 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-17 15:08:48 +0100 |
commit | 454a7c0c3466cdf28980b2b2c185b7eb4f66a043 (patch) | |
tree | 4ad32c373df8a2caf1b36718021692f3f4837885 /NEWS | |
parent | a6b067689aaea384b586eb2a1bcc1a6e703e4bd0 (diff) | |
download | ayatana-indicator-sound-454a7c0c3466cdf28980b2b2c185b7eb4f66a043.tar.gz ayatana-indicator-sound-454a7c0c3466cdf28980b2b2c185b7eb4f66a043.tar.bz2 ayatana-indicator-sound-454a7c0c3466cdf28980b2b2c185b7eb4f66a043.zip |
release 0.9.00.9.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -1,3 +1,40 @@ +Overview of changes in ayatana-indicator-session 0.9.0 + + - Clean up GSetings and AccountsService schema detection and conditional + code. + - Drop fallback org.ayatana.AccountsService.Sound AccountsService + configuration. + - Drop data/org.ayatana.sound.gschema.xml fallback GSettings schema. + - Rename Lomiri-specific properties to x-lomiri. + - Drop local gmenuharness, use it from the system. + - data/CMakeLists.txt: Rename accountsservice-ubuntu-schemas to Lomiri + namespace. + - Restrict com.canonical.settings.sound code to Unity7. + - Rename com.ubuntu.AccountsService.SecurityPrivacy to + com.lomiri.AccountsSerivce.SecurityPrivacy. + - Rename com.ubuntu.AccountsService.Sound to com.lomiri.AccountsSerivce.Sound. + - Rename com.ubuntu.sound GSettings schema to com.lomiri.sound. + - Rename UNITY_API* to LOMIRI_API*. + - src/media-player-user.vala: Rename unity-greeter-session-broadcast to + ayatana-greeter-session-broadcast. + - Rename x-canonical-value-bar-tint. + - Fix undefined VALA_EXTERN. + - Update Ayatana IDO names. + - Drop lomiri-url-dispatcher dependency. + - Replace code with libayatana-common functions. + - src/accounts-service-user.vala: Fix possibly null access. + - Merge in all improvements from ubuntu-indicator-sound as has been shipped + with Ubuntu Touch. + - src/service.vala: Display a zenity warning if the audio settings application + is not found. + - Drop deprecated DBusProxy.create_for_bus. + - Fix various comiler warnings. + - src/media-player-list-greeter.vala: Avoid possible null value. + - Update/add documentation. + - Port to CMake. + - Add Travis CI configuration. + - Translation updates. + Overview of changes in ayatana-indicator-session 0.8.2 - Switch to building against Lomiri (rather than deprecated |