summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2014-04-02 07:52:51 +0200
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2014-04-02 07:52:51 +0200
commit331ed8897ddf6464844696a453cd447aaf51d93e (patch)
tree4ee4da883ee71f1f6f688a8b3f0201d723187400
parentefae2c8a3b12b983250cd3a9a2e3833a82b04ce7 (diff)
downloadratpoison-331ed8897ddf6464844696a453cd447aaf51d93e.zip
Here's 1.4.7-rc3.
-rw-r--r--ChangeLog37
-rw-r--r--configure.ac2
2 files changed, 38 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b064231..cd74c3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+commit efae2c8a3b12b983250cd3a9a2e3833a82b04ce7
+Author: Jérémie Courrèges-Anglas <jca@wxcvbn.org>
+Date: Wed Apr 2 07:40:36 2014 +0200
+
+ At saving time, restrict the permissions of the history file
+
+commit 2484f5ce9be86936f5b0e51b9a758ff48ba83054
+Author: Jérémie Courrèges-Anglas <jca@wxcvbn.org>
+Date: Wed Apr 2 07:37:53 2014 +0200
+
+ fclose returns 0 on success
+
+ * amend the test to avoid needless spamming when running in debug mode
+ * tweak spacing while here
+
+commit bca76d995713e52327663aecdfa93f5d9ac447a1
+Author: Jérémie Courrèges-Anglas <jca@wxcvbn.org>
+Date: Wed Apr 2 07:33:47 2014 +0200
+
+ Make sbuf_printf update the len and maxsz internal fields
+
+ * sbuf_printf updated the .data field with a freshly allocated string,
+ but didn't bother setting the .len and .maxsz fields of the sbuf.
+ Calling other sbuf_* functions on the same sbuf could lead to erratic
+ behavior and data corruption. eg. in init_screen, the screen's
+ display_string ended up corrupted, using putenv ratpoison couldn't
+ override the DISPLAY environment variable in child processes anymore,
+ introducing a regression on multi-screen setups.
+
+ Bug reported and cause tracked down by William Yodlowsky, the maintainer
+ of the OpenBSD ratpoison port. Thanks!
+
+commit f9d4a134f566b561c9c771166de2139c7ebb8c9d
+Author: Jérémie Courrèges-Anglas <jca@wxcvbn.org>
+Date: Sat Mar 29 19:50:17 2014 +0100
+
+ Here's 1.4.7-rc2.
commit 9732d147d89b53f56bcded70f9fc2a375a235fd8
Author: Jérémie Courrèges-Anglas <jca@wxcvbn.org>
Date: Sat Mar 29 19:28:14 2014 +0100
diff --git a/configure.ac b/configure.ac
index d36c8cf..bd59f54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ dnl
dnl $Id: configure.in,v 1.54 2006/12/19 22:13:07 sabetts Exp $
-AC_INIT([ratpoison], [1.4.7-rc2], [ratpoison-devel@nongnu.org])
+AC_INIT([ratpoison], [1.4.7-rc3], [ratpoison-devel@nongnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/main.c])