update, new version
This commit is contained in:
parent
985d44190e
commit
8a78702888
2 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,14 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 0.9.15:
|
||||
*06/03/19:
|
||||
* Fixed some wrong fbsetroot nls (Thanks Semushin Slava )
|
||||
nls/da_DK/Translation.m, nls/ko_KR/Translation.m
|
||||
* Cleaned up some nls and help text in ./fluxbox -h (Thanks Semushin Slava [php-coder at ngs ru] )
|
||||
nls/*/Translation.m, Screen.cc, main.cc
|
||||
* Titlebar button configuration changed from session.titlbar.left/right
|
||||
to screen specific: session.screen<num>.titlbar.left/right
|
||||
(Henrik)
|
||||
Screen.hh/cc, Window.hh/cc, fluxbox.hh/cc
|
||||
*06/03/14:
|
||||
* Fixed memory leak when XCreateImage failes in XFontImp
|
||||
(Thanks Semushin Slava [php-coder] )
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
dnl Initialize autoconf and automake
|
||||
AC_INIT(src/main.cc)
|
||||
AC_PREREQ(2.52)
|
||||
AM_INIT_AUTOMAKE(fluxbox,0.9.14, no-define)
|
||||
AM_INIT_AUTOMAKE(fluxbox,0.9.15, no-define)
|
||||
|
||||
dnl Determine default prefix
|
||||
test x$prefix = "xNONE" && prefix="$ac_default_prefix"
|
||||
|
|
Loading…
Reference in a new issue