diff options
Diffstat (limited to 'iceauth/ChangeLog')
-rw-r--r-- | iceauth/ChangeLog | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/iceauth/ChangeLog b/iceauth/ChangeLog index d2095dd..b7934c5 100644 --- a/iceauth/ChangeLog +++ b/iceauth/ChangeLog @@ -1,3 +1,93 @@ +commit 27846ea3e133dbb45a4e67500eba15bf5d6c796c +Author: Jeremy Huddleston <jeremyhu@apple.com> +Date: Mon May 23 19:39:04 2011 -0700 + + configure.ac: Bump to 1.0.5 + + Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> + +commit c791ec2ba9614e661e978436f56ed21f918750f8 +Author: Jeremy Huddleston <jeremyhu@apple.com> +Date: Mon May 23 19:37:50 2011 -0700 + + auth_finalize: Attempt to rename() if link() fails + + On some file systems (like AFP), hard links are not supported. If + link fails, try rename() before giving up. + + Reported-by: Jamie Kennea <jamie@pompey.org> + Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> + +commit 90640776b88b32cea2316670a3b29f7785aadc7a +Author: Jeremy Huddleston <jeremyhu@apple.com> +Date: Thu Apr 28 00:51:30 2011 -0700 + + Error out and avoid a call to malloc(0) if given a bad hex string + + Found-by: clang static analyzer + Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> + +commit ada8df395e72f84127394dadd15a180afa8ec0ec +Author: David Nusinow <dnusinow@debian.org> +Date: Fri Dec 3 16:29:51 2010 -0500 + + Make iceauth manpage describe commands. (fd.o bug#2354) + + Reviewed-by: Jesse Adkins <jesserayadkins@gmail.com> + Signed-off-by: Matt Turner <mattst88@gmail.com> + +commit ed7ce17bb0169b3bbf2cf035bc2b221fd0c9beb2 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Wed Jan 19 10:06:55 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 3b57666a804ce53eed82f1a80c34ef479ca1e36a +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Jan 13 11:15:00 2011 -0500 + + man: remove trailing spaces and tabs + + Using s/[ \t]*$// + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit e67acbba6ac2a92a8de5b2d014b5d3a8609eb36a +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Wed Jan 12 16:28:02 2011 -0500 + + config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS + + This silences an Autoconf warning + +commit e170e5dbea7e785797cbd0d919d5f5d3d77b7006 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Wed Jan 12 13:10:21 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 08f5377a4a853d06ec1a0396a2f1622eb6ee93ba +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Wed Jan 12 11:54:40 2011 -0500 + + config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS + + It depends on util-macros 1.8 or later + The existing statement can now be removed from the configuration file. + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + commit b39fab5b9af70282ab640a8a9d6b56671aeda78b Author: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Fri Oct 29 21:46:07 2010 -0700 |