aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-24 09:49:19 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-24 09:49:19 (GMT)
commite650b34d2095f8b6eec697fc190be1b4d46233fa (patch)
treee58b0e6fc20094fecbce2d28f15d666fbe458273
parent75cf246de5c11d1a702ce4bc7cec4730cd9195ef (diff)
downloadfluxbox-e650b34d2095f8b6eec697fc190be1b4d46233fa.zip
fluxbox-e650b34d2095f8b6eec697fc190be1b4d46233fa.tar.bz2
Update Changelog; prepare 1.3.7
-rw-r--r--ChangeLog3
-rw-r--r--NEWS1
-rw-r--r--configure.ac2
3 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 61f9987..493cf34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
3----------------------------- 3-----------------------------
4Changes for 1.3.7 4Changes 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
diff --git a/NEWS b/NEWS
index af62a56..b14210a 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ Critical Bugfixes:
7Minor Bugfixes: 7Minor 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
11End User unrelated: 12End 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 @@
1dnl Initialize autoconf and automake 1dnl Initialize autoconf and automake
2AC_PREREQ([2.52]) 2AC_PREREQ([2.52])
3AC_INIT([fluxbox], 3AC_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/])
7AC_CONFIG_SRCDIR([src/fluxbox.cc]) 7AC_CONFIG_SRCDIR([src/fluxbox.cc])