Update CHANGELOG and configure.ac for 3.4.5 release
authorMikael Magnusson <mikachu@comhem.se>
Fri, 31 Aug 2007 13:15:09 +0000 (15:15 +0200)
committerMikael Magnusson <mikachu@comhem.se>
Sun, 23 Sep 2007 00:27:48 +0000 (02:27 +0200)
CHANGELOG
configure.ac

index fd68f09bc790415defbd2541b7e3e15068779563..c97c4cfdc3ec4388bac8060c2a4d88a806225cc2 100644 (file)
--- 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
index 81c0035fd817d1c97853585495f3a6cd6057ff3a..a70462ec12fa0c5aaab6cd0808b01aabe6e2d964 100644 (file)
@@ -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)