diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-04-17 15:16:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-04-17 15:16:25 +0000 |
commit | 4e1e443e6780e82c93717c7892275755ffd40616 (patch) | |
tree | 1ff5845de530f86a0584ec1e04eced7bb0111f24 /lib/libXfixes/ChangeLog | |
parent | d8fbc2e900062cfae750af3c73dbf6c8f1245acc (diff) |
Update to libXfixes 5.0
Diffstat (limited to 'lib/libXfixes/ChangeLog')
-rw-r--r-- | lib/libXfixes/ChangeLog | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/lib/libXfixes/ChangeLog b/lib/libXfixes/ChangeLog index fffbc65d0..79f5b7794 100644 --- a/lib/libXfixes/ChangeLog +++ b/lib/libXfixes/ChangeLog @@ -1,3 +1,64 @@ +commit 54926675a9bbb732d3317316db4958e22922ea3f +Author: Adam Jackson <ajax@redhat.com> +Date: Mon Nov 22 14:50:13 2010 -0500 + + libXfixes v5: Pointer barriers + + v2: Use int * for device list, consistent with libXi. + v3: Update copyright year. + + Reviewed-by: Julien Cristau <jcristau@debian.org> + Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> + Signed-off-by: Adam Jackson <ajax@redhat.com> + +commit c301e75b0316c00599caa88d95f384d63eb8bec0 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Wed Feb 2 11:43:42 2011 -0500 + + config: comment, minor upgrade, quote and layout configure.ac + + Group statements per section as per Autoconf standard layout + Quote statements where appropriate. + Autoconf recommends not using dnl instead of # for comments + + Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters. + Add AC_CONFIG_SRCDIR([Makefile.am]) + Remove redundant AC_SUBST(*_CFLAGS) and/or *_LIBS + No functional configuration changes + + This helps automated maintenance and release activities. + Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines + +commit 8196b55a4d84f40f0a0b29b4167992b45df50d70 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Fri Jan 28 19:41:37 2011 -0500 + + config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit e067891e233e3725e1fa1da72d91c5346f039d00 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Jan 27 18:50:14 2011 -0500 + + config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 + + XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls + AC_PROG_C_C99. This sets gcc with -std=gnu99. + If AC_PROG_CC macro is called afterwards, it resets CC to gcc. + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 1b64f2594c871d1497a032285476222b29cd4537 +Author: Fernando Carrijo <fcarrijo@yahoo.com.br> +Date: Thu Jul 1 06:56:35 2010 -0300 + + Purge macros NEED_EVENTS and NEED_REPLIES + + Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br> + Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com> + Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> + commit 01e803aebdfddfce6374b03e5f31723698aa0c00 Author: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Wed Jun 9 20:18:25 2010 -0700 |