diff options
author | marha <marha@users.sourceforge.net> | 2009-09-24 10:49:08 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-24 10:49:08 +0000 |
commit | 67b353c9ce039b254ba2e92cd6f842c505a8bd21 (patch) | |
tree | edb5f3ff6a9564a50f3b701913ab2b3aafa80a95 /libXdmcp/ChangeLog | |
parent | f3d88db0960f1c23e55f2529764b096ac92d78d9 (diff) | |
download | vcxsrv-67b353c9ce039b254ba2e92cd6f842c505a8bd21.tar.gz vcxsrv-67b353c9ce039b254ba2e92cd6f842c505a8bd21.tar.bz2 vcxsrv-67b353c9ce039b254ba2e92cd6f842c505a8bd21.zip |
Update following packages:
- xproto-7.0.16
- libXdmcp-1.0.3
- bdftopcf-1.0.2
- xorg-server-1.6.99.902
Diffstat (limited to 'libXdmcp/ChangeLog')
-rw-r--r-- | libXdmcp/ChangeLog | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/libXdmcp/ChangeLog b/libXdmcp/ChangeLog index 045f1134b..85804a2f6 100644 --- a/libXdmcp/ChangeLog +++ b/libXdmcp/ChangeLog @@ -1,3 +1,52 @@ +commit 3a7e0bb1cec5975e9fcbddc6569e7ac1aea550e5 +Author: Peter Hutterer <peter.hutterer@who-t.net> +Date: Fri Aug 28 15:32:31 2009 +1000 + + libXdmcp 1.0.3 + + Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> + +commit 8ba417e3f3915102f99e08b15e1543680120102d +Author: Peter Hutterer <peter.hutterer@who-t.net> +Date: Wed Sep 23 21:59:12 2009 +1000 + + Require macros 1.3 for XORG_DEFAULT_OPTIONS. + + Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> + +commit d992d9dd3af95132ca76f0479d08d3479b899a95 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Mon Feb 2 20:34:33 2009 -0800 + + Add README with pointers to mailing list, bugzilla & git repos + + Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> + +commit 49336f1b6fa5d8dc8a9ae3e8d286b061f0d2914c +Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> +Date: Fri Jan 9 16:34:13 2009 -0200 + + Ansification and compile warning fixes. + + Code that already have a header with the proper prototype is safe + to ansify. + This uses XORG_CHANGELOG macro to properly work with the "git-log" + to "git log" change (required to pass "make distcheck"), uses the + XORG_CWARNFLAGS macro, and doesn't generate any compile warnings from + gcc 4.3 and sparse. + +commit 498cce64f12de67271316417de821460e8eee066 +Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> +Date: Wed Nov 26 23:45:09 2008 -0200 + + Mark Xalloc, Xrealloc, and Xfree as weak symbols. + + Maybe a _X_WEAK macro could be added to <X11/Xfuncproto.h>, but that + could actually encourage use of __attribute__((weak)), what is not + intended. + This change uses the same semantics used in libXfont to declare + weak symbols that are overridden by the ones defined in the X Server. + commit f876004608f8a4737f66e1fc0e83ff7e7d6d150b Author: Alan Coopersmith <alan.coopersmith@sun.com> Date: Fri Aug 11 14:43:15 2006 -0700 |