This commit is contained in:
fluxgen 2002-01-05 17:09:35 +00:00
parent c23161a442
commit d5eac398fc
3 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,8 @@
Changes for 0.1.6:
*02/01/05:
* Applied "maximize slit stop"-patch (Thanks Andrew Livesay )
* Fixed bug in Windowmenu (Thanks Chris Elston)
* Fixed error in nls/it_IT/Makefile.am
*02/01/04:
* Fixed keybinding bug (Thanks Devaux Fabien)
*02/01/01:

2
configure vendored
View file

@ -728,7 +728,7 @@ fi
PACKAGE=fluxbox
VERSION=0.1.5
VERSION=0.1.6
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }

View file

@ -1,7 +1,7 @@
dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1
dnl Initialize autoconf and automake
AC_INIT(src/main.cc)
AM_INIT_AUTOMAKE(fluxbox,0.1.5,no-define)
AM_INIT_AUTOMAKE(fluxbox,0.1.6,no-define)
dnl Determine default prefix
test x$prefix = "xNONE" && prefix="$ac_default_prefix"