Skip to content

Commit

Permalink
2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Mar 31, 2015
1 parent ecd1804 commit 0f710a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ(2.50)

m4_define([muffin_major_version], [2])
m4_define([muffin_minor_version], [4])
m4_define([muffin_micro_version], [4])
m4_define([muffin_micro_version], [5])

m4_define([muffin_version],
[muffin_major_version.muffin_minor_version.muffin_micro_version])
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
muffin (2.4.5) rebecca; urgency=medium

[ Stefan Dösinger ]
* Allow programmatic minimization without MWM_FUNC_MINIMIZE

[ Michael Webster ]
* screen.c: update _NET_DESKTOP_LAYOUT with the current workspace layout.
* screen.c: Update _NET_DESKTOP_NAMES when appropriate. Before we only did it when the MetaScreen was initialized - during startup - which would result in the server having the wrong names (or worse, the wrong length array of names.)
* MetaWindow: make meta_window_get_xwindow introspectable.

-- Clement Lefebvre <root@linuxmint.com> Tue, 31 Mar 2015 09:27:35 +0200

muffin (2.4.4) betsy; urgency=medium

* Add _NET_WM_STATE_MAXIMIZED_VERT to the _NET_WM_STATE for tiled windows.
Expand Down

0 comments on commit 0f710a3

Please sign in to comment.