Package Release Info

cinnamon-settings-daemon-3.6.2-bp151.3.2

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

cinnamon-settings-daemon
cinnamon-settings-daemon-devel

Change Logs

Version: 3.6.2-bp150.2.4
* Fri Dec 01 2017 sor.alexei@meowr.ru
- Update to version 3.6.2:
  * settings: Disable automatic screen orientation by default.
* Thu Nov 09 2017 sor.alexei@meowr.ru
- Update to version 3.6.1:
  * Power: Change default for sleep-display-ac/battery to
    30 minutes.
* Sat Oct 28 2017 sor.alexei@meowr.ru
- Update to version 3.6.0:
  * Make touchpad settings compatible with libinput.
  * Clean up the autorun dialogue a bit.
  * Xrandr: Hold the session start whilst the plugin is loaded.
  * csd-xsettings-gtk: Avoid a potential GFile leak.
  * Move translations to cinnamon-translations.
* Sun Aug 20 2017 sor.alexei@meowr.ru
- Update to version 3.4.4 (changes since 3.4.2):
  * Add an issue template.
  * Make xrandr plugin visible in "startup applications".
  * power: Remove spam from the log.
* Wed Jun 21 2017 sor.alexei@meowr.ru
- Update to version 3.4.2:
  * csd-color-manager.c: Make a device connect warning a debug
    message instead to reduce .xsession-errors clutter.
  * daemon-skeleton: Add a few upstream fixes for startup issues.
* Wed May 24 2017 sor.alexei@meowr.ru
- Update to version 3.4.1:
  * Fix incorrect D-Bus names.
  * media-keys: Don't show the level in the screen lock OSD.
  * Wait for xsettings to be fully started before starting the
    WindowManager phase.
