Skip to content

Commit b82fab8

Browse files
committed
Release version 0.8.12.1
1 parent a173bbf commit b82fab8

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

ChangeLog

Lines changed: 0 additions & 1 deletion
This file was deleted.

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Release 0.8.12.1 (2016-02-21 Sorokin Alexei <[email protected]>)
2+
==================================================================
3+
COMPIZ-RELOADED
4+
5+
Fix a crash when Shift Switcher was enabled after Emerald and used.
6+
7+
Place emerald-theme-manager into /usr/share/icons/ and remove
8+
useless icons from there.
9+
110
Release 0.8.12 (2016-02-12 Sorokin Alexei <[email protected]>)
211
================================================================
312
COMPIZ-RELOADED

TODO

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
- Display the fetch button only if svn is installed
21
- Enable multiple repositories with different backend(ftp, http etc)
32
- Preview of themes and ability to select the themes to download
43
- I think I broke import_cache, hopefully Quinn_storm would fix that soon.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=0.8.12
1+
VERSION=0.8.12.1

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
AC_PREREQ(2.57)
22

3-
AC_INIT([emerald],[0.8.12], [[email protected]])
3+
AC_INIT([emerald],[0.8.12.1], [[email protected]])
44

5-
AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news])
5+
AM_INIT_AUTOMAKE([1.9 foreign tar-ustar dist-xz no-dist-gzip check-news])
66
AC_CONFIG_HEADER([config.h])
77

88
AC_ISC_POSIX

0 commit comments

Comments
 (0)