From ee1d129bddc8684e45f6e5f52d9b2ac165f0c0b0 Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Fri, 14 Mar 2008 08:57:43 +0000 Subject: [PATCH] Fri Mar 14 09:56:22 CET 2008 (Kim) --- 0.16.8.13 0.01 --- Avoid building unused static libraries. Add some checking of printf style prototypes. Use XInternAtoms to speed up initial atom fetch. Assume free(0) is ok (if not HAVE_FREE_NULL_BUG will have to be defined). Disable broken image/text class destroy functions. Fix modules build. Japanese translation update (Yasufumi Haga). French translation update (Tristan D.). Call autosave() on eesh sound on/off. Optionally use PulseAudio to play sounds. Simplify X-error checking. Fix potential segv during translucent moves (noted by Pietro Cerutti, bug 392). Fix memory leak if translucent move initialisation fails. Fix bugs when shared memory image creation fails causing memory leak and X-errors. Various sound/module/visibility fixes. Add option to center new windows when desk is full (suggested by George L. Yermulnik). Pick up some kde4 apps in menu generation. Add shadow and fading flags to the remembered flag list. SVN revision: 34023 --- ChangeLog | 25 +++++++++++++++++++++++++ configure.in | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 83994dcd..2120e220 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4679,3 +4679,28 @@ Add configuration of default opacities. Cleanups. Add stuff for checking if various XSync's are really needed. + +------------------------------------------------------------------------------- + +Fri Mar 14 09:56:22 CET 2008 +(Kim) + +--- 0.16.8.13 0.01 --- +Avoid building unused static libraries. +Add some checking of printf style prototypes. +Use XInternAtoms to speed up initial atom fetch. +Assume free(0) is ok (if not HAVE_FREE_NULL_BUG will have to be defined). +Disable broken image/text class destroy functions. +Fix modules build. +Japanese translation update (Yasufumi Haga). +French translation update (Tristan D.). +Call autosave() on eesh sound on/off. +Optionally use PulseAudio to play sounds. +Simplify X-error checking. +Fix potential segv during translucent moves (noted by Pietro Cerutti, bug 392). +Fix memory leak if translucent move initialisation fails. +Fix bugs when shared memory image creation fails causing memory leak and X-errors. +Various sound/module/visibility fixes. +Add option to center new windows when desk is full (suggested by George L. Yermulnik). +Pick up some kde4 apps in menu generation. +Add shadow and fading flags to the remembered flag list. diff --git a/configure.in b/configure.in index c68c822a..19f132aa 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ m4_define([pkg_version], [0.16.8.13]) -m4_define([pkg_revision], [0.00]) +m4_define([pkg_revision], [0.01]) m4_define([pkg_ver_rev], m4_ifdef([pkg_revision], [pkg_version-pkg_revision], [pkg_version])) m4_define([rpm_revision], m4_ifdef([pkg_revision], [pkg_revision], [1]))