Bump.
authorMikael Magnusson <mikachu@gmail.com>
Wed, 22 Oct 2008 19:26:09 +0000 (21:26 +0200)
committerMikael Magnusson <mikachu@gmail.com>
Mon, 27 Oct 2008 00:01:46 +0000 (01:01 +0100)
CHANGELOG
configure.ac

index d0ce111..f37b4eb 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+3.4.7.3:
+  * Updated translations: Basque, Catalan, Turkish, Italian, Spanish, Russian.
+  * New translations: Danish, Turkish, Lithuanian.
+  * Set the _MOTIF_WM_INFO atom so urxvt uses motif hints for borderless mode.
+  * Properly escape the xml used in session files.
+  * Correct a 64-bit issue related to comparing timestamps.
+
 3.4.7.2:
   * The system I used to generate the dist tarball didn't have the
     docbook-to-man command so the manpages were empty.
index a2dd0d1..bf7ccf7 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.54])
-AC_INIT([openbox], [3.4.7.2], [http://bugzilla.icculus.org])
+AC_INIT([openbox], [3.4.7.3], [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=23
-OB_INTERFACE_AGE=2
-OB_BINARY_AGE=2
+OB_MICRO_VERSION=24
+OB_INTERFACE_AGE=3
+OB_BINARY_AGE=3
 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION
 
 AC_SUBST(OB_MAJOR_VERSION)