summaryrefslogtreecommitdiff
path: root/xrdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'xrdb/ChangeLog')
-rw-r--r--xrdb/ChangeLog112
1 files changed, 112 insertions, 0 deletions
diff --git a/xrdb/ChangeLog b/xrdb/ChangeLog
index cc748ed..ce35754 100644
--- a/xrdb/ChangeLog
+++ b/xrdb/ChangeLog
@@ -1,3 +1,115 @@
+commit 4b8990ea599aee08284481b258cccdc25dd5d8d8
+Author: Matthias Hopf <mhopf@suse.de>
+Date: Tue Apr 5 17:50:00 2011 +0200
+
+ Bump to 1.0.9
+
+commit 1027d5df07398c1507fb1fe3a9981aa6b4bc3a56
+Author: Matthias Hopf <mhopf@suse.de>
+Date: Tue Mar 1 19:37:34 2011 +0100
+
+ Create shell-escape-safe cpp options in the non-pathetic-cpp case.
+
+ Fixes CVE-2011-0465.
+
+ Signed-off-by: Matthias Hopf <mhopf@suse.de>
+ Reviewed-by: Adam Jackson <ajax@redhat.com>
+
+commit ce9709b2811eb06bc7e03d26599c40b60effd0f8
+Author: Jeremy Huddleston <jeremyhu@apple.com>
+Date: Wed Feb 2 15:30:45 2011 -0800
+
+ xrdb 1.0.8
+
+ Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
+
+commit 649faef32416e6d87ec2dcad5b0142d3b7ff04d7
+Author: Jeremy Huddleston <jeremyhu@apple.com>
+Date: Wed Feb 2 11:30:36 2011 -0800
+
+ Properly honor -nocpp
+
+ Previously, if the user passed -nocpp and there was a cpp present,
+ cpp would be used. This patch fixes that case.
+
+ Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
+ Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 8a59f14ff4a87b96ce763dd6565d776f8ac3b087
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Jan 19 10:06:56 2011 -0500
+
+ config: move man pages into their own directory
+
+ Use services provided by XORG_MANPAGE_SECTIONS.
+ Use standard Makefile for man pages.
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit bc64aa2a2481130a02bfe41523863b7006d0c3a9
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Thu Jan 13 11:15:48 2011 -0500
+
+ man: remove trailing spaces and tabs
+
+ Using s/[ \t]*$//
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 64c9786971d2473d0334bbdbe1a5f79f29eb988f
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Jan 12 15:29:50 2011 -0500
+
+ config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
+
+ This silences an Automake warning.
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 117021570515fa985670f78d27376d636ed5490f
+Author: Ulrich Mueller <ulm@gentoo.org>
+Date: Wed Jan 5 13:31:36 2011 -0800
+
+ Call C preprocessor with -P option due to changed behaviour in GCC 4.5
+
+ http://bugs.freedesktop.org/show_bug.cgi?id=32701
+ http://bugs.gentoo.org/show_bug.cgi?id=347758
+
+ Signed-off-by: Ulrich Mueller <ulm@gentoo.org>
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 44c65a03644b1c297ee84ff1aa4b7790caa5da0b
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Tue Jan 4 20:29:09 2011 -0800
+
+ Merge usage() printf() strings/calls into a single string/call
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+ Reviewed-by: Julien Cristau <jcristau@debian.org>
+
+commit 82babf3ecfd6eb1ef65a150fb0c453e7bfd61616
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Tue Jan 4 20:20:11 2011 -0800
+
+ Replace complex malloc calculations with asprintf()
+
+ Includes simple local implemenation of asprintf if configure doesn't
+ find one in system libraries.
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+ Reviewed-by: Julien Cristau <jcristau@debian.org>
+ Reviewed-by: Guillem Jover <guillem@hadrons.org>
+
+commit b9aa83d7868e8813098bbc62adf82a79dc62e14e
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Tue Jan 4 19:50:06 2011 -0800
+
+ Convert HAS_MKSTEMP to autoconf standard HAVE_MKSTEMP
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+ Reviewed-by: Julien Cristau <jcristau@debian.org>
+ Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
+
commit 6606863fc8467bcbc829cea63764be0d283c4b8a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Wed Nov 10 19:32:04 2010 -0800