SHA256
1
0
forked from pool/xtrans

Accepting request 206339 from home:tobijk:X11:XOrg

update to xtrans-1.3.2

OBS-URL: https://build.opensuse.org/request/show/206339
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xtrans?expand=0&rev=8
This commit is contained in:
2013-11-25 16:41:32 +00:00
committed by Git OBS Bridge
parent 98827ef162
commit 652c665630
4 changed files with 43 additions and 6 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Fri Nov 8 17:30:20 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
- Update to version 1.3.2:
Another round of fixes for the fd sending API's: improves portability,
fixes build failures on BSD & Solaris when building with the new API
disabled, and enables the new API for Solaris.
+ Add stubs for send/recv fd functions in local transports
+ Check if we need to define _XOPEN_SOURCE for struct msghdr.msg_control
+ Allow XTRANS_SEND_FDS on Solaris as well
+ Actually disable all of the FD passing code unless XTRANS_SEND_FDS is set
+ Switch to CMSG_* macros for FD passing
-------------------------------------------------------------------
Thu Nov 7 16:27:19 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
- Update to version 1.3.1:
Here's a new 1.3.1 release of libXtrans. The only interesting change
is that it now requires applications to specify that they want FD
passing support by defining XTRANS_SEND_FDS; the X server will do that
only on Linux. When non-Linux FD passing support is integrated, we can
change what the X server does.
- Add upstream patch to fix build:
+ U_disable_all_of_the_FD_passing_code_unless_XTRANS_SEND_FDS_is_set.patch
-------------------------------------------------------------------
Sun Nov 3 00:46:57 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
- Update to version 1.3.0:
+ configure: Remove AM_MAINTAINER_MODE
+ Remove unused TLI ("STREAMSCONN") code from xtrans
+ Docs: convert function synopses to docbook funcsynopsis markup
+ autogen.sh: Implement GNOME Build API
+ Remove 'Readv' interface
+ Add APIs to send file descriptors through the network
-------------------------------------------------------------------
Fri Apr 5 07:58:19 UTC 2013 - idonmez@suse.com