Update Changelog; prepare 1.3.7

This commit is contained in:
Mathias Gumz 2015-01-24 10:49:19 +01:00
parent 75cf246de5
commit e650b34d20
3 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,9 @@
-----------------------------
Changes for 1.3.7
*15/01/24:
* Bugfix: render vertical text (affects Tabs and Toolbar; closes #1119)
*15/01/22:
* Bugfix: _NET_REQUEST_FRAME_EXTENTS (closes #1121)
* Bugfix: emit signal when window gets decionified

1
NEWS
View file

@ -7,6 +7,7 @@ Critical Bugfixes:
Minor Bugfixes:
* _NET_REQUEST_FRAME_EXTENTS
* working autorepeat keys
* working vertical rotated Tabs and Toolbar
End User unrelated:
* Code refactoring and cleanup, assisted by Coverity and

View file

@ -1,7 +1,7 @@
dnl Initialize autoconf and automake
AC_PREREQ([2.52])
AC_INIT([fluxbox],
[1.3.6],
[1.3.7],
[fluxbox-devel@lists.sourceforge.net], [],
[http://fluxbox.org/])
AC_CONFIG_SRCDIR([src/fluxbox.cc])