-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
Release 0.8.14 (2017-04-18 Scott Moreau <[email protected]>) | ||
================================================================== | ||
COMPIZ-RELOADED | ||
|
||
Updated french translation | ||
|
||
Fix wrong border extents | ||
|
||
Updated catalan translation | ||
|
||
Fix oversized buttons | ||
|
||
Fix crash when special characters are displayed in titlebar | ||
|
||
Fix various gtk/gdk problems | ||
|
||
Respect GTK+ double-click speed | ||
|
||
Allow configurable middle-click titlebar actions | ||
|
||
Release 0.8.12.4 (2016-04-04 Sorokin Alexei <[email protected]>) | ||
================================================================== | ||
COMPIZ-RELOADED | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
AC_PREREQ(2.57) | ||
|
||
AC_INIT([emerald],[0.8.13], [[email protected]]) | ||
AC_INIT([emerald],[0.8.14], [[email protected]]) | ||
|
||
AM_INIT_AUTOMAKE([1.9 foreign tar-ustar dist-xz no-dist-gzip check-news]) | ||
AC_CONFIG_HEADER([config.h]) | ||
|