Skip to content

Commit bfd1145

Browse files
committed
Release version 0.8.14
1 parent 1279bd3 commit bfd1145

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

NEWS

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
Release 0.8.14 (2017-04-18 Scott Moreau <[email protected]>)
2+
==================================================================
3+
COMPIZ-RELOADED
4+
5+
Handle _NET_WM_MOVERESIZE ClientMessages
6+
Fixes whisker menu resize bug
7+
8+
Improve horizontal and vertical maximizing
9+
10+
Remove 'Number of Desktops' option
11+
12+
Fix crash when displaying special characters in gtk-window-decorator
13+
14+
Update translations
15+
16+
Set rotate and wall default flip bindings to None
17+
Fixes problem where edges of screen are unclickable by default
18+
19+
Fix potential for skydome silently failing to render
20+
21+
Don't fallback for exceeding max texture size
22+
23+
Improved --button-layout behavior for gtk-window-decorator
24+
125
Release 0.8.12.3 (2016-04-10 Sorokin Alexei <[email protected]>)
226
==================================================================
327
COMPIZ-RELOADED

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ AC_PREREQ(2.57)
33
dnl compiz package version number
44
m4_define(compiz_version_major, 0)
55
m4_define(compiz_version_minor, 8)
6-
m4_define(compiz_version_micro, 13)
6+
m4_define(compiz_version_micro, 14)
77

8-
AC_INIT([compiz], [0.8.13], [[email protected]])
8+
AC_INIT([compiz], [0.8.14], [[email protected]])
99

1010
COMPIZ_VERSION_MAJOR=compiz_version_major()
1111
COMPIZ_VERSION_MINOR=compiz_version_minor()

0 commit comments

Comments
 (0)