diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 15fbfaa..0000000 --- a/ChangeLog +++ /dev/null @@ -1 +0,0 @@ -see debian/changelog diff --git a/NEWS b/NEWS index a31d1ef..83f3bc1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Release 0.8.12.1 (2016-02-21 Sorokin Alexei ) +================================================================== +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 ) ================================================================ COMPIZ-RELOADED diff --git a/TODO b/TODO index e543114..9ee5d30 100644 --- a/TODO +++ b/TODO @@ -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. diff --git a/VERSION b/VERSION index efde3e8..235110b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION=0.8.12 +VERSION=0.8.12.1 diff --git a/configure.ac b/configure.ac index 8125388..25e7d1c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ(2.57) -AC_INIT([emerald],[0.8.12], [livinglatexkali@gmail.com]) +AC_INIT([emerald],[0.8.12.1], [livinglatexkali@gmail.com]) -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