diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,14 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.15: | 2 | Changes for 0.9.15: |
3 | *06/03/19: | ||
4 | * Fixed some wrong fbsetroot nls (Thanks Semushin Slava ) | ||
5 | nls/da_DK/Translation.m, nls/ko_KR/Translation.m | ||
6 | * Cleaned up some nls and help text in ./fluxbox -h (Thanks Semushin Slava [php-coder at ngs ru] ) | ||
7 | nls/*/Translation.m, Screen.cc, main.cc | ||
8 | * Titlebar button configuration changed from session.titlbar.left/right | ||
9 | to screen specific: session.screen<num>.titlbar.left/right | ||
10 | (Henrik) | ||
11 | Screen.hh/cc, Window.hh/cc, fluxbox.hh/cc | ||
3 | *06/03/14: | 12 | *06/03/14: |
4 | * Fixed memory leak when XCreateImage failes in XFontImp | 13 | * Fixed memory leak when XCreateImage failes in XFontImp |
5 | (Thanks Semushin Slava [php-coder] ) | 14 | (Thanks Semushin Slava [php-coder] ) |
diff --git a/configure.in b/configure.in index e55912e..5f6d4f0 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,7 +1,7 @@ | |||
1 | dnl Initialize autoconf and automake | 1 | dnl Initialize autoconf and automake |
2 | AC_INIT(src/main.cc) | 2 | AC_INIT(src/main.cc) |
3 | AC_PREREQ(2.52) | 3 | AC_PREREQ(2.52) |
4 | AM_INIT_AUTOMAKE(fluxbox,0.9.14, no-define) | 4 | AM_INIT_AUTOMAKE(fluxbox,0.9.15, no-define) |
5 | 5 | ||
6 | dnl Determine default prefix | 6 | dnl Determine default prefix |
7 | test x$prefix = "xNONE" && prefix="$ac_default_prefix" | 7 | test x$prefix = "xNONE" && prefix="$ac_default_prefix" |