diff options
author | Mathias Gumz <akira@fluxbox.org> | 2015-01-24 09:49:19 (GMT) |
---|---|---|
committer | Mathias Gumz <akira@fluxbox.org> | 2015-01-24 09:49:19 (GMT) |
commit | e650b34d2095f8b6eec697fc190be1b4d46233fa (patch) | |
tree | e58b0e6fc20094fecbce2d28f15d666fbe458273 | |
parent | 75cf246de5c11d1a702ce4bc7cec4730cd9195ef (diff) | |
download | fluxbox-e650b34d2095f8b6eec697fc190be1b4d46233fa.zip fluxbox-e650b34d2095f8b6eec697fc190be1b4d46233fa.tar.bz2 |
Update Changelog; prepare 1.3.7
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 5 insertions, 1 deletions
@@ -3,6 +3,9 @@ | |||
3 | ----------------------------- | 3 | ----------------------------- |
4 | Changes for 1.3.7 | 4 | Changes for 1.3.7 |
5 | 5 | ||
6 | *15/01/24: | ||
7 | * Bugfix: render vertical text (affects Tabs and Toolbar; closes #1119) | ||
8 | |||
6 | *15/01/22: | 9 | *15/01/22: |
7 | * Bugfix: _NET_REQUEST_FRAME_EXTENTS (closes #1121) | 10 | * Bugfix: _NET_REQUEST_FRAME_EXTENTS (closes #1121) |
8 | * Bugfix: emit signal when window gets decionified | 11 | * Bugfix: emit signal when window gets decionified |
@@ -7,6 +7,7 @@ Critical Bugfixes: | |||
7 | Minor Bugfixes: | 7 | Minor Bugfixes: |
8 | * _NET_REQUEST_FRAME_EXTENTS | 8 | * _NET_REQUEST_FRAME_EXTENTS |
9 | * working autorepeat keys | 9 | * working autorepeat keys |
10 | * working vertical rotated Tabs and Toolbar | ||
10 | 11 | ||
11 | End User unrelated: | 12 | End User unrelated: |
12 | * Code refactoring and cleanup, assisted by Coverity and | 13 | * Code refactoring and cleanup, assisted by Coverity and |
diff --git a/configure.ac b/configure.ac index 70909f8..1cf80c7 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,7 +1,7 @@ | |||
1 | dnl Initialize autoconf and automake | 1 | dnl Initialize autoconf and automake |
2 | AC_PREREQ([2.52]) | 2 | AC_PREREQ([2.52]) |
3 | AC_INIT([fluxbox], | 3 | AC_INIT([fluxbox], |
4 | [1.3.6], | 4 | [1.3.7], |
5 | [fluxbox-devel@lists.sourceforge.net], [], | 5 | [fluxbox-devel@lists.sourceforge.net], [], |
6 | [http://fluxbox.org/]) | 6 | [http://fluxbox.org/]) |
7 | AC_CONFIG_SRCDIR([src/fluxbox.cc]) | 7 | AC_CONFIG_SRCDIR([src/fluxbox.cc]) |