Print

Print


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "xrootd".

The branch, master has been updated
       via  198d65694300b0685f4bba3dec664d045c399548 (commit)
       via  28d381b05dc05b66ba34018fc9f81ed3fd2b65dc (commit)
       via  801347a95cdbcc58acb523f053cece9cea5a2f0d (commit)
      from  fd35f5608b3b960de73f04178435b5dd5f344e63 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 198d65694300b0685f4bba3dec664d045c399548
Author: Andrew Hanushevsky <[log in to unmask]>
Date:   Thu May 19 13:48:19 2011 -0700

    Added NetDNS note to Pre-release docs.

commit 28d381b05dc05b66ba34018fc9f81ed3fd2b65dc
Author: Andrew Hanushevsky <[log in to unmask]>
Date:   Thu May 19 13:46:06 2011 -0700

    Missed new addition of NetDNS. Renamed to SysDNS.

commit 801347a95cdbcc58acb523f053cece9cea5a2f0d
Author: Andrew Hanushevsky <[log in to unmask]>
Date:   Thu May 19 13:31:22 2011 -0700

    Rename XrdNetDNS to XrdSysDNS to avoid cross-dependencies. This requires all
    plug-in developers to do the same in their plug-ins as XrdNetDNS will no
    longer exist.

-----------------------------------------------------------------------

Summary of changes:
 docs/PreReleaseNotes.txt                         |    4 ++
 src/Xrd/GNUmakefile                              |    4 +-
 src/Xrd/XrdConfig.cc                             |   14 +++---
 src/Xrd/XrdLink.cc                               |    4 +-
 src/XrdAcc/GNUmakefile                           |    6 +--
 src/XrdApps/GNUmakefile                          |   19 +++-----
 src/XrdApps/XrdAppsCconfig.cc                    |    8 ++--
 src/XrdApps/XrdMpxStats.cc                       |    8 +---
 src/XrdBwm/GNUmakefile                           |    4 +-
 src/XrdBwm/XrdBwm.cc                             |   17 +++-----
 src/XrdClient/GNUmakefile                        |   16 +++----
 src/XrdClient/XrdClientConn.cc                   |   10 +---
 src/XrdClient/XrdClientUrlInfo.cc                |    8 +---
 src/XrdClient/XrdClientUrlSet.cc                 |   10 +---
 src/XrdCms/GNUmakefile                           |   22 +++++-----
 src/XrdCms/XrdCmsClientConfig.cc                 |   16 +++----
 src/XrdCms/XrdCmsCluster.cc                      |    7 +--
 src/XrdCms/XrdCmsConfig.cc                       |   16 +++---
 src/XrdCms/XrdCmsFinder.cc                       |    1 -
 src/XrdCms/XrdCmsManList.cc                      |   12 ++---
 src/XrdCms/XrdCmsNode.cc                         |    9 ++--
 src/XrdCms/XrdCmsProtocol.cc                     |    5 +-
 src/XrdCns/GNUmakefile                           |   13 ++---
 src/XrdCns/XrdCnsConfig.cc                       |   12 ++---
 src/XrdCns/XrdCnsLog.cc                          |   10 +---
 src/XrdCns/XrdCnsLogClient.cc                    |   10 +---
 src/XrdFfs/GNUmakefile                           |    1 -
 src/XrdFfs/XrdFfsMisc.cc                         |    4 +-
 src/XrdFrm/GNUmakefile                           |    9 ++--
 src/XrdFrm/XrdFrmConfig.cc                       |    4 +-
 src/XrdFrm/XrdFrmMonitor.cc                      |   10 +---
 src/XrdNet/GNUmakefile                           |   47 ++++++--------------
 src/XrdNet/Makefile.am                           |   12 +----
 src/XrdNet/Makefile.msc                          |    6 +-
 src/XrdNet/XrdNet.cc                             |   22 ++++-----
 src/XrdNet/XrdNetLink.cc                         |   12 ++---
 src/XrdNet/XrdNetLink.hh                         |    6 +--
 src/XrdNet/XrdNetMsg.cc                          |    5 --
 src/XrdNet/XrdNetSecurity.cc                     |   10 +---
 src/XrdNet/XrdNetSocket.cc                       |   26 +++++------
 src/XrdOfs/GNUmakefile                           |    4 +-
 src/XrdOfs/XrdOfs.cc                             |   18 ++++----
 src/XrdOfs/XrdOfsConfig.cc                       |    4 +-
 src/XrdOuc/GNUmakefile                           |    2 +-
 src/XrdOuc/XrdOucUtils.cc                        |   10 +---
 src/XrdPosix/GNUmakefile                         |    3 +-
 src/XrdPss/GNUmakefile                           |    9 ++--
 src/XrdPss/XrdPssConfig.cc                       |    5 +-
 src/XrdSec/GNUmakefile                           |   10 ++---
 src/XrdSec/XrdSecServer.cc                       |   12 ++---
 src/XrdSecgsi/GNUmakefile                        |    4 +-
 src/XrdSecgsi/XrdSecProtocolgsi.cc               |    4 +-
 src/XrdSeckrb5/GNUmakefile                       |   10 ++---
 src/XrdSeckrb5/XrdSecProtocolkrb5.cc             |    4 +-
 src/XrdSecssl/GNUmakefile                        |   11 ++---
 src/XrdSecssl/XrdSecProtocolssl.hh               |    4 +-
 src/XrdSecsss/GNUmakefile                        |    9 +---
 src/XrdSecsss/XrdSecProtocolsss.cc               |    4 +-
 src/XrdSys/GNUmakefile                           |    9 +++-
 src/{XrdNet/XrdNetDNS.cc => XrdSys/XrdSysDNS.cc} |   52 ++++++++++------------
 src/{XrdNet/XrdNetDNS.hh => XrdSys/XrdSysDNS.hh} |   14 +++---
 src/XrdXrootd/GNUmakefile                        |   15 +++----
 src/XrdXrootd/XrdXrootdConfig.cc                 |    4 +-
 src/XrdXrootd/XrdXrootdMonitor.cc                |   10 +---
 64 files changed, 265 insertions(+), 405 deletions(-)
 rename src/{XrdNet/XrdNetDNS.cc => XrdSys/XrdSysDNS.cc} (93%)
 rename src/{XrdNet/XrdNetDNS.hh => XrdSys/XrdSysDNS.hh} (97%)


hooks/post-receive
-- 
xrootd