Update Changelog; prepare 1.3.7
This commit is contained in:
parent
75cf246de5
commit
e650b34d20
3 changed files with 5 additions and 1 deletions
|
@ -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
1
NEWS
|
@ -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
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue