Skip to content

Commit

Permalink
2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Oct 30, 2015
1 parent dd6c0e7 commit 766e856
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.63)
AC_INIT([cinnamon],[2.8.1],[https://github.com/linuxmint/Cinnamon/issues],[cinnamon])
AC_INIT([cinnamon],[2.8.2],[https://github.com/linuxmint/Cinnamon/issues],[cinnamon])

AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/cinnamon-global.c])
Expand Down
15 changes: 15 additions & 0 deletions debian/changelog
@@ -1,3 +1,18 @@
cinnamon (2.8.2) rosa; urgency=medium

[ Daniel Alley ]
* Replaced uses of the commands module with subprocess

[ Michael Webster ]
* st-container.c: Fix dispose method causing crashes. priv->children was being updated during destruction of each child, causing invalid pointers when iterating thru priv->children. Use clutter_actor_destroy_all_children to do just that, and we get no corruption.
* appletManager.js: fix get_object_for_uuid() when an empty index of appletObj is hit upon.

[ Clement Lefebvre ]
* Settings: Added link to mintlocale's input method
* Updated pot file

-- Clement Lefebvre <root@linuxmint.com> Fri, 30 Oct 2015 12:03:31 +0000

cinnamon (2.8.1) rosa; urgency=medium

[ Dexter Chua ]
Expand Down

0 comments on commit 766e856

Please sign in to comment.