diff --git a/configure.ac b/configure.ac index 38f518b076..62d8947880 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([cinnamon],[2.8.2],[https://github.com/linuxmint/Cinnamon/issues],[cinnamon]) +AC_INIT([cinnamon],[2.8.3],[https://github.com/linuxmint/Cinnamon/issues],[cinnamon]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/cinnamon-global.c]) diff --git a/debian/changelog b/debian/changelog index 4cc0236009..c62c67b392 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +cinnamon (2.8.3) rosa; urgency=medium + + [ JosephMcc ] + * layout.js: Rework our strut handling code to better handle multi-monitor situations + * effects: Set the default settings to actually match the default "Cinnamon" style so these get used on new installs + * desklet/boxpoiner: Don't try to correct the arrow side for the desklet menu inside desklet.js. The boxpointer handles this on it's own. + * CinnamonWindowTracker: Pull some upstream fixes so google chrome apps will use the proper icons in the window list + + [ Lars Mueller ] + * Fix allocation error when STBoxLayout is align_end + + [ Clement Lefebvre ] + * Sound applet: Fixed huge icons/artwork in HiDPI + * Keyboard settings: Release grab when focus is lost + + [ cave ] + * attentionhandler suppress autofocus + + -- Clement Lefebvre Mon, 09 Nov 2015 11:33:49 +0000 + cinnamon (2.8.2) rosa; urgency=medium [ Daniel Alley ]