-
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
5 changed files
with
12 additions
and
5 deletions.
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,12 @@ | ||
Release 0.8.12.1 (2016-02-21 Sorokin Alexei <[email protected]>) | ||
================================================================== | ||
COMPIZ-RELOADED | ||
|
||
Fix a crash when Shift Switcher was enabled after Emerald and used. | ||
|
||
Place emerald-theme-manager into /usr/share/icons/ and remove | ||
useless icons from there. | ||
|
||
Release 0.8.12 (2016-02-12 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,4 +1,3 @@ | ||
- Display the fetch button only if svn is installed | ||
- Enable multiple repositories with different backend(ftp, http etc) | ||
- Preview of themes and ability to select the themes to download | ||
- I think I broke import_cache, hopefully Quinn_storm would fix that soon. |
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 +1 @@ | ||
VERSION=0.8.12 | ||
VERSION=0.8.12.1 |
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,8 +1,8 @@ | ||
AC_PREREQ(2.57) | ||
|
||
AC_INIT([emerald],[0.8.12], [[email protected]]) | ||
AC_INIT([emerald],[0.8.12.1], [[email protected]]) | ||
|
||
AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) | ||
AM_INIT_AUTOMAKE([1.9 foreign tar-ustar dist-xz no-dist-gzip check-news]) | ||
AC_CONFIG_HEADER([config.h]) | ||
|
||
AC_ISC_POSIX | ||
|