* Sun May 07 2017 sor.alexei@meowr.ru
- Update to version 3.4.0:
  * mouse: Add missing device closing.
  * Increase cinnamon-desktop required version.
  * power: Fix typo in UPower keyboard GDBus proxy name.
  * Remove redundant aclocal from autogen.sh as autoreconf calls it.
  * Fix a -Wmissing-include-dirs warning.
  * clipboard, color, dummy: Add a test application.
  * common: Remove obsolete key parsing test application.
  * color: Fix linkage of csd-test-color.
  * main: Remove the ability to start/stop individual plugins.
  * plugins: Remove "test" from the stand-alone application names.
  * common: Add verbose a option to test-plugin.h.
  * plugins: Rename sources of all test applications.
  * mouse-plugin: Add new settings for mouse/touchpad.
  * sound: Rename the sound plugin for PulseAudio.
  * plugins: Add desktop files for all the plugins.
  * plugins: Stop building helpers as plugins.
  * Remove refs to obsolete schemas.
  * common: Remove use of SCHEMA_NAME.
  * common: Report errors on startup in the helper skeleton.
  * Use unique dbus names.
  * common: Register plugins with the session manager.
  * main: Remove gnome-settings-daemon binary.
  * data: Adapt pkg-config file for API removal.
  * build: Remove separate check for cinnamon-desktop.
  * main: Remove cinnamon-settings-plugin.h.
  * Add CSD plugin icons.
  * Remove calls to g_type_init(), bump GLib required version.
  * Fix redundant redeclarations.
  * Fix FSF address
  * Fix backgrounds in HiDPI.
  * Don't kill plugins during CSM stop PHASE.
  * Drop deprecated g_thread_init.
  * Add detection for accountsservice background as it's Ubuntu
    only.
  * cinnamon-settings-session, daemon-skeleton: Remove an ISO C
    warning.
  * csd-input-helper, csd-color-manager: Avoid compiler warnings.
  * csd-clipboard-manager: Avoid compiler warnings.
  * csd-locate-pointer: Change a shadowed variable causing compiler
    warnings (gh#linuxmint#cinnamon-settings-daemon#173).
  * Fix a typo in the Finnish translation.
- Install libexec stuff into a cinnamon-settings-daemon/
  subdirectory.
* Thu Dec 15 2016 sor.alexei@meowr.ru
- Update to version 3.2.1:
  * media-keys: Add Rotation lock support.
* Tue Nov 08 2016 sor.alexei@meowr.ru
- Update to version 3.2.0:
  * Remove the deprecated gdk_display_get_n_screens, this is now
    hardcoded to return 1, so loops using this can be removed.
  * Add a precautionary test on existence of a default display.
  * orientation: Use g_clear_* helpers.
  * orientation: Remove an empty constructor and dispose functions.
  * orientation: Call stop from 'finalize'.
  * orientation: Port to iio-sensor-proxy.
  * orientation: Use a symbolic name for the GSettings key name.
  * orientation: Fix screen lock not getting applied.
  * Fix double free in is_wacom_tablet_device().
  * xsettings: Fix cursor-size changes being ignored.
  * Remove deprecated g_settings_list_schemas().
  * Replace a deprecated gtk_icon_info_free() with g_object_unref().
  * common: Don't create the Synaptics Off property if it doesn't
    exist.
  * common: Recognise libinput touchpads as touchpads.
  * mouse: Fix indentation.
  * mouse: Add a helper function for fetching a property.
  * mouse: Rename helper to touchpad_set_bool().
  * mouse: Split into separate bool helpers.
  * mouse: libinput - hook up tapping configuration.
  * mouse: libinput - hook up natural scroll configuration.
  * mouse: libinput - hook up scrolling settings.
  * mouse: libinput - hook up click methods.
  * mouse: libinput - hook up left-handed setting.
  * mouse: libinput - hook up accel speed.
  * mouse: libinput - hook up middle button emulation.
  * mouse: libinput - hook up disable while typing.
  * Migrate away from gnome-common deprecated vars and macros.
  * Xrandr plugin: Do not save configuration when RotateTo is called.
* Thu May 12 2016 sor.alexei@meowr.ru
- Update to version 3.0.1:
  * touchpad: By default, disable the touchpad while typing.
* Mon Apr 25 2016 sor.alexei@meowr.ru
- Update to version 3.0.0:
  * Add dbus method to play sound event on specified channel.
  * Correct the icon shown in the OSD when the mic-mute button is
    used.
  * Power plugin: Fix CSD not notifying Cinnamon on device removal.
* Wed Mar 09 2016 sor.alexei@meowr.ru
- Update to 2.8.4:
  * power manager: Prevent sleep properly when the session has a
    sleep (not idle) inhibitor active.
* Fri Nov 27 2015 sor.alexei@meowr.ru
- Update to 2.8.3:
  * Re-add code removed by mistake.
* Fri Nov 20 2015 sor.alexei@meowr.ru
- Update to 2.8.2:
  * Change the minimum height required to trigger HiDPI scaling.
* Mon Nov 09 2015 sor.alexei@meowr.ru
- Update to 2.8.1:
  * Clean up some unused functions and variables.
  * csd-datetime forgets to authorise users.
- Remove cinnamon-settings-daemon-check-settime.patch: fixed
  upstream.
* Wed Oct 28 2015 sor.alexei@meowr.ru
- Add cinnamon-settings-daemon-check-settime.patch by
  Sebastian Krahmer: fix forgetting to check caller authentication
  in _set_date().
* Tue Oct 20 2015 sor.alexei@meowr.ru
- Update to 2.8.0:
  * Change summary for motion-acceleration as it has nothing to do
    with single click.
  * Stop using deprecated GSettings: schema property.
  * print-notifications: Don't show error for job in progress.
  * print-notifications: Close HTTP connections.
  * Pressing the mic-mute button now toggles the microphone's mute
    status.
  * Power plugin: Added vendor and model info to GetPrimaryDevice()
    and GetDevices().
  * [halfline] Xrandr plugin: don't ever show a dialog for xrandr
    failures.
  * XRandR: Catch-up with GSD 3.16 - set a title to the confirmation
    dialog (bgo#706128).
  * XRandR: Simplify layout of adjacent screens.
  * XRandR: Add object path to the interface definition XML.
  * XRandR: Avoid the GnomePnpIds object being created multiple times.
  * XRandR: Add more debug to the rotate windows call.
  * XRandR: Swap axes for tablets as well.
  * XRandR: Use default-monitors-setup for autoconfigure.
  * XRandR: Add reasoning for GnomePnpIds instantiation.
  * Provide a helper function to close an XDevice safely
  * HiDPI: Don't scale when the physical size isn't properly encoded.
  * Fix crash when a plugin failed to start.
  * Modernise code for handling SIGTERM.
  * Unown our D-Bus name when cinnamon-session says "Stop".
  * Remove unused code.
  * po: Fixed some refs to GNOME.
  * Remove unused maintscript.
  * Update man.
- Fix licence.
- Remove baselibs.conf.
- Require libcinnamon-desktop-data.
* Mon Aug 10 2015 i@marguerite.su
- update version 2.6.3
  * revert "mouse: enable two-finger scrolling by default"
- add baselibs.conf
* Tue Jun 02 2015 stefan@fam-elser.de
- update to version 2.6.2
* Thu Apr 23 2015 stefan@fam-elser.de
- update version 2.4.3