File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed
Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 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+
125Release 0.8.12.3 (2016-04-10 Sorokin Alexei <
[email protected] >)
226==================================================================
327COMPIZ-RELOADED
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ AC_PREREQ(2.57)
33dnl compiz package version number
44m4_define ( compiz_version_major , 0 )
55m4_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
1010COMPIZ_VERSION_MAJOR=compiz_version_major()
1111COMPIZ_VERSION_MINOR=compiz_version_minor()
You can’t perform that action at this time.
0 commit comments