]> Dogcows Code - chaz/openbox/commitdiff
increment version for next release
authorDana Jansens <danakj@orodu.net>
Fri, 10 May 2002 09:09:36 +0000 (09:09 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 10 May 2002 09:09:36 +0000 (09:09 +0000)
CHANGELOG
configure
configure.in

index a0d67376b6c87fc6393f6aa8c7794dfca69f39c9..8b6dfb02b807de6d55dcfb1b854707cd820f8081 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
 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)
index aba5e36854e96779da77b4825dbf20f8c1ffa8f4..3e92c13ace79349b780903488d8f28e1d289ecd1 100644 (file)
--- a/configure
+++ b/configure
@@ -717,7 +717,7 @@ fi
 
 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; }
index f37715db42e67fae0dc5d503962431625f46db9c..a211949d63f3d1fb17a92d9777f5e3ea465e825b 100644 (file)
@@ -1,7 +1,7 @@
 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"
This page took 0.027179 seconds and 4 git commands to generate.