From: Mikael Magnusson Date: Fri, 31 Aug 2007 13:15:09 +0000 (+0200) Subject: Update CHANGELOG and configure.ac for 3.4.5 release X-Git-Tag: release-3.4.5~3 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c35c2e4c4bc705144b6f3766b6a817dfa91a9d92;p=dana%2Fopenbox.git Update CHANGELOG and configure.ac for 3.4.5 release --- diff --git a/CHANGELOG b/CHANGELOG index fd68f09b..c97c4cfd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +3.4.5: + * Updated Finnish, Russian, German and French translations + * Fixed some very minor memory leaks + * Hide the desktop popup when showing the focus popup + * Fix a crash when trying to access the More... menu of + client-list-combined-menu + 3.4.4: * Updated Traditional Chinese translation * Updated Norwegian translation diff --git a/configure.ac b/configure.ac index 81c0035f..a70462ec 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.4.4], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.4.5], [http://bugzilla.icculus.org]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([openbox/openbox.c]) @@ -15,9 +15,9 @@ dnl if MAJOR or MINOR version changes, be sure to change AC_INIT above to match dnl OB_MAJOR_VERSION=3 OB_MINOR_VERSION=4 -OB_MICRO_VERSION=17 -OB_INTERFACE_AGE=1 -OB_BINARY_AGE=1 +OB_MICRO_VERSION=18 +OB_INTERFACE_AGE=2 +OB_BINARY_AGE=2 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION AC_SUBST(OB_MAJOR_VERSION)