Changelog for Openbox:
1.1.0:
+ * improved focused window logic to remove a segfault
+ when the focused window on an inactive workspace
+ closes, and focusLastWindow is enabled. (Ben Jansens)
+
* bsetroot supports transparent applications by
setting the xrootpmap_id property on the root
window (Sean Perry)
PACKAGE=openbox
-VERSION=1.1.0
+VERSION=1.1.1
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; }
dnl configure.in for Openbox
dnl Initialize autoconf and automake
AC_INIT(src/openbox.cc)
-AM_INIT_AUTOMAKE(openbox,1.1.0,no-define)
+AM_INIT_AUTOMAKE(openbox,1.1.1,no-define)
dnl Determine default prefix
test x$prefix = "xNONE" && prefix="$ac_default_prefix